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

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: Created 4 years, 11 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
« webrtc/supplement.gypi ('K') | « 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 c615d947e65b89f5f2e94cbd4b5b288709c31174..4d50c4af3d2ef83ec302e96cc15d4b480bd620c2 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',
]
« webrtc/supplement.gypi ('K') | « webrtc/supplement.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698