| Index: build/isolate.gypi
|
| diff --git a/build/isolate.gypi b/build/isolate.gypi
|
| index 2c667de5712d069ab2ba2940ed946c1864dba55d..0f2a301539206e1671bcca5366fdd9e8156107b0 100644
|
| --- a/build/isolate.gypi
|
| +++ b/build/isolate.gypi
|
| @@ -70,6 +70,10 @@
|
| # like '0' or '1', aren't stripped out by GYP.
|
| '--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)',
|
| '--result', '<@(_outputs)',
|
| '--isolate', '<(RULE_INPUT_PATH)',
|
| ],
|
|
|