Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 87fe3445ab281ae3ecd9b7d765bc62082cb9d0df..a8818db720bb68590c1633663a99226521ce626c 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -157,6 +157,10 @@ |
'ldflags': [ |
'-pthread', |
], |
+ 'defines': [ |
+ # Don't use deprecated V8 APIs anywhere. |
+ 'V8_DEPRECATION_WARNINGS', |
+ ], |
'msvs_cygwin_dirs': ['<(DEPTH)/v8/third_party/cygwin'], |
'msvs_configuration_attributes': { |
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)', |
@@ -279,4 +283,4 @@ |
# See comment in Chromium's common.gypi for why this is needed. |
'SYMROOT': '<(DEPTH)/xcodebuild', |
} |
-} |
+} |