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

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 562483002: mojo: Create a basic clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to the gn files. 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
« no previous file with comments | « mojo/services/public/interfaces/clipboard/clipboard.mojom ('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 { 1 {
2 "Linux Trusty": { 2 "Linux Trusty": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "interactive_ui_tests", 7 "interactive_ui_tests",
8 "base_unittests", 8 "base_unittests",
9 "cacheinvalidation_unittests", 9 "cacheinvalidation_unittests",
10 "cast_unittests", 10 "cast_unittests",
(...skipping 23 matching lines...) Expand all
34 "ui_unittests", 34 "ui_unittests",
35 "ipc_tests", 35 "ipc_tests",
36 "sync_unit_tests", 36 "sync_unit_tests",
37 "unit_tests", 37 "unit_tests",
38 "views_unittests", 38 "views_unittests",
39 "wm_unittests", 39 "wm_unittests",
40 "sql_unittests", 40 "sql_unittests",
41 "browser_tests", 41 "browser_tests",
42 "content_browsertests", 42 "content_browsertests",
43 "mojo_apps_js_unittests", 43 "mojo_apps_js_unittests",
44 "mojo_clipboard_unittests",
44 "mojo_common_unittests", 45 "mojo_common_unittests",
45 "mojo_js_unittests", 46 "mojo_js_unittests",
46 "mojo_public_bindings_unittests", 47 "mojo_public_bindings_unittests",
47 "mojo_public_environment_unittests", 48 "mojo_public_environment_unittests",
48 "mojo_public_system_unittests", 49 "mojo_public_system_unittests",
49 "mojo_public_utility_unittests", 50 "mojo_public_utility_unittests",
50 "mojo_application_manager_unittests", 51 "mojo_application_manager_unittests",
51 "mojo_shell_tests", 52 "mojo_shell_tests",
52 "mojo_surfaces_lib_unittests", 53 "mojo_surfaces_lib_unittests",
53 "mojo_system_unittests", 54 "mojo_system_unittests",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "ui_unittests", 90 "ui_unittests",
90 "ipc_tests", 91 "ipc_tests",
91 "sync_unit_tests", 92 "sync_unit_tests",
92 "unit_tests", 93 "unit_tests",
93 "views_unittests", 94 "views_unittests",
94 "wm_unittests", 95 "wm_unittests",
95 "sql_unittests", 96 "sql_unittests",
96 "browser_tests", 97 "browser_tests",
97 "content_browsertests", 98 "content_browsertests",
98 "mojo_apps_js_unittests", 99 "mojo_apps_js_unittests",
100 "mojo_clipboard_unittests",
99 "mojo_common_unittests", 101 "mojo_common_unittests",
100 "mojo_js_unittests", 102 "mojo_js_unittests",
101 "mojo_public_bindings_unittests", 103 "mojo_public_bindings_unittests",
102 "mojo_public_environment_unittests", 104 "mojo_public_environment_unittests",
103 "mojo_public_system_unittests", 105 "mojo_public_system_unittests",
104 "mojo_public_utility_unittests", 106 "mojo_public_utility_unittests",
105 "mojo_application_manager_unittests", 107 "mojo_application_manager_unittests",
106 "mojo_shell_tests", 108 "mojo_shell_tests",
107 "mojo_surfaces_lib_unittests", 109 "mojo_surfaces_lib_unittests",
108 "mojo_system_unittests", 110 "mojo_system_unittests",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "ui_unittests", 146 "ui_unittests",
145 "ipc_tests", 147 "ipc_tests",
146 "sync_unit_tests", 148 "sync_unit_tests",
147 "unit_tests", 149 "unit_tests",
148 "views_unittests", 150 "views_unittests",
149 "wm_unittests", 151 "wm_unittests",
150 "sql_unittests", 152 "sql_unittests",
151 "browser_tests", 153 "browser_tests",
152 "content_browsertests", 154 "content_browsertests",
153 "mojo_apps_js_unittests", 155 "mojo_apps_js_unittests",
156 "mojo_clipboard_unittests",
154 "mojo_common_unittests", 157 "mojo_common_unittests",
155 "mojo_js_unittests", 158 "mojo_js_unittests",
156 "mojo_public_bindings_unittests", 159 "mojo_public_bindings_unittests",
157 "mojo_public_environment_unittests", 160 "mojo_public_environment_unittests",
158 "mojo_public_system_unittests", 161 "mojo_public_system_unittests",
159 "mojo_public_utility_unittests", 162 "mojo_public_utility_unittests",
160 "mojo_application_manager_unittests", 163 "mojo_application_manager_unittests",
161 "mojo_shell_tests", 164 "mojo_shell_tests",
162 "mojo_surfaces_lib_unittests", 165 "mojo_surfaces_lib_unittests",
163 "mojo_system_unittests", 166 "mojo_system_unittests",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "ui_unittests", 202 "ui_unittests",
200 "ipc_tests", 203 "ipc_tests",
201 "sync_unit_tests", 204 "sync_unit_tests",
202 "unit_tests", 205 "unit_tests",
203 "views_unittests", 206 "views_unittests",
204 "wm_unittests", 207 "wm_unittests",
205 "sql_unittests", 208 "sql_unittests",
206 "browser_tests", 209 "browser_tests",
207 "content_browsertests", 210 "content_browsertests",
208 "mojo_apps_js_unittests", 211 "mojo_apps_js_unittests",
212 "mojo_clipboard_unittests",
209 "mojo_common_unittests", 213 "mojo_common_unittests",
210 "mojo_js_unittests", 214 "mojo_js_unittests",
211 "mojo_public_bindings_unittests", 215 "mojo_public_bindings_unittests",
212 "mojo_public_environment_unittests", 216 "mojo_public_environment_unittests",
213 "mojo_public_system_unittests", 217 "mojo_public_system_unittests",
214 "mojo_public_utility_unittests", 218 "mojo_public_utility_unittests",
215 "mojo_application_manager_unittests", 219 "mojo_application_manager_unittests",
216 "mojo_shell_tests", 220 "mojo_shell_tests",
217 "mojo_surfaces_lib_unittests", 221 "mojo_surfaces_lib_unittests",
218 "mojo_system_unittests", 222 "mojo_system_unittests",
(...skipping 25 matching lines...) Expand all
244 "gcm_unit_tests", 248 "gcm_unit_tests",
245 "gfx_unittests", 249 "gfx_unittests",
246 "gpu_unittests", 250 "gpu_unittests",
247 "google_apis_unittests", 251 "google_apis_unittests",
248 "interactive_ui_tests", 252 "interactive_ui_tests",
249 "ipc_tests", 253 "ipc_tests",
250 "jingle_unittests", 254 "jingle_unittests",
251 "media_unittests", 255 "media_unittests",
252 "message_center_unittests", 256 "message_center_unittests",
253 "mojo_apps_js_unittests", 257 "mojo_apps_js_unittests",
258 "mojo_clipboard_unittests",
254 "mojo_common_unittests", 259 "mojo_common_unittests",
255 "mojo_js_unittests", 260 "mojo_js_unittests",
256 "mojo_public_bindings_unittests", 261 "mojo_public_bindings_unittests",
257 "mojo_public_environment_unittests", 262 "mojo_public_environment_unittests",
258 "mojo_public_system_unittests", 263 "mojo_public_system_unittests",
259 "mojo_public_utility_unittests", 264 "mojo_public_utility_unittests",
260 "mojo_application_manager_unittests", 265 "mojo_application_manager_unittests",
261 "mojo_shell_tests", 266 "mojo_shell_tests",
262 "mojo_system_unittests", 267 "mojo_system_unittests",
263 "net_unittests", 268 "net_unittests",
(...skipping 16 matching lines...) Expand all
280 { "test": "content_browsertests", "args": ["--site-per-process"] } 285 { "test": "content_browsertests", "args": ["--site-per-process"] }
281 ] 286 ]
282 }, 287 },
283 "Site Isolation Win": { 288 "Site Isolation Win": {
284 "gtest_tests": [ 289 "gtest_tests": [
285 { "test": "content_unittests", "args": ["--site-per-process"] }, 290 { "test": "content_unittests", "args": ["--site-per-process"] },
286 { "test": "content_browsertests", "args": ["--site-per-process"] } 291 { "test": "content_browsertests", "args": ["--site-per-process"] }
287 ] 292 ]
288 } 293 }
289 } 294 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/clipboard/clipboard.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698