| 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 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 "type": "windowed_test_launcher", | 1006 "type": "windowed_test_launcher", |
| 1007 }, | 1007 }, |
| 1008 "ui_arc_unittests": { | 1008 "ui_arc_unittests": { |
| 1009 "label": "//ui/arc:ui_arc_unittests", | 1009 "label": "//ui/arc:ui_arc_unittests", |
| 1010 "type": "windowed_test_launcher", | 1010 "type": "windowed_test_launcher", |
| 1011 }, | 1011 }, |
| 1012 "ui_junit_tests": { | 1012 "ui_junit_tests": { |
| 1013 "label": "//ui/android:ui_junit_tests", | 1013 "label": "//ui/android:ui_junit_tests", |
| 1014 "type": "junit_test", | 1014 "type": "junit_test", |
| 1015 }, | 1015 }, |
| 1016 "ui_service_unittests": { | |
| 1017 "label": "//services/ui/ws:ui_service_unittests", | |
| 1018 "type": "windowed_test_launcher", | |
| 1019 }, | |
| 1020 "ui_touch_selection_unittests": { | 1016 "ui_touch_selection_unittests": { |
| 1021 "label": "//ui/touch_selection:ui_touch_selection_unittests", | 1017 "label": "//ui/touch_selection:ui_touch_selection_unittests", |
| 1022 "type": "windowed_test_launcher", | 1018 "type": "windowed_test_launcher", |
| 1023 }, | 1019 }, |
| 1024 "unit_tests": { | 1020 "unit_tests": { |
| 1025 "label": "//chrome/test:unit_tests", | 1021 "label": "//chrome/test:unit_tests", |
| 1026 "type": "windowed_test_launcher", | 1022 "type": "windowed_test_launcher", |
| 1027 }, | 1023 }, |
| 1028 "url_unittests": { | 1024 "url_unittests": { |
| 1029 "label": "//url:url_unittests", | 1025 "label": "//url:url_unittests", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1098 }, | 1094 }, |
| 1099 "wm_unittests": { | 1095 "wm_unittests": { |
| 1100 "label": "//ui/wm:wm_unittests", | 1096 "label": "//ui/wm:wm_unittests", |
| 1101 "type": "windowed_test_launcher", | 1097 "type": "windowed_test_launcher", |
| 1102 }, | 1098 }, |
| 1103 "wtf_unittests": { | 1099 "wtf_unittests": { |
| 1104 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1100 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1105 "type": "console_test_launcher", | 1101 "type": "console_test_launcher", |
| 1106 }, | 1102 }, |
| 1107 } | 1103 } |
| OLD | NEW |