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

Unified Diff: all.gyp

Issue 1705733002: iOS: Include legacy objc API in all.gyp + fix H264 libyuv dependency (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased 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 | « no previous file | webrtc/modules/video_coding/codecs/h264/h264.gypi » ('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 c41988025af37931666183496eef7722e2bfe43b..21cc8b519df7b964a992f300d6b2a0aa07758997 100644
--- a/all.gyp
+++ b/all.gyp
@@ -26,9 +26,16 @@
'webrtc/webrtc_examples.gyp:*',
],
}],
- ['(OS=="ios" or (OS=="mac" and target_arch!="ia32")) and include_tests==1', {
+ ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
'dependencies': [
- 'talk/app/webrtc/legacy_objc_api_tests.gyp:*',
+ 'talk/app/webrtc/legacy_objc_api.gyp:*',
+ ],
+ 'conditions': [
+ ['include_tests==1', {
+ 'dependencies': [
+ 'talk/app/webrtc/legacy_objc_api_tests.gyp:*',
+ ],
+ }],
],
}],
],
« no previous file with comments | « no previous file | webrtc/modules/video_coding/codecs/h264/h264.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698