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

Unified Diff: webrtc/base/base.gyp

Issue 1394223003: Update constructormagic.h links (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | no next file » | 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..709b43d185926a08396a1d7df92888e9fc863ec0 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -30,7 +30,7 @@
'type': 'static_library',
'sources': [
'../overrides/webrtc/base/basictypes.h',
- '../overrides/webrtc/base/constructormagic.h',
+ 'constructormagic.h',
'atomicops.h',
'basictypes.h',
'bitbuffer.cc',
@@ -96,8 +96,7 @@
],
}, {
'sources!': [
- '../overrides/webrtc/base/basictypes.h',
- '../overrides/webrtc/base/constructormagic.h',
+ '../overrides/webrtc/base/basictypes.h'
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698