| Index: build/isolate.gypi
|
| diff --git a/build/isolate.gypi b/build/isolate.gypi
|
| index 0f2a301539206e1671bcca5366fdd9e8156107b0..cecf9b2551b932c5a01f1ee85596790c952b09b5 100644
|
| --- a/build/isolate.gypi
|
| +++ b/build/isolate.gypi
|
| @@ -68,12 +68,15 @@
|
| '<(test_isolation_mode)',
|
| # Variables should use the -V FOO=<(FOO) form so frequent values,
|
| # like '0' or '1', aren't stripped out by GYP.
|
| + # This list needs to be kept in sync with the cmd line options
|
| + # in src/build/android/pylib/gtest/setup.py.
|
| '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
|
| '--config-variable', 'OS=<(OS)',
|
| # TODO(kbr): move this to chrome_tests.gypi:gles2_conform_tests_run
|
| # once support for user-defined config variables is added.
|
| '--config-variable',
|
| 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)',
|
| + '--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
|
| '--result', '<@(_outputs)',
|
| '--isolate', '<(RULE_INPUT_PATH)',
|
| ],
|
|
|