| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 }, | 75 }, |
| 76 "All_syzygy": { | 76 "All_syzygy": { |
| 77 "label": "//:All_syzygy", | 77 "label": "//:All_syzygy", |
| 78 "type": "additional_compile_target", | 78 "type": "additional_compile_target", |
| 79 }, | 79 }, |
| 80 "accessibility_unittests": { | 80 "accessibility_unittests": { |
| 81 "label": "//ui/accessibility:accessibility_unittests", | 81 "label": "//ui/accessibility:accessibility_unittests", |
| 82 "type": "raw", | 82 "type": "raw", |
| 83 "args": [], | 83 "args": [], |
| 84 }, | 84 }, |
| 85 "android_webview_test_apk": { | |
| 86 "label": "//android_webview/test:android_webview_test_apk", | |
| 87 "type": "console_test_launcher", | |
| 88 }, | |
| 89 "android_webview_unittests": { | 85 "android_webview_unittests": { |
| 90 "label": "//android_webview/test:android_webview_unittests", | 86 "label": "//android_webview/test:android_webview_unittests", |
| 91 "type": "console_test_launcher", | 87 "type": "console_test_launcher", |
| 92 }, | 88 }, |
| 93 "angle_deqp_egl_tests": { | 89 "angle_deqp_egl_tests": { |
| 94 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", | 90 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", |
| 95 "type": "raw", | 91 "type": "raw", |
| 96 "args": [], | 92 "args": [], |
| 97 }, | 93 }, |
| 98 "angle_deqp_gles2_tests": { | 94 "angle_deqp_gles2_tests": { |
| (...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 "--exit-after-n-failures", "5000", | 1106 "--exit-after-n-failures", "5000", |
| 1111 "--exit-after-n-crashes-or-timeouts", "100", | 1107 "--exit-after-n-crashes-or-timeouts", "100", |
| 1112 "--debug-rwt-logging", | 1108 "--debug-rwt-logging", |
| 1113 "--results-directory", "${ISOLATED_OUTDIR}/layout-test-results", | 1109 "--results-directory", "${ISOLATED_OUTDIR}/layout-test-results", |
| 1114 ], | 1110 ], |
| 1115 }, | 1111 }, |
| 1116 "webkit_unit_tests": { | 1112 "webkit_unit_tests": { |
| 1117 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", | 1113 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", |
| 1118 "type": "console_test_launcher", | 1114 "type": "console_test_launcher", |
| 1119 }, | 1115 }, |
| 1116 "webview_instrumentation_test_apk": { |
| 1117 "label": "//android_webview/test:webview_instrumentation_test_apk", |
| 1118 "type": "console_test_launcher", |
| 1119 }, |
| 1120 "wm_unittests": { | 1120 "wm_unittests": { |
| 1121 "label": "//ui/wm:wm_unittests", | 1121 "label": "//ui/wm:wm_unittests", |
| 1122 "type": "windowed_test_launcher", | 1122 "type": "windowed_test_launcher", |
| 1123 }, | 1123 }, |
| 1124 "wtf_unittests": { | 1124 "wtf_unittests": { |
| 1125 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1125 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1126 "type": "console_test_launcher", | 1126 "type": "console_test_launcher", |
| 1127 }, | 1127 }, |
| 1128 } | 1128 } |
| OLD | NEW |