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

Unified Diff: build/ios/mac_build.gypi

Issue 564523003: Remove unused variable ios_mac_build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 cbdbc79d17f08b3785b8d87732f3cf1deb9a288e..4da21eb25353c2799e499519f89eced8c30cf0b2 100644
--- a/build/ios/mac_build.gypi
+++ b/build/ios/mac_build.gypi
@@ -67,8 +67,6 @@
'-Goutput_dir=xcodebuild/<(ninja_output_dir)',
# nacl isn't in the iOS checkout, make sure it's turned off
'-Ddisable_nacl=1',
- # Add a variable to handle specific cases for mac_build.
- '-Dios_mac_build=1',
justincohen 2014/09/15 13:44:51 Do you know where we ever used this?
sdefresne 2014/09/15 15:16:29 It was never used not even in the CL that introduc
# Pass through the Mac SDK version.
'-Dmac_sdk=<(mac_sdk)',
'-Dparent_generator=<(parent_generator)'
« 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