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

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

Issue 2908843002: Rename "service_unittests" -> "services_unittests". (Closed)
Patch Set: Created 3 years, 6 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
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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 "type": "console_test_launcher", 826 "type": "console_test_launcher",
827 }, 827 },
828 "service_manager_unittests": { 828 "service_manager_unittests": {
829 "label": "//services/service_manager/tests:service_manager_unittests", 829 "label": "//services/service_manager/tests:service_manager_unittests",
830 "type": "console_test_launcher", 830 "type": "console_test_launcher",
831 }, 831 },
832 "service_junit_tests": { 832 "service_junit_tests": {
833 "label": "//services:service_junit_tests", 833 "label": "//services:service_junit_tests",
834 "type": "junit_test", 834 "type": "junit_test",
835 }, 835 },
836 "service_unittests": { 836 "services_unittests": {
837 "label": "//services:service_unittests", 837 "label": "//services:services_unittests",
838 "type": "windowed_test_launcher", 838 "type": "windowed_test_launcher",
839 }, 839 },
840 "setup_unittests": { 840 "setup_unittests": {
841 "label": "//chrome/installer/setup:setup_unittests", 841 "label": "//chrome/installer/setup:setup_unittests",
842 "type": "console_test_launcher", 842 "type": "console_test_launcher",
843 }, 843 },
844 "skia_unittests": { 844 "skia_unittests": {
845 "label": "//skia:skia_unittests", 845 "label": "//skia:skia_unittests",
846 "type": "console_test_launcher", 846 "type": "console_test_launcher",
847 }, 847 },
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 }, 1094 },
1095 "wm_unittests": { 1095 "wm_unittests": {
1096 "label": "//ui/wm:wm_unittests", 1096 "label": "//ui/wm:wm_unittests",
1097 "type": "windowed_test_launcher", 1097 "type": "windowed_test_launcher",
1098 }, 1098 },
1099 "wtf_unittests": { 1099 "wtf_unittests": {
1100 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1100 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1101 "type": "console_test_launcher", 1101 "type": "console_test_launcher",
1102 }, 1102 },
1103 } 1103 }
OLDNEW
« testing/buildbot/chromium.gpu.fyi.json ('K') | « testing/buildbot/client.v8.chromium.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698