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

Unified Diff: webrtc/base/base.gyp

Issue 1352423002: Revert of Update build files to use webrtc_overrides in Chromium instead of overrides. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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/build/common.gypi » ('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 755cb3f7506776e7c96438d7b99ba5a3f7be31f8..1536b4f8b96cce5ccab2d6fbbebe61a065974007 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -84,7 +84,7 @@
'conditions': [
['build_with_chromium==1', {
'include_dirs': [
- '../../webrtc_overrides',
+ '../overrides',
],
'sources!': [
'basictypes.h',
@@ -338,9 +338,9 @@
'worker.h',
'x11windowpicker.cc',
'x11windowpicker.h',
- '../../webrtc_overrides/webrtc/base/logging.cc',
- '../../webrtc_overrides/webrtc/base/logging.h',
- '../../webrtc_overrides/webrtc/base/win32socketinit.cc',
+ '../overrides/webrtc/base/logging.cc',
+ '../overrides/webrtc/base/logging.h',
+ '../overrides/webrtc/base/win32socketinit.cc',
],
# TODO(henrike): issue 3307, make rtc_base build without disabling
# these flags.
@@ -366,7 +366,7 @@
'conditions': [
['build_with_chromium==1', {
'include_dirs': [
- '../../webrtc_overrides',
+ '../overrides',
'../../boringssl/src/include',
],
'sources!': [
@@ -481,9 +481,9 @@
}],
],
'sources!': [
- '../../webrtc_overrides/webrtc/base/win32socketinit.cc',
- '../../webrtc_overrides/webrtc/base/logging.cc',
- '../../webrtc_overrides/webrtc/base/logging.h',
+ '../overrides/webrtc/base/win32socketinit.cc',
+ '../overrides/webrtc/base/logging.cc',
+ '../overrides/webrtc/base/logging.h',
],
}],
['use_openssl==1', {
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698