Commit 9ebf94c8 authored by jochen's avatar jochen Committed by Commit bot

Fix typo in standalone.gypi

without the % we can't override the value which makes the Makefile thing
not work

R=vogelheim@chromium.org
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/1147273002

Cr-Commit-Position: refs/heads/master@{#28553}
parent 2b8a40e1
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
'v8_enable_i18n_support%': 1, 'v8_enable_i18n_support%': 1,
'v8_deprecation_warnings': 1, 'v8_deprecation_warnings': 1,
# TODO(jochen): Turn this on. # TODO(jochen): Turn this on.
'v8_imminent_deprecation_warnings': 0, 'v8_imminent_deprecation_warnings%': 0,
'msvs_multi_core_compile%': '1', 'msvs_multi_core_compile%': '1',
'mac_deployment_target%': '10.5', 'mac_deployment_target%': '10.5',
'release_extra_cflags%': '', 'release_extra_cflags%': '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment