| 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 "type": "console_test_launcher", | 609 "type": "console_test_launcher", |
| 610 }, | 610 }, |
| 611 "junit_unit_tests": { | 611 "junit_unit_tests": { |
| 612 "label": "//testing/android/junit:junit_unit_tests", | 612 "label": "//testing/android/junit:junit_unit_tests", |
| 613 "type": "junit_test", | 613 "type": "junit_test", |
| 614 }, | 614 }, |
| 615 "keyboard_unittests": { | 615 "keyboard_unittests": { |
| 616 "label": "//ui/keyboard:keyboard_unittests", | 616 "label": "//ui/keyboard:keyboard_unittests", |
| 617 "type": "console_test_launcher", | 617 "type": "console_test_launcher", |
| 618 }, | 618 }, |
| 619 "latency_unittests": { |
| 620 "label": "//ui/latency:latency_unittests", |
| 621 "type": "console_test_launcher", |
| 622 }, |
| 619 "leveldb_service_unittests": { | 623 "leveldb_service_unittests": { |
| 620 "label": "//components/leveldb:leveldb_service_unittests", | 624 "label": "//components/leveldb:leveldb_service_unittests", |
| 621 "type": "console_test_launcher", | 625 "type": "console_test_launcher", |
| 622 }, | 626 }, |
| 623 # See http://crbug.com/585151 | 627 # See http://crbug.com/585151 |
| 624 "libaddressinput_unittests": { | 628 "libaddressinput_unittests": { |
| 625 "label": "//third_party/libaddressinput:libaddressinput_unittests", | 629 "label": "//third_party/libaddressinput:libaddressinput_unittests", |
| 626 "type": "console_test_launcher", | 630 "type": "console_test_launcher", |
| 627 }, | 631 }, |
| 628 "libjingle_xmpp_unittests": { | 632 "libjingle_xmpp_unittests": { |
| (...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 }, | 1114 }, |
| 1111 "wm_unittests": { | 1115 "wm_unittests": { |
| 1112 "label": "//ui/wm:wm_unittests", | 1116 "label": "//ui/wm:wm_unittests", |
| 1113 "type": "windowed_test_launcher", | 1117 "type": "windowed_test_launcher", |
| 1114 }, | 1118 }, |
| 1115 "wtf_unittests": { | 1119 "wtf_unittests": { |
| 1116 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1120 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1117 "type": "console_test_launcher", | 1121 "type": "console_test_launcher", |
| 1118 }, | 1122 }, |
| 1119 } | 1123 } |
| OLD | NEW |