diff --git a/src/v8.gyp b/src/v8.gyp index 810ad979f9..9f1a254218 100644 --- a/src/v8.gyp +++ b/src/v8.gyp @@ -372,10 +372,6 @@ # To be able to find base/trace_event/common/trace_event_common.h '../..', ], - 'defines': [ - # TODO(jochen): Remove again after this is globally turned on. - 'V8_IMMINENT_DEPRECATION_WARNINGS', - ], 'sources': [ ### gcmole(all) ### '../include/v8-debug.h', '../include/v8-experimental.h', diff --git a/tools/parser-shell.gyp b/tools/parser-shell.gyp index aa19724530..5671d9197a 100644 --- a/tools/parser-shell.gyp +++ b/tools/parser-shell.gyp @@ -50,10 +50,6 @@ 'include_dirs+': [ '..', ], - 'defines': [ - # TODO(jochen): Remove again after this is globally turned on. - 'V8_IMMINENT_DEPRECATION_WARNINGS', - ], 'sources': [ 'parser-shell.cc', 'shell-utils.h',