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

Unified Diff: build/standalone.gypi

Issue 82763004: Clean up incorrect V8_DEPRECATION macro usage and enable deprecatitions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 1 month 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 | include/v8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 4cb5e00bcc760fa9330bbca7114703f0899bd3b1..b1aec36677416517df9473f75af980fc16b336b6 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -37,6 +37,7 @@
'visibility%': 'hidden',
'v8_enable_backtrace%': 0,
'v8_enable_i18n_support%': 1,
+ 'v8_deprecation_warnings': 1,
Michael Achenbach 2013/11/22 10:14:13 Does that not need a % to be overwritable?
jochen (gone - plz use gerrit) 2013/11/22 10:19:18 the default in features.gypi is 0. If I make this
'msvs_multi_core_compile%': '1',
'mac_deployment_target%': '10.5',
'variables': {
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698