| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 01304fdaae893430ed35c4aa865f038e03378e78..e7843e40aa8308fd4bfeec3b70f05a4ee23671d4 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -42,8 +42,7 @@
|
| 'v8_enable_backtrace%': 0,
|
| 'v8_enable_i18n_support%': 1,
|
| 'v8_deprecation_warnings': 1,
|
| - # TODO(jochen): Turn this on.
|
| - 'v8_imminent_deprecation_warnings%': 0,
|
| + 'v8_imminent_deprecation_warnings': 1,
|
| 'msvs_multi_core_compile%': '1',
|
| 'mac_deployment_target%': '10.5',
|
| 'release_extra_cflags%': '',
|
|
|