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