Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: webrtc/BUILD.gn

Issue 2534593002: Get rid of webrtc/base/latebindingsymboltable* (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index c91792083e32c36e797a71479790d897f2eeea82..76f51e59b0b369f32d0b223e4f48050d80d19b88 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -467,10 +467,6 @@ if (rtc_include_tests) {
"p2p/stunprober/stunprober_unittest.cc",
]
- if (is_linux) {
- sources += [ "base/latebindingsymboltable_unittest.cc" ]
- }
-
if (is_win) {
sources += [
"base/win32_unittest.cc",
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698