| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 "type": "junit_test", | 162 "type": "junit_test", |
| 163 }, | 163 }, |
| 164 "base_unittests": { | 164 "base_unittests": { |
| 165 "label": "//base:base_unittests", | 165 "label": "//base:base_unittests", |
| 166 "type": "console_test_launcher", | 166 "type": "console_test_launcher", |
| 167 }, | 167 }, |
| 168 "battor_agent_unittests": { | 168 "battor_agent_unittests": { |
| 169 "label": "//tools/battor_agent:battor_agent_unittests", | 169 "label": "//tools/battor_agent:battor_agent_unittests", |
| 170 "type": "console_test_launcher", | 170 "type": "console_test_launcher", |
| 171 }, | 171 }, |
| 172 "blimp_unittests": { | |
| 173 "label": "//blimp:blimp_unittests", | |
| 174 "type": "console_test_launcher", | |
| 175 }, | |
| 176 "blink_heap_unittests": { | 172 "blink_heap_unittests": { |
| 177 "label": "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", | 173 "label": "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", |
| 178 "type": "console_test_launcher", | 174 "type": "console_test_launcher", |
| 179 }, | 175 }, |
| 180 "blink_platform_unittests": { | 176 "blink_platform_unittests": { |
| 181 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests", | 177 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests", |
| 182 "type": "console_test_launcher", | 178 "type": "console_test_launcher", |
| 183 }, | 179 }, |
| 184 "blink_tests": { | 180 "blink_tests": { |
| 185 "label": "//:blink_tests", | 181 "label": "//:blink_tests", |
| (...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 }, | 993 }, |
| 998 "wm_unittests": { | 994 "wm_unittests": { |
| 999 "label": "//ui/wm:wm_unittests", | 995 "label": "//ui/wm:wm_unittests", |
| 1000 "type": "windowed_test_launcher", | 996 "type": "windowed_test_launcher", |
| 1001 }, | 997 }, |
| 1002 "wtf_unittests": { | 998 "wtf_unittests": { |
| 1003 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 999 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 1004 "type": "console_test_launcher", | 1000 "type": "console_test_launcher", |
| 1005 }, | 1001 }, |
| 1006 } | 1002 } |
| OLD | NEW |