Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: src/d8.gyp

Issue 1505803004: Disable soon to be deprecated APIs per default for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/samples.gyp ('k') | src/third_party/vtune/v8vtune.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index ae3632455c828ca2a0ca5137630b834581c7feac..2e4a6e0cc5cf7edc8804ccabaebedc13944b5f41 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -50,10 +50,6 @@
'd8.h',
'd8.cc',
],
- 'defines': [
- # TODO(jochen): Remove again after this is globally turned on.
- 'V8_IMMINENT_DEPRECATION_WARNINGS',
- ],
'conditions': [
[ 'want_separate_host_toolset==1', {
'toolsets': [ '<(v8_toolset_for_d8)', ],
« no previous file with comments | « samples/samples.gyp ('k') | src/third_party/vtune/v8vtune.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698