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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1644843003: Compile rtc_base_objc and rtc_api_objc for Mac (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master 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 | « webrtc/supplement.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 0c8b118b39ab35966a36374cd6309d5936613144..593160a56e84a4d9cd91158385e64caa185c6e60 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -32,7 +32,7 @@
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
],
}],
- ['OS=="ios"', {
+ ['OS=="ios" or OS=="mac"', {
'dependencies': [
'api/api_tests.gyp:rtc_api_objc_tests',
]
« no previous file with comments | « webrtc/supplement.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698