| Index: third_party/WebKit/Source/modules/webgl/PRESUBMIT.py
|
| diff --git a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py
|
| index 3bfa1ce640ef118b0e431e3985b0716d0a93d0bc..492a16fadaaeafc997a7703e6a747f05e1673874 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py
|
| +++ b/third_party/WebKit/Source/modules/webgl/PRESUBMIT.py
|
| @@ -21,5 +21,6 @@ def PostUploadHook(cl, change, output_api):
|
| cl,
|
| ['master.tryserver.chromium.linux:linux_optional_gpu_tests_rel',
|
| 'master.tryserver.chromium.mac:mac_optional_gpu_tests_rel',
|
| - 'master.tryserver.chromium.win:win_optional_gpu_tests_rel'],
|
| + 'master.tryserver.chromium.win:win_optional_gpu_tests_rel',
|
| + 'master.tryserver.chromium.android:android_optional_gpu_tests_rel'],
|
| 'Automatically added optional GPU tests to run on CQ.')
|
|
|