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

Unified Diff: build/ios/mac_build.gypi

Issue 1797283002: Define OS=mac in gyp when building mac tools on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: build/ios/mac_build.gypi
diff --git a/build/ios/mac_build.gypi b/build/ios/mac_build.gypi
index 4da21eb25353c2799e499519f89eced8c30cf0b2..cfde4691703a1cbb259d75752b71c19d70ab58ec 100644
--- a/build/ios/mac_build.gypi
+++ b/build/ios/mac_build.gypi
@@ -69,7 +69,8 @@
'-Ddisable_nacl=1',
# Pass through the Mac SDK version.
'-Dmac_sdk=<(mac_sdk)',
- '-Dparent_generator=<(parent_generator)'
+ '-Dparent_generator=<(parent_generator)',
+ '-DOS=mac',
],
# Rerun gyp for each of the projects needed. This is what actually
« 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