| Index: gpu/PRESUBMIT.py
|
| diff --git a/gpu/PRESUBMIT.py b/gpu/PRESUBMIT.py
|
| index 7300f07c6b23155171ce972e22914b446343eeb8..b0c999a5dd8a9f1de3a21d59d9d01295846464f0 100644
|
| --- a/gpu/PRESUBMIT.py
|
| +++ b/gpu/PRESUBMIT.py
|
| @@ -23,5 +23,6 @@ def PostUploadHook(cl, change, output_api):
|
| '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.android:android_optional_gpu_tests_rel',
|
| ],
|
| 'Automatically added optional GPU tests to run on CQ.')
|
|
|