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:*', |
+ ], |
+ }], |
], |
}, |
{ |