Index: build/ios/mac_build.gypi |
diff --git a/build/ios/mac_build.gypi b/build/ios/mac_build.gypi |
index 9a739182b6ef9c2cd7574248786a986d44977cbe..775ff2651f804acf65be35f63cb91320dde6d6de 100644 |
--- a/build/ios/mac_build.gypi |
+++ b/build/ios/mac_build.gypi |
@@ -13,6 +13,10 @@ |
# # The name of a directory used for ninja. This cannot be shared with |
# # another mac build. |
# 'ninja_output_dir': 'ninja-foo', |
+# # The full path to the location in which the ninja executable should be |
+# # placed. This cannot be shared with another mac build. |
+# 'ninja_product_dir': |
+# '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)', |
# # The list of all the gyp files that contain the targets to run. |
# 're_run_targets': [ |
# 'foo.gyp', |
@@ -35,10 +39,6 @@ |
# } |
{ |
'variables': { |
- # Convenience variable pointing to the ninja product directory. |
- 'ninja_product_dir': |
- '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)', |
- |
# Common ninja command line flags. |
'ninja_cmd': [ |
# Bounce through clean_env to clean up the environment so things |