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

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

Issue 2834103003: Add mus_browser_tests to Mojo FYI bots (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 | « testing/buildbot/filters/mojo.fyi.mus.browser_tests.filter ('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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 "type": "console_test_launcher", 729 "type": "console_test_launcher",
730 }, 730 },
731 "mojo_system_unittests": { 731 "mojo_system_unittests": {
732 "label": "//mojo/edk/system:mojo_system_unittests", 732 "label": "//mojo/edk/system:mojo_system_unittests",
733 "type": "console_test_launcher", 733 "type": "console_test_launcher",
734 }, 734 },
735 "mojo_test_apk": { 735 "mojo_test_apk": {
736 "label": "//mojo/android:mojo_test_apk", 736 "label": "//mojo/android:mojo_test_apk",
737 "type": "console_test_launcher", 737 "type": "console_test_launcher",
738 }, 738 },
739 "mus_browser_tests": {
740 "label": "//chrome/test:mus_browser_tests",
741 "label_type": "group",
742 "type": "windowed_test_launcher",
743 "executable": "browser_tests",
744 "args": [
745 "--run-in-mus",
746 "--service-overrides=../../chrome/app/mash/mash_service_overrides.json",
747 ],
748 },
739 "mus_clipboard_unittests": { 749 "mus_clipboard_unittests": {
740 "label": "//services/ui/clipboard:mus_clipboard_unittests", 750 "label": "//services/ui/clipboard:mus_clipboard_unittests",
741 "type": "windowed_test_launcher", 751 "type": "windowed_test_launcher",
742 }, 752 },
743 "mus_public_unittests": { 753 "mus_public_unittests": {
744 "label": "//services/ui/public/cpp/tests:mus_public_unittests", 754 "label": "//services/ui/public/cpp/tests:mus_public_unittests",
745 "type": "windowed_test_launcher", 755 "type": "windowed_test_launcher",
746 }, 756 },
747 "message_center_unittests": { 757 "message_center_unittests": {
748 "label": "//ui/message_center:message_center_unittests", 758 "label": "//ui/message_center:message_center_unittests",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 }, 1124 },
1115 "wm_unittests": { 1125 "wm_unittests": {
1116 "label": "//ui/wm:wm_unittests", 1126 "label": "//ui/wm:wm_unittests",
1117 "type": "windowed_test_launcher", 1127 "type": "windowed_test_launcher",
1118 }, 1128 },
1119 "wtf_unittests": { 1129 "wtf_unittests": {
1120 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1130 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1121 "type": "console_test_launcher", 1131 "type": "console_test_launcher",
1122 }, 1132 },
1123 } 1133 }
OLDNEW
« no previous file with comments | « testing/buildbot/filters/mojo.fyi.mus.browser_tests.filter ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698