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

Unified Diff: gyp/common_conditions.gypi

Issue 127223004: For comparison, add std::vector. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: undeprecate Created 6 years, 11 months 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 | « bench/StackBench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 83bc5610cc0ae93060730f084564a0e313775f9f..f8295db06b19e993eb50fe5ff31948610edb155c 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -14,6 +14,9 @@
'SK_BUILD_FOR_WIN32',
'_CRT_SECURE_NO_WARNINGS',
'GR_GL_FUNCTION_TYPE=__stdcall',
+ '_HAS_EXCEPTIONS=0',
+ '_STATIC_CPPLIB',
+ '_DISABLE_DEPRECATE_STATIC_CPPLIB',
],
'msvs_cygwin_shell': 0,
'msvs_settings': {
« no previous file with comments | « bench/StackBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698