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

Unified Diff: build/standalone.gypi

Issue 1234443003: Prepare for using ninja for win64. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Patch to work after https://codereview.chromium.org/1231423003/ Created 5 years, 5 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 | « no previous file | tools/run-tests.py » ('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 2cd0b51d43601f138c3e1abc6750927382483a2e..788b96e01b7e06ef54547daeac4d79770c68c7d1 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -358,6 +358,19 @@
'Release': {
'cflags+': ['<@(release_extra_cflags)'],
},
+ 'conditions': [
+ ['OS=="win"', {
+ 'Optdebug_x64': {
+ 'inherit_from': ['Optdebug'],
+ },
+ 'Debug_x64': {
+ 'inherit_from': ['Debug'],
+ },
+ 'Release_x64': {
+ 'inherit_from': ['Release'],
+ },
+ }],
+ ],
},
'conditions':[
['(clang==1 or host_clang==1) and OS!="win"', {
« no previous file with comments | « no previous file | tools/run-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698