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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 562483002: mojo: Create a basic clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ;_; Created 6 years, 3 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 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "ipc_tests", 84 "ipc_tests",
85 "jingle_unittests", 85 "jingle_unittests",
86 { 86 {
87 "test": "keyboard_unittests", 87 "test": "keyboard_unittests",
88 "platforms": ["linux", "win"] 88 "platforms": ["linux", "win"]
89 }, 89 },
90 "media_perftests", 90 "media_perftests",
91 "media_unittests", 91 "media_unittests",
92 "message_center_unittests", 92 "message_center_unittests",
93 "mojo_apps_js_unittests", 93 "mojo_apps_js_unittests",
94 "mojo_clipboard_unittests",
94 "mojo_common_unittests", 95 "mojo_common_unittests",
95 "mojo_js_unittests", 96 "mojo_js_unittests",
96 "mojo_public_bindings_unittests", 97 "mojo_public_bindings_unittests",
97 "mojo_public_environment_unittests", 98 "mojo_public_environment_unittests",
98 "mojo_public_system_unittests", 99 "mojo_public_system_unittests",
99 "mojo_public_utility_unittests", 100 "mojo_public_utility_unittests",
100 "mojo_application_manager_unittests", 101 "mojo_application_manager_unittests",
101 "mojo_shell_tests", 102 "mojo_shell_tests",
102 "mojo_system_unittests", 103 "mojo_system_unittests",
103 { 104 {
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "non_filter_tests_builders": [ 208 "non_filter_tests_builders": [
208 ], 209 ],
209 210
210 "filter_compile_builders": [ 211 "filter_compile_builders": [
211 "win_chromium_compile_dbg", 212 "win_chromium_compile_dbg",
212 "win_chromium_rel_swarming", 213 "win_chromium_rel_swarming",
213 "win_chromium_x64_rel_swarming", 214 "win_chromium_x64_rel_swarming",
214 "win8_chromium_rel" 215 "win8_chromium_rel"
215 ] 216 ]
216 } 217 }
OLDNEW
« testing/buildbot/chromium.fyi.json ('K') | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698