| OLD | NEW |
| 1 ## Copyright 2015 The Chromium Authors. All rights reserved. | 1 ## Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 }, | 888 }, |
| 889 "sync_integration_tests": { | 889 "sync_integration_tests": { |
| 890 "label": "//chrome/test:sync_integration_tests", | 890 "label": "//chrome/test:sync_integration_tests", |
| 891 "type": "windowed_test_launcher", | 891 "type": "windowed_test_launcher", |
| 892 }, | 892 }, |
| 893 "system_webview_apk": { | 893 "system_webview_apk": { |
| 894 "label": "//android_webview:system_webview_apk", | 894 "label": "//android_webview:system_webview_apk", |
| 895 "type": "additional_compile_target", | 895 "type": "additional_compile_target", |
| 896 }, | 896 }, |
| 897 "tab_capture_end2end_tests": { | 897 "tab_capture_end2end_tests": { |
| 898 "label": "//chrome/test:browser_tests", | 898 # TODO(dpranke), TODO(crbug.com/714336): What is the right label to |
| 899 # have here (and/or the right way to run this?). |
| 900 "label": "//chrome/test:tab_capture_end2end_tests", |
| 899 "type": "gpu_browser_test", | 901 "type": "gpu_browser_test", |
| 900 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi
PixelTest.EndToEnd*", | 902 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi
PixelTest.EndToEnd*", |
| 901 }, | 903 }, |
| 902 "telemetry_gpu_integration_test": { | 904 "telemetry_gpu_integration_test": { |
| 903 "label": "//chrome/test:telemetry_gpu_integration_test", | 905 "label": "//chrome/test:telemetry_gpu_integration_test", |
| 904 "type": "script", | 906 "type": "script", |
| 905 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py", | 907 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py", |
| 906 "args": [ | 908 "args": [ |
| 907 "../../content/test/gpu/run_gpu_integration_test.py", | 909 "../../content/test/gpu/run_gpu_integration_test.py", |
| 908 ], | 910 ], |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 }, | 1126 }, |
| 1125 "wm_unittests": { | 1127 "wm_unittests": { |
| 1126 "label": "//ui/wm:wm_unittests", | 1128 "label": "//ui/wm:wm_unittests", |
| 1127 "type": "windowed_test_launcher", | 1129 "type": "windowed_test_launcher", |
| 1128 }, | 1130 }, |
| 1129 "wtf_unittests": { | 1131 "wtf_unittests": { |
| 1130 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1132 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1131 "type": "console_test_launcher", | 1133 "type": "console_test_launcher", |
| 1132 }, | 1134 }, |
| 1133 } | 1135 } |
| OLD | NEW |