Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 0bc48a556e78b42c128a0a0dc945664d232979fc..3f80e69028f3a7194b24eab1c310e7dc4edbc616 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1808,6 +1808,9 @@ |
}, |
}, |
'conditions': [ |
+ ['msvs_use_common_release', { |
+ 'includes': ['release.gypi'], |
+ }], |
['release_valgrind_build==0', { |
'defines': [ |
'NVALGRIND', |
@@ -1837,11 +1840,6 @@ |
}, |
'Release': { |
'inherit_from': ['Common_Base', 'x86_Base', 'Release_Base'], |
- 'conditions': [ |
- ['msvs_use_common_release', { |
- 'includes': ['release.gypi'], |
- }], |
- ] |
}, |
'conditions': [ |
[ 'OS=="win"', { |