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

Unified Diff: trunk/src/build/common.gypi

Issue 99293002: Revert 238096 "Disable deprecated V8 APIs when building" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/common.gypi
===================================================================
--- trunk/src/build/common.gypi (revision 238101)
+++ trunk/src/build/common.gypi (working copy)
@@ -1208,9 +1208,6 @@
# Turns on the i18n support in V8.
'v8_enable_i18n_support': 1,
- # Don't use deprecated V8 APIs.
- 'v8_deprecation_warnings': 1,
-
# Use the chromium skia by default.
'use_system_skia%': '0',
@@ -2010,9 +2007,6 @@
'ANGLE_DX11',
],
'conditions': [
- ['v8_deprecation_warnings==1', {
- 'defines': ['V8_DEPRECATION_WARNINGS',],
- }],
['(OS=="mac" or OS=="ios") and asan==1', {
'dependencies': [
'<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698