Moving configuration platform to always be present, as that is required
in order for each configuration to get fully populated in configuration manager. BUG=None TEST=None Review URL: http://codereview.chromium.org/174483 git-svn-id: http://src.chromium.org/svn/trunk/src/build@24436 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
6032048b09
Коммит
856e5cf098
|
@ -274,10 +274,10 @@
|
|||
},
|
||||
'conditions': [
|
||||
[ 'OS=="win" and msvs_use_common_release', {
|
||||
'configuration_platform': 'Win32',
|
||||
'msvs_props': ['release.vsprops'],
|
||||
}],
|
||||
[ 'OS=="win"', {
|
||||
'configuration_platform': 'Win32',
|
||||
'msvs_configuration_attributes': {
|
||||
'OutputDirectory': '$(SolutionDir)$(ConfigurationName)',
|
||||
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
||||
|
@ -295,6 +295,7 @@
|
|||
[ 'OS=="win"', {
|
||||
# TODO(bradnelson): add a gyp mechanism to make this more graceful.
|
||||
'Purify': {
|
||||
'configuration_platform': 'Win32',
|
||||
'defines': [
|
||||
'NDEBUG',
|
||||
'PURIFY',
|
||||
|
@ -318,12 +319,12 @@
|
|||
},
|
||||
'conditions': [
|
||||
[ 'msvs_use_common_release', {
|
||||
'configuration_platform': 'Win32',
|
||||
'msvs_props': ['release.vsprops'],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'Release - no tcmalloc': {
|
||||
'configuration_platform': 'Win32',
|
||||
'defines': [
|
||||
'NDEBUG',
|
||||
'NO_TCMALLOC',
|
||||
|
@ -335,7 +336,6 @@
|
|||
},
|
||||
'conditions': [
|
||||
[ 'msvs_use_common_release', {
|
||||
'configuration_platform': 'Win32',
|
||||
'msvs_props': ['release.vsprops'],
|
||||
}],
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче