| Index: src/third_party/vtune/v8vtune.gyp
|
| diff --git a/src/third_party/vtune/v8vtune.gyp b/src/third_party/vtune/v8vtune.gyp
|
| index 6adf3656892f7db523bed826a26d26dab2d552e5..92df29a82b99d88bb9b7260f28b37b81089e3529 100644
|
| --- a/src/third_party/vtune/v8vtune.gyp
|
| +++ b/src/third_party/vtune/v8vtune.gyp
|
| @@ -37,6 +37,10 @@
|
| 'dependencies': [
|
| '../../../tools/gyp/v8.gyp:v8',
|
| ],
|
| + 'defines': [
|
| + # TODO(jochen): Remove again after this is globally turned on.
|
| + 'V8_IMMINENT_DEPRECATION_WARNINGS',
|
| + ],
|
| 'sources': [
|
| 'ittnotify_config.h',
|
| 'ittnotify_types.h',
|
|
|