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

Unified Diff: samples/samples.gyp

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
« build/standalone.gypi ('K') | « include/v8.h ('k') | src/d8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/samples.gyp
diff --git a/samples/samples.gyp b/samples/samples.gyp
index dfc7410070b3c46edf026caa98f92fc3da64701b..0e8e9c4347640a2ca87151c27f4a8c5184deda39 100644
--- a/samples/samples.gyp
+++ b/samples/samples.gyp
@@ -39,6 +39,10 @@
'include_dirs': [
'../include',
],
+ 'variables': {
+ # TODO(jochen): enable warnings.
+ 'v8_deprecation_warnings': 0,
+ },
'conditions': [
['v8_enable_i18n_support==1', {
'dependencies': [
« build/standalone.gypi ('K') | « include/v8.h ('k') | src/d8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698