| 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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 "label": "//chrome/test:sync_integration_tests", | 889 "label": "//chrome/test:sync_integration_tests", |
| 890 "type": "windowed_test_launcher", | 890 "type": "windowed_test_launcher", |
| 891 }, | 891 }, |
| 892 "system_webview_apk": { | 892 "system_webview_apk": { |
| 893 "label": "//android_webview:system_webview_apk", | 893 "label": "//android_webview:system_webview_apk", |
| 894 "type": "additional_compile_target", | 894 "type": "additional_compile_target", |
| 895 }, | 895 }, |
| 896 "tab_capture_end2end_tests": { | 896 "tab_capture_end2end_tests": { |
| 897 # TODO(dpranke), TODO(crbug.com/714336): What is the right label to | 897 # TODO(dpranke), TODO(crbug.com/714336): What is the right label to |
| 898 # have here (and/or the right way to run this?). | 898 # have here (and/or the right way to run this?). |
| 899 "label": "//chrome/test:tab_capture_end2end_tests", | 899 "label": "//chrome/test:browser_tests", |
| 900 "type": "gpu_browser_test", | 900 "type": "gpu_browser_test", |
| 901 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi
PixelTest.EndToEnd*", | 901 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApi
PixelTest.EndToEnd*", |
| 902 }, | 902 }, |
| 903 "telemetry_gpu_integration_test": { | 903 "telemetry_gpu_integration_test": { |
| 904 "label": "//chrome/test:telemetry_gpu_integration_test", | 904 "label": "//chrome/test:telemetry_gpu_integration_test", |
| 905 "type": "script", | 905 "type": "script", |
| 906 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py", | 906 "script": "//testing/scripts/run_gpu_integration_test_as_googletest.py", |
| 907 "args": [ | 907 "args": [ |
| 908 "../../content/test/gpu/run_gpu_integration_test.py", | 908 "../../content/test/gpu/run_gpu_integration_test.py", |
| 909 ], | 909 ], |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 }, | 1125 }, |
| 1126 "wm_unittests": { | 1126 "wm_unittests": { |
| 1127 "label": "//ui/wm:wm_unittests", | 1127 "label": "//ui/wm:wm_unittests", |
| 1128 "type": "windowed_test_launcher", | 1128 "type": "windowed_test_launcher", |
| 1129 }, | 1129 }, |
| 1130 "wtf_unittests": { | 1130 "wtf_unittests": { |
| 1131 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1131 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1132 "type": "console_test_launcher", | 1132 "type": "console_test_launcher", |
| 1133 }, | 1133 }, |
| 1134 } | 1134 } |
| OLD | NEW |