Set CONFIGURATION_NAME to be used in base.isolate.
Enables precise control of the isolate depending on correct versions of msvc*.dll. BUG=390686 Review URL: https://codereview.chromium.org/373973002 git-svn-id: http://src.chromium.org/svn/trunk/src/build@281730 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
3051d55303
Коммит
d3419a5383
|
@ -134,6 +134,7 @@ def _GenerateDepsDirUsingIsolate(suite_name, isolate_file_path=None):
|
|||
'--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(),
|
||||
|
||||
'--config-variable', 'OS', 'android',
|
||||
'--config-variable', 'CONFIGURATION_NAME', constants.GetBuildType(),
|
||||
'--config-variable', 'chromeos', '0',
|
||||
'--config-variable', 'component', 'static_library',
|
||||
'--config-variable', 'icu_use_data_file_flag', '1',
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
'--extra-variable', 'version_full=<(version_full)',
|
||||
|
||||
'--config-variable', 'OS=<(OS)',
|
||||
'--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)',
|
||||
'--config-variable', 'chromeos=<(chromeos)',
|
||||
'--config-variable', 'component=<(component)',
|
||||
# TODO(kbr): move this to chrome_tests.gypi:gles2_conform_tests_run
|
||||
|
|
Загрузка…
Ссылка в новой задаче