Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8acff21a20e521a7aa3fdffbd0fb1bd10a28e96b..1f886f5b45a399c2128249dd13c67d63b427934e 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1997,12 +1997,11 @@ |
# Set this to use the new DX11 version of ANGLE. |
# TODO(apatrick): Remove this when the transition is complete. |
'ANGLE_DX11', |
+ |
+ # Don't use deprecated V8 APIs anywhere. |
+ 'V8_DEPRECATION_WARNINGS', |
], |
'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', |