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

Unified Diff: webrtc/webrtc.gyp

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 8 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/sdk/sdk_tests.gyp ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gyp
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp
index 2efb0c297e3dc63c851f522fd67f0e642862f6dc..8e7c99bc2b0123f3cefa26d17166ec79c30b90fe 100644
--- a/webrtc/webrtc.gyp
+++ b/webrtc/webrtc.gyp
@@ -35,6 +35,18 @@
],
},
}],
+ ['build_with_chromium==0 and'
+ '(OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7"))', {
+ # TODO(kjellander): Move this to webrtc_all_dependencies once all of talk/
+ # has been moved to webrtc/. It can't be processed by Chromium since the
+ # reference to buid/java.gypi is using an absolute path (and includes
+ # entries cannot contain variables).
+ 'variables': {
+ 'webrtc_all_dependencies': [
+ 'sdk/sdk.gyp:*',
+ ],
+ },
+ }],
['include_tests==1', {
'includes': [
'webrtc_tests.gypi',
@@ -97,6 +109,12 @@
'webrtc_tests',
],
}],
+ ['include_tests==1 and'
+ '(OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7"))', {
+ 'dependencies': [
+ 'sdk/sdk_tests.gyp:*',
+ ],
+ }],
],
},
{
« no previous file with comments | « webrtc/sdk/sdk_tests.gyp ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698