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

Unified Diff: webrtc/base/BUILD.gn

Issue 1349213003: Remove overridden basictypes.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git@master
Patch Set: Added missing include for Win. Created 5 years, 3 months 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 | « talk/media/base/yuvframegenerator.h ('k') | webrtc/base/base.gyp » ('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 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",
« no previous file with comments | « talk/media/base/yuvframegenerator.h ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698