Disable deprecated V8 APIs when building

Except for Mac. On Mac, we need to wait for one additional V8 roll.

BUG=322505
TBR=dcarney@chromium.org

Review URL: https://codereview.chromium.org/98543005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@238106 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
jochen@chromium.org 2013-12-02 15:25:50 +00:00
Родитель 2bdd6b0989
Коммит 47c25416ff
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2007,6 +2007,10 @@
'ANGLE_DX11',
],
'conditions': [
# TODO(jochen): Enable this unconditionally.
['OS!="mac"', {
'defines': ['V8_DEPRECATION_WARNINGS'],
}],
['(OS=="mac" or OS=="ios") and asan==1', {
'dependencies': [
'<(DEPTH)/build/mac/asan.gyp:asan_dynamic_runtime',