Added isolates for remaining tests on GPU bots.

These represent the non-Telemetry tests currently running on these bots.

Tested locally on Linux. Will test on other platforms after the initial
commit and update the isolates as necessary.

BUG=321878
R=maruel@chromium.org
TBR=maruel@chromium.org

Review URL: https://codereview.chromium.org/101783011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@243388 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
kbr@chromium.org 2014-01-07 21:40:22 +00:00
Родитель 47af3f876c
Коммит fa46fdcff4
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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)',
],