Remove stale V8_IMMINENT_DEPRECATION_WARNINGS defines

R=machenbach@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/1927083002
Cr-Commit-Position: refs/heads/master@{#35858}
This commit is contained in:
jochen 2016-04-28 04:42:38 -07:00 committed by Commit bot
parent 5e9b1eb3b5
commit 9e16f72a63
2 changed files with 0 additions and 8 deletions

View File

@ -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',

View File

@ -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',