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)' |