Disable deprecated V8 APIs when building
BUG=322505 R=dcarney@chromium.org Review URL: https://codereview.chromium.org/83523002 git-svn-id: http://src.chromium.org/svn/trunk/src/build@238096 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
c2437af80c
Коммит
cd055331ab
|
@ -1208,6 +1208,9 @@
|
|||
# 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',
|
||||
|
||||
|
@ -2007,6 +2010,9 @@
|
|||
'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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче