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

Unified Diff: all.gyp

Issue 1701053005: Exclude legacy objc API tests properly. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | no next file » | 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 a688afba9e6814aa6aebfbef1381cbfb21c14b3f..c41988025af37931666183496eef7722e2bfe43b 100644
--- a/all.gyp
+++ b/all.gyp
@@ -26,7 +26,7 @@
'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")) and include_tests==1', {
'dependencies': [
'talk/app/webrtc/legacy_objc_api_tests.gyp:*',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698