Chromium Code Reviews| Index: tools/gyp/v8.gyp |
| diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
| index f2a8dd39b8787fcdc7501ebd0a0f9320df934f5c..59f7ca1392a6f6663a14cc3a5cd51fae7489ab50 100644 |
| --- a/tools/gyp/v8.gyp |
| +++ b/tools/gyp/v8.gyp |
| @@ -364,6 +364,10 @@ |
| 'include_dirs+': [ |
| '../..', |
| ], |
| + 'defines': [ |
| + # TODO(jochen): Remove again after this is globally turned on. |
| + 'V8_IMMINENT_DEPRECATION_WARNINGS', |
|
vogelheim
2015/06/03 08:01:46
Some compilers still have issues with this, it see
|
| + ], |
| 'sources': [ ### gcmole(all) ### |
| '../../src/accessors.cc', |
| '../../src/accessors.h', |