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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1088 }, | 1088 }, |
1089 "webkit_unit_tests": { | 1089 "webkit_unit_tests": { |
1090 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", | 1090 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", |
1091 "type": "console_test_launcher", | 1091 "type": "console_test_launcher", |
1092 }, | 1092 }, |
1093 "wm_unittests": { | 1093 "wm_unittests": { |
1094 "label": "//ui/wm:wm_unittests", | 1094 "label": "//ui/wm:wm_unittests", |
1095 "type": "windowed_test_launcher", | 1095 "type": "windowed_test_launcher", |
1096 }, | 1096 }, |
1097 "wtf_unittests": { | 1097 "wtf_unittests": { |
1098 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 1098 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
1099 "type": "console_test_launcher", | 1099 "type": "console_test_launcher", |
1100 }, | 1100 }, |
1101 } | 1101 } |
OLD | NEW |