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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 2082473002: Move third_party/libjingle/overrides to third_party/webrtc_overrides (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/libjingle_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 8b9abfea9382404ce3476b7d8eda839563b5b83f..3e5a54150473ed3868aed22d291a2d306518ae31 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -28,9 +28,7 @@
'WEBRTC_CHROMIUM_BUILD',
],
'include_dirs': [
- './overrides',
'../../third_party/webrtc_overrides',
- './source',
'../..',
'../../testing/gtest/include',
'../../third_party',
@@ -50,8 +48,6 @@
'direct_dependent_settings': {
'include_dirs': [
'../../third_party/webrtc_overrides',
- './overrides',
- './source',
'../..',
'../../testing/gtest/include',
'../../third_party',
@@ -363,12 +359,16 @@
],
}, # target libjingle_webrtc_common
{
+ # TODO(kjellander): Move this target into
+ # //third_party/webrtc_overrides as soon as the work in
+ # bugs.webrtc.org/4256 has gotten rid of the duplicated source
+ # listings above.
# GN version: //third_party/libjingle:libjingle_webrtc
'target_name': 'libjingle_webrtc',
'type': 'static_library',
'sources': [
- 'overrides/init_webrtc.cc',
- 'overrides/init_webrtc.h',
+ '../webrtc_overrides/init_webrtc.cc',
+ '../webrtc_overrides/init_webrtc.h',
],
'dependencies': [
'<(DEPTH)/third_party/webrtc/modules/modules.gyp:audio_processing',
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/libjingle/libjingle_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698