Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2810733004: Adds label_type: Group to gn_isolate_map.pyl (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "ash_content_unittests": { 143 "ash_content_unittests": {
144 "label": "//ash:ash_content_unittests", 144 "label": "//ash:ash_content_unittests",
145 "type": "windowed_test_launcher", 145 "type": "windowed_test_launcher",
146 }, 146 },
147 "ash_unittests": { 147 "ash_unittests": {
148 "label": "//ash:ash_unittests", 148 "label": "//ash:ash_unittests",
149 "type": "windowed_test_launcher", 149 "type": "windowed_test_launcher",
150 }, 150 },
151 "ash_mus_unittests": { 151 "ash_mus_unittests": {
152 "label": "//ash:ash_unittests", 152 "label": "//ash:ash_unittests",
153 "label_type": "group",
153 "type": "windowed_test_launcher", 154 "type": "windowed_test_launcher",
154 "args": [ 155 "args": [
155 "--mus", 156 "--mus",
156 ], 157 ],
157 "executable": "ash_unittests", 158 "executable": "ash_unittests",
158 }, 159 },
159 "audio_unittests": { 160 "audio_unittests": {
160 "label": "//media:audio_unittests", 161 "label": "//media:audio_unittests",
161 "type": "raw", 162 "type": "raw",
162 "args": [], 163 "args": [],
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 }, 1106 },
1106 "wm_unittests": { 1107 "wm_unittests": {
1107 "label": "//ui/wm:wm_unittests", 1108 "label": "//ui/wm:wm_unittests",
1108 "type": "windowed_test_launcher", 1109 "type": "windowed_test_launcher",
1109 }, 1110 },
1110 "wtf_unittests": { 1111 "wtf_unittests": {
1111 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1112 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1112 "type": "console_test_launcher", 1113 "type": "console_test_launcher",
1113 }, 1114 },
1114 } 1115 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698