Chromium Code Reviews| 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': [ |
|
Jakob Kummerow
2015/07/13 08:33:50
nit: indentation (one more space).
|
| + [ '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"', { |