Index: build/isolate.gypi |
diff --git a/build/isolate.gypi b/build/isolate.gypi |
index 5fa1e67e852cf9e257087389cd1e7469b601c2c4..7b050e2c184d93af4563e72a38c4229e570ed8f0 100644 |
--- a/build/isolate.gypi |
+++ b/build/isolate.gypi |
@@ -61,9 +61,6 @@ |
# Variables should use the -V FOO=<(FOO) form so frequent values, |
# like '0' or '1', aren't stripped out by GYP. Run 'isolate.py help' for |
# more details. |
- # |
- # This list needs to be kept in sync with the cmd line options |
- # in src/build/android/pylib/gtest/setup.py. |
# Path variables are used to replace file paths when loading a .isolate |
# file |
@@ -74,12 +71,17 @@ |
# the .isolate file but are not considered relative paths. |
'--extra-variable', 'version_full=<(version_full)', |
+ # Note: This list must match DefaultConfigVariables() |
+ # in build/android/pylib/utils/isolator.py |
'--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)', |
'--config-variable', 'OS=<(OS)', |
'--config-variable', 'asan=<(asan)', |
+ '--config-variable', 'branding=<(branding)', |
'--config-variable', 'chromeos=<(chromeos)', |
'--config-variable', 'component=<(component)', |
'--config-variable', 'disable_nacl=<(disable_nacl)', |
+ '--config-variable', 'enable_pepper_cdms=<(enable_pepper_cdms)', |
+ '--config-variable', 'enable_plugins=<(enable_plugins)', |
'--config-variable', 'fastbuild=<(fastbuild)', |
'--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)', |
# TODO(kbr): move this to chrome_tests.gypi:gles2_conform_tests_run |
@@ -93,6 +95,8 @@ |
'--config-variable', 'tsan=<(tsan)', |
'--config-variable', 'use_custom_libcxx=<(use_custom_libcxx)', |
'--config-variable', 'use_instrumented_libraries=<(use_instrumented_libraries)', |
+ '--config-variable', |
+ 'use_prebuilt_instrumented_libraries=<(use_prebuilt_instrumented_libraries)', |
'--config-variable', 'use_openssl=<(use_openssl)', |
'--config-variable', 'use_ozone=<(use_ozone)', |
'--config-variable', 'use_x11=<(use_x11)', |