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

Side by Side Diff: testing/buildbot/chromium.linux.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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "app_shell_browsertests", 6 "app_shell_browsertests",
7 "aura_unittests", 7 "aura_unittests",
8 "base_unittests", 8 "base_unittests",
9 "browser_tests", 9 "browser_tests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 14 matching lines...) Expand all
25 "gfx_unittests", 25 "gfx_unittests",
26 "google_apis_unittests", 26 "google_apis_unittests",
27 "gpu_unittests", 27 "gpu_unittests",
28 "interactive_ui_tests", 28 "interactive_ui_tests",
29 "ipc_mojo_unittests", 29 "ipc_mojo_unittests",
30 "ipc_tests", 30 "ipc_tests",
31 "jingle_unittests", 31 "jingle_unittests",
32 "media_unittests", 32 "media_unittests",
33 "mojo_application_manager_unittests", 33 "mojo_application_manager_unittests",
34 "mojo_apps_js_unittests", 34 "mojo_apps_js_unittests",
35 "mojo_clipboard_unittests",
35 "mojo_common_unittests", 36 "mojo_common_unittests",
36 "mojo_js_unittests", 37 "mojo_js_unittests",
37 "mojo_public_bindings_unittests", 38 "mojo_public_bindings_unittests",
38 "mojo_public_environment_unittests", 39 "mojo_public_environment_unittests",
39 "mojo_public_system_unittests", 40 "mojo_public_system_unittests",
40 "mojo_public_utility_unittests", 41 "mojo_public_utility_unittests",
41 "mojo_shell_tests", 42 "mojo_shell_tests",
42 "mojo_system_unittests", 43 "mojo_system_unittests",
43 "mojo_view_manager_unittests", 44 "mojo_view_manager_unittests",
44 "nacl_loader_unittests", 45 "nacl_loader_unittests",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "gfx_unittests", 88 "gfx_unittests",
88 "google_apis_unittests", 89 "google_apis_unittests",
89 "gpu_unittests", 90 "gpu_unittests",
90 "interactive_ui_tests", 91 "interactive_ui_tests",
91 "ipc_mojo_unittests", 92 "ipc_mojo_unittests",
92 "ipc_tests", 93 "ipc_tests",
93 "jingle_unittests", 94 "jingle_unittests",
94 "media_unittests", 95 "media_unittests",
95 "mojo_application_manager_unittests", 96 "mojo_application_manager_unittests",
96 "mojo_apps_js_unittests", 97 "mojo_apps_js_unittests",
98 "mojo_clipboard_unittests",
97 "mojo_common_unittests", 99 "mojo_common_unittests",
98 "mojo_js_unittests", 100 "mojo_js_unittests",
99 "mojo_public_bindings_unittests", 101 "mojo_public_bindings_unittests",
100 "mojo_public_environment_unittests", 102 "mojo_public_environment_unittests",
101 "mojo_public_system_unittests", 103 "mojo_public_system_unittests",
102 "mojo_public_utility_unittests", 104 "mojo_public_utility_unittests",
103 "mojo_shell_tests", 105 "mojo_shell_tests",
104 "mojo_system_unittests", 106 "mojo_system_unittests",
105 "mojo_view_manager_unittests", 107 "mojo_view_manager_unittests",
106 "nacl_loader_unittests", 108 "nacl_loader_unittests",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "gfx_unittests", 151 "gfx_unittests",
150 "google_apis_unittests", 152 "google_apis_unittests",
151 "gpu_unittests", 153 "gpu_unittests",
152 "interactive_ui_tests", 154 "interactive_ui_tests",
153 "ipc_mojo_unittests", 155 "ipc_mojo_unittests",
154 "ipc_tests", 156 "ipc_tests",
155 "jingle_unittests", 157 "jingle_unittests",
156 "media_unittests", 158 "media_unittests",
157 "mojo_application_manager_unittests", 159 "mojo_application_manager_unittests",
158 "mojo_apps_js_unittests", 160 "mojo_apps_js_unittests",
161 "mojo_clipboard_unittests",
159 "mojo_common_unittests", 162 "mojo_common_unittests",
160 "mojo_js_unittests", 163 "mojo_js_unittests",
161 "mojo_public_bindings_unittests", 164 "mojo_public_bindings_unittests",
162 "mojo_public_environment_unittests", 165 "mojo_public_environment_unittests",
163 "mojo_public_system_unittests", 166 "mojo_public_system_unittests",
164 "mojo_public_utility_unittests", 167 "mojo_public_utility_unittests",
165 "mojo_shell_tests", 168 "mojo_shell_tests",
166 "mojo_system_unittests", 169 "mojo_system_unittests",
167 "mojo_view_manager_unittests", 170 "mojo_view_manager_unittests",
168 "nacl_loader_unittests", 171 "nacl_loader_unittests",
(...skipping 19 matching lines...) Expand all
188 "components_unittests", 191 "components_unittests",
189 "content_unittests", 192 "content_unittests",
190 "crypto_unittests", 193 "crypto_unittests",
191 "device_unittests", 194 "device_unittests",
192 "display_unittests", 195 "display_unittests",
193 "google_apis_unittests", 196 "google_apis_unittests",
194 "ipc_mojo_unittests", 197 "ipc_mojo_unittests",
195 "ipc_tests", 198 "ipc_tests",
196 "mojo_application_manager_unittests", 199 "mojo_application_manager_unittests",
197 "mojo_apps_js_unittests", 200 "mojo_apps_js_unittests",
201 "mojo_clipboard_unittests",
198 "mojo_common_unittests", 202 "mojo_common_unittests",
199 "mojo_js_unittests", 203 "mojo_js_unittests",
200 "mojo_public_bindings_unittests", 204 "mojo_public_bindings_unittests",
201 "mojo_public_environment_unittests", 205 "mojo_public_environment_unittests",
202 "mojo_public_system_unittests", 206 "mojo_public_system_unittests",
203 "mojo_public_utility_unittests", 207 "mojo_public_utility_unittests",
204 "mojo_shell_tests", 208 "mojo_shell_tests",
205 "mojo_system_unittests", 209 "mojo_system_unittests",
206 "mojo_view_manager_unittests", 210 "mojo_view_manager_unittests",
207 "nacl_loader_unittests", 211 "nacl_loader_unittests",
208 "sandbox_linux_unittests", 212 "sandbox_linux_unittests",
209 "sql_unittests", 213 "sql_unittests",
210 "sync_unit_tests", 214 "sync_unit_tests",
211 "ui_unittests", 215 "ui_unittests",
212 "unit_tests" 216 "unit_tests"
213 ] 217 ]
214 } 218 }
215 } 219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698