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

Unified Diff: webrtc/base/base.gyp

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 | « webrtc/base/BUILD.gn ('k') | webrtc/base/basictypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index 659372998088ab7694124bfca872b5c34c88f9f8..1536b4f8b96cce5ccab2d6fbbebe61a065974007 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -29,8 +29,6 @@
'target_name': 'rtc_base_approved',
'type': 'static_library',
'sources': [
- '../overrides/webrtc/base/basictypes.h',
- '../overrides/webrtc/base/constructormagic.h',
'atomicops.h',
'basictypes.h',
'bitbuffer.cc',
@@ -94,11 +92,6 @@
'logging.cc',
'logging.h',
],
- }, {
- 'sources!': [
- '../overrides/webrtc/base/basictypes.h',
- '../overrides/webrtc/base/constructormagic.h',
- ],
}],
],
},
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/basictypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698