| 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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 "ui_base_unittests": { | 1008 "ui_base_unittests": { |
| 1009 "label": "//ui/base:ui_base_unittests", | 1009 "label": "//ui/base:ui_base_unittests", |
| 1010 "type": "windowed_test_launcher", | 1010 "type": "windowed_test_launcher", |
| 1011 }, | 1011 }, |
| 1012 "ui_chromeos_unittests": { | 1012 "ui_chromeos_unittests": { |
| 1013 "label": "//ui/chromeos:ui_chromeos_unittests", | 1013 "label": "//ui/chromeos:ui_chromeos_unittests", |
| 1014 "type": "windowed_test_launcher", | 1014 "type": "windowed_test_launcher", |
| 1015 }, | 1015 }, |
| 1016 "ui_arc_unittests": { | 1016 "ui_arc_unittests": { |
| 1017 "label": "//ui/arc:ui_arc_unittests", | 1017 "label": "//ui/arc:ui_arc_unittests", |
| 1018 "type": "raw", | 1018 "type": "windowed_test_launcher", |
| 1019 "args": [], | |
| 1020 }, | 1019 }, |
| 1021 "ui_junit_tests": { | 1020 "ui_junit_tests": { |
| 1022 "label": "//ui/android:ui_junit_tests", | 1021 "label": "//ui/android:ui_junit_tests", |
| 1023 "type": "junit_test", | 1022 "type": "junit_test", |
| 1024 }, | 1023 }, |
| 1025 "ui_service_unittests": { | 1024 "ui_service_unittests": { |
| 1026 "label": "//services/ui/ws:ui_service_unittests", | 1025 "label": "//services/ui/ws:ui_service_unittests", |
| 1027 "type": "windowed_test_launcher", | 1026 "type": "windowed_test_launcher", |
| 1028 }, | 1027 }, |
| 1029 "ui_touch_selection_unittests": { | 1028 "ui_touch_selection_unittests": { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1107 }, | 1106 }, |
| 1108 "wm_unittests": { | 1107 "wm_unittests": { |
| 1109 "label": "//ui/wm:wm_unittests", | 1108 "label": "//ui/wm:wm_unittests", |
| 1110 "type": "windowed_test_launcher", | 1109 "type": "windowed_test_launcher", |
| 1111 }, | 1110 }, |
| 1112 "wtf_unittests": { | 1111 "wtf_unittests": { |
| 1113 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1112 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1114 "type": "console_test_launcher", | 1113 "type": "console_test_launcher", |
| 1115 }, | 1114 }, |
| 1116 } | 1115 } |
| OLD | NEW |