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

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

Issue 2665453002: Enable service_unittests on several bot configurations (Closed)
Patch Set: . Created 3 years, 10 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 | « testing/buildbot/chromium.win.json ('k') | 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 "type": "console_test_launcher", 747 "type": "console_test_launcher",
748 }, 748 },
749 "sbox_validation_tests": { 749 "sbox_validation_tests": {
750 "label": "//sandbox/win:sbox_validation_tests", 750 "label": "//sandbox/win:sbox_validation_tests",
751 "type": "console_test_launcher", 751 "type": "console_test_launcher",
752 }, 752 },
753 "service_manager_unittests": { 753 "service_manager_unittests": {
754 "label": "//services/service_manager/tests:service_manager_unittests", 754 "label": "//services/service_manager/tests:service_manager_unittests",
755 "type": "console_test_launcher", 755 "type": "console_test_launcher",
756 }, 756 },
757 "service_unittests": {
758 "label": "//services:service_unittests",
759 "type": "console_test_launcher",
760 },
757 "setup_unittests": { 761 "setup_unittests": {
758 "label": "//chrome/installer/setup:setup_unittests", 762 "label": "//chrome/installer/setup:setup_unittests",
759 "type": "console_test_launcher", 763 "type": "console_test_launcher",
760 }, 764 },
761 "skia_unittests": { 765 "skia_unittests": {
762 "label": "//skia:skia_unittests", 766 "label": "//skia:skia_unittests",
763 "type": "console_test_launcher", 767 "type": "console_test_launcher",
764 }, 768 },
765 "snapshot_unittests": { 769 "snapshot_unittests": {
766 "label": "//ui/snapshot:snapshot_unittests", 770 "label": "//ui/snapshot:snapshot_unittests",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 }, 1003 },
1000 "wm_unittests": { 1004 "wm_unittests": {
1001 "label": "//ui/wm:wm_unittests", 1005 "label": "//ui/wm:wm_unittests",
1002 "type": "windowed_test_launcher", 1006 "type": "windowed_test_launcher",
1003 }, 1007 },
1004 "wtf_unittests": { 1008 "wtf_unittests": {
1005 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 1009 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
1006 "type": "console_test_launcher", 1010 "type": "console_test_launcher",
1007 }, 1011 },
1008 } 1012 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698