Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: common.gypi

Issue 10234088: Use GYP to generate MSVS project files (Closed)
Patch Set: Moved project files to build/ Created April 24, 2013, 1:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « check_curl.py ('k') | convert_js.py » ('j') | msvs_gyp_wrapper.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common.gypi
===================================================================
--- a/common.gypi
+++ b/common.gypi
@@ -14,10 +14,19 @@
'-Wnon-virtual-dtor', '-pthread', '-fno-rtti',
'-pedantic',
# Ignore some warnings for googletest
'-Wno-error=long-long', '-Wno-error=variadic-macros',
'-Wno-error=missing-field-initializers' ],
'ldflags': [ '-pthread', ],
},
}],
- ]
+ ],
+
+ 'target_defaults': {
+ 'msvs_cygwin_shell': 0,
+ 'conditions': [[
+ 'target_arch=="x64"', {
+ 'msvs_configuration_platform': 'x64',
+ }
+ ]],
+ }
}
« no previous file with comments | « check_curl.py ('k') | convert_js.py » ('j') | msvs_gyp_wrapper.py » ('J')

Powered by Google App Engine
This is Rietveld