Reviewers: jochen, Jakob,
Message:
PTAL - this will be accompanied with an infra-side fix on the ninja bot (if
neccessary).
Description:
Prepare for using ninja for win64.
BUG=chromium:508921
LOG=n
Please review this at https://codereview.chromium.org/1234443003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+13, -0 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
2cd0b51d43601f138c3e1abc6750927382483a2e..3d4882b42a26ee8d55c04c5ec227e88ed2d09ebd
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"', {
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.