| 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 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 "type": "windowed_test_launcher", | 763 "type": "windowed_test_launcher", |
| 764 }, | 764 }, |
| 765 "mus_gpu_unittests": { | 765 "mus_gpu_unittests": { |
| 766 "label": "//services/ui/gpu:mus_gpu_unittests", | 766 "label": "//services/ui/gpu:mus_gpu_unittests", |
| 767 "type": "console_test_launcher", | 767 "type": "console_test_launcher", |
| 768 }, | 768 }, |
| 769 "mus_demo_unittests": { | 769 "mus_demo_unittests": { |
| 770 "label": "//services/ui/demo:mus_demo_unittests", | 770 "label": "//services/ui/demo:mus_demo_unittests", |
| 771 "type": "windowed_test_launcher", | 771 "type": "windowed_test_launcher", |
| 772 }, | 772 }, |
| 773 "mus_ws_unittests": { | |
| 774 "label": "//services/ui/ws:mus_ws_unittests", | |
| 775 "type": "windowed_test_launcher", | |
| 776 }, | |
| 777 "nacl_helper_nonsfi_unittests": { | 773 "nacl_helper_nonsfi_unittests": { |
| 778 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", | 774 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", |
| 779 "type": "raw", | 775 "type": "raw", |
| 780 "args": [], | 776 "args": [], |
| 781 }, | 777 }, |
| 782 "nacl_loader_unittests": { | 778 "nacl_loader_unittests": { |
| 783 "label": "//components/nacl/loader:nacl_loader_unittests", | 779 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 784 "type": "raw", | 780 "type": "raw", |
| 785 "args": [], | 781 "args": [], |
| 786 }, | 782 }, |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1039 }, | 1035 }, |
| 1040 "ui_arc_unittests": { | 1036 "ui_arc_unittests": { |
| 1041 "label": "//ui/arc:ui_arc_unittests", | 1037 "label": "//ui/arc:ui_arc_unittests", |
| 1042 "type": "raw", | 1038 "type": "raw", |
| 1043 "args": [], | 1039 "args": [], |
| 1044 }, | 1040 }, |
| 1045 "ui_junit_tests": { | 1041 "ui_junit_tests": { |
| 1046 "label": "//ui/android:ui_junit_tests", | 1042 "label": "//ui/android:ui_junit_tests", |
| 1047 "type": "junit_test", | 1043 "type": "junit_test", |
| 1048 }, | 1044 }, |
| 1045 "ui_service_unittests": { |
| 1046 "label": "//services/ui/ws:ui_service_unittests", |
| 1047 "type": "windowed_test_launcher", |
| 1048 }, |
| 1049 "ui_struct_traits_unittests": { | 1049 "ui_struct_traits_unittests": { |
| 1050 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests", | 1050 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests", |
| 1051 "type": "console_test_launcher", | 1051 "type": "console_test_launcher", |
| 1052 }, | 1052 }, |
| 1053 "ui_touch_selection_unittests": { | 1053 "ui_touch_selection_unittests": { |
| 1054 "label": "//ui/touch_selection:ui_touch_selection_unittests", | 1054 "label": "//ui/touch_selection:ui_touch_selection_unittests", |
| 1055 "type": "windowed_test_launcher", | 1055 "type": "windowed_test_launcher", |
| 1056 }, | 1056 }, |
| 1057 "unit_tests": { | 1057 "unit_tests": { |
| 1058 "label": "//chrome/test:unit_tests", | 1058 "label": "//chrome/test:unit_tests", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1131 }, | 1131 }, |
| 1132 "wm_unittests": { | 1132 "wm_unittests": { |
| 1133 "label": "//ui/wm:wm_unittests", | 1133 "label": "//ui/wm:wm_unittests", |
| 1134 "type": "windowed_test_launcher", | 1134 "type": "windowed_test_launcher", |
| 1135 }, | 1135 }, |
| 1136 "wtf_unittests": { | 1136 "wtf_unittests": { |
| 1137 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1137 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1138 "type": "console_test_launcher", | 1138 "type": "console_test_launcher", |
| 1139 }, | 1139 }, |
| 1140 } | 1140 } |
| OLD | NEW |