Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 09ecd3623b219d76112ce43fa7e0fcbfecbe2131..209e08978b47c19d81161a975b4117e018e0b896 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -269,7 +269,7 @@ |
}], |
['OS=="win"', { |
'msvs_configuration_attributes': { |
- 'OutputDirectory': '$(SolutionDir)$(ConfigurationName)', |
+ 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)', |
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', |
'CharacterSet': '1', |
}, |