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

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

Issue 2881283003: Remove the mus_clipboard target and merge it into service_unittests. (Closed)
Patch Set: use_aura in //services/BUILD.gn Created 3 years, 7 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 "mus_browser_tests": { 743 "mus_browser_tests": {
744 "label": "//chrome/test:mus_browser_tests", 744 "label": "//chrome/test:mus_browser_tests",
745 "label_type": "group", 745 "label_type": "group",
746 "type": "windowed_test_launcher", 746 "type": "windowed_test_launcher",
747 "executable": "browser_tests", 747 "executable": "browser_tests",
748 "args": [ 748 "args": [
749 "--run-in-mus", 749 "--run-in-mus",
750 "--service-overrides=../../chrome/app/mash/mash_service_overrides.json", 750 "--service-overrides=../../chrome/app/mash/mash_service_overrides.json",
751 ], 751 ],
752 }, 752 },
753 "mus_clipboard_unittests": {
754 "label": "//services/ui/clipboard:mus_clipboard_unittests",
755 "type": "windowed_test_launcher",
756 },
757 "mus_public_unittests": { 753 "mus_public_unittests": {
758 "label": "//services/ui/public/cpp/tests:mus_public_unittests", 754 "label": "//services/ui/public/cpp/tests:mus_public_unittests",
759 "type": "windowed_test_launcher", 755 "type": "windowed_test_launcher",
760 }, 756 },
761 "message_center_unittests": { 757 "message_center_unittests": {
762 "label": "//ui/message_center:message_center_unittests", 758 "label": "//ui/message_center:message_center_unittests",
763 "type": "windowed_test_launcher", 759 "type": "windowed_test_launcher",
764 }, 760 },
765 "mash_unittests": { 761 "mash_unittests": {
766 "label": "//mash:mash_unittests", 762 "label": "//mash:mash_unittests",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 "service_manager_unittests": { 856 "service_manager_unittests": {
861 "label": "//services/service_manager/tests:service_manager_unittests", 857 "label": "//services/service_manager/tests:service_manager_unittests",
862 "type": "console_test_launcher", 858 "type": "console_test_launcher",
863 }, 859 },
864 "service_junit_tests": { 860 "service_junit_tests": {
865 "label": "//services:service_junit_tests", 861 "label": "//services:service_junit_tests",
866 "type": "junit_test", 862 "type": "junit_test",
867 }, 863 },
868 "service_unittests": { 864 "service_unittests": {
869 "label": "//services:service_unittests", 865 "label": "//services:service_unittests",
870 "type": "console_test_launcher", 866 "type": "windowed_test_launcher",
871 }, 867 },
872 "setup_unittests": { 868 "setup_unittests": {
873 "label": "//chrome/installer/setup:setup_unittests", 869 "label": "//chrome/installer/setup:setup_unittests",
874 "type": "console_test_launcher", 870 "type": "console_test_launcher",
875 }, 871 },
876 "skia_unittests": { 872 "skia_unittests": {
877 "label": "//skia:skia_unittests", 873 "label": "//skia:skia_unittests",
878 "type": "console_test_launcher", 874 "type": "console_test_launcher",
879 }, 875 },
880 "snapshot_unittests": { 876 "snapshot_unittests": {
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1135 }, 1131 },
1136 "wm_unittests": { 1132 "wm_unittests": {
1137 "label": "//ui/wm:wm_unittests", 1133 "label": "//ui/wm:wm_unittests",
1138 "type": "windowed_test_launcher", 1134 "type": "windowed_test_launcher",
1139 }, 1135 },
1140 "wtf_unittests": { 1136 "wtf_unittests": {
1141 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1137 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1142 "type": "console_test_launcher", 1138 "type": "console_test_launcher",
1143 }, 1139 },
1144 } 1140 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | tools/determinism/deterministic_build_whitelist.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698