Reviewers: vogelheim,
Description:
Fix typo in standalone.gypi
without the % we can't override the value which makes the Makefile thing
not work
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/1147273002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+1, -1 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
a22e42294bc3149a24808bfbae7d1c9364e551bd..e5794f56449887c5e5da648b5ddc854439c68972
100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -44,7 +44,7 @@
'v8_enable_i18n_support%': 1,
'v8_deprecation_warnings': 1,
# TODO(jochen): Turn this on.
- 'v8_imminent_deprecation_warnings': 0,
+ 'v8_imminent_deprecation_warnings%': 0,
'msvs_multi_core_compile%': '1',
'mac_deployment_target%': '10.5',
'release_extra_cflags%': '',
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.