Index: webrtc/base/BUILD.gn |
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn |
index f43b42924bdb809c86687567614b479a99e30fdb..ed0690c4c1bc4fd68ff41b010de9631ec9fbf6f2 100644 |
--- a/webrtc/base/BUILD.gn |
+++ b/webrtc/base/BUILD.gn |
@@ -158,12 +158,7 @@ static_library("rtc_base_approved") { |
"trace_event.h", |
] |
- if (build_with_chromium) { |
- sources += [ |
- "../overrides/webrtc/base/basictypes.h", |
- "../overrides/webrtc/base/constructormagic.h", |
- ] |
- } else { |
+ if (!build_with_chromium) { |
sources += [ |
"basictypes.h", |
"constructormagic.h", |