Index: samples/samples.gyp |
diff --git a/samples/samples.gyp b/samples/samples.gyp |
index 7e0608b2130c04fb8428c131a911750b67a13d6e..0c8e5cc7640837f846eb84d67516425147a95f90 100644 |
--- a/samples/samples.gyp |
+++ b/samples/samples.gyp |
@@ -40,6 +40,10 @@ |
'include_dirs': [ |
'..', |
], |
+ 'defines': [ |
+ # TODO(jochen): Remove again after this is globally turned on. |
+ 'V8_IMMINENT_DEPRECATION_WARNINGS', |
+ ], |
'conditions': [ |
['v8_enable_i18n_support==1', { |
'dependencies': [ |