| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "angle_deqp_gles31_tests": { | 111 "angle_deqp_gles31_tests": { |
| 112 "label": "//third_party/angle/src/tests:angle_deqp_gles31_tests", | 112 "label": "//third_party/angle/src/tests:angle_deqp_gles31_tests", |
| 113 "type": "raw", | 113 "type": "raw", |
| 114 "args": [], | 114 "args": [], |
| 115 }, | 115 }, |
| 116 "angle_end2end_tests": { | 116 "angle_end2end_tests": { |
| 117 "label": "//third_party/angle/src/tests:angle_end2end_tests", | 117 "label": "//third_party/angle/src/tests:angle_end2end_tests", |
| 118 "type": "raw", | 118 "type": "raw", |
| 119 "args": [], | 119 "args": [], |
| 120 }, | 120 }, |
| 121 "angle_white_box_tests": { |
| 122 "label": "//third_party/angle/src/tests:angle_white_box_tests", |
| 123 "type": "raw", |
| 124 "args": [], |
| 125 }, |
| 121 "angle_unittests": { | 126 "angle_unittests": { |
| 122 "label": "//third_party/angle/src/tests:angle_unittests", | 127 "label": "//third_party/angle/src/tests:angle_unittests", |
| 123 "type": "raw", | 128 "type": "raw", |
| 124 "args": [], | 129 "args": [], |
| 125 }, | 130 }, |
| 126 "app_list_unittests": { | 131 "app_list_unittests": { |
| 127 "label": "//ui/app_list:app_list_unittests", | 132 "label": "//ui/app_list:app_list_unittests", |
| 128 "type": "windowed_test_launcher", | 133 "type": "windowed_test_launcher", |
| 129 }, | 134 }, |
| 130 "app_list_presenter_unittests": { | 135 "app_list_presenter_unittests": { |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 }, | 1027 }, |
| 1023 "wm_unittests": { | 1028 "wm_unittests": { |
| 1024 "label": "//ui/wm:wm_unittests", | 1029 "label": "//ui/wm:wm_unittests", |
| 1025 "type": "windowed_test_launcher", | 1030 "type": "windowed_test_launcher", |
| 1026 }, | 1031 }, |
| 1027 "wtf_unittests": { | 1032 "wtf_unittests": { |
| 1028 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 1033 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 1029 "type": "console_test_launcher", | 1034 "type": "console_test_launcher", |
| 1030 }, | 1035 }, |
| 1031 } | 1036 } |
| OLD | NEW |