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

Unified Diff: all.gyp

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Last rebase Created 4 years, 10 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 | « PRESUBMIT.py ('k') | talk/app/webrtc/legacy_objc_api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: all.gyp
diff --git a/all.gyp b/all.gyp
index 0b11c8f7d66cc0588df2f7bce65ee1ad7f1734d6..a688afba9e6814aa6aebfbef1381cbfb21c14b3f 100644
--- a/all.gyp
+++ b/all.gyp
@@ -18,7 +18,6 @@
'type': 'none',
'dependencies': [
'webrtc/webrtc.gyp:*',
- 'talk/libjingle.gyp:*',
'<@(webrtc_root_additional_dependencies)',
],
'conditions': [
@@ -27,9 +26,9 @@
'webrtc/webrtc_examples.gyp:*',
],
}],
- ['include_tests==1', {
+ ['OS=="ios" or (OS=="mac" and target_arch!="ia32") and include_tests==1', {
'dependencies': [
- 'talk/libjingle_tests.gyp:*',
+ 'talk/app/webrtc/legacy_objc_api_tests.gyp:*',
],
}],
],
« no previous file with comments | « PRESUBMIT.py ('k') | talk/app/webrtc/legacy_objc_api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698