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

Unified Diff: webrtc/base/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 | « webrtc/BUILD.gn ('k') | webrtc/base/latebindingsymboltable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index 71f9ec45e4c4206fb417d60ead6bde29bc974149..7ff05d2bd9760cefff1282ad55a71d876ea4416a 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -564,13 +564,6 @@ rtc_static_library("rtc_base") {
"window.h",
]
- if (is_posix) {
- sources += [
- "latebindingsymboltable.cc",
- "latebindingsymboltable.h",
- ]
- }
-
if (is_win) {
sources += [
"diskcache_win32.cc",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/base/latebindingsymboltable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698