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

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

Issue 685533002: Remove GYP for mojo/shell and mojo/services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo_shell_tests from testing/buildbot/ Created 6 years, 1 month 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/mojo_services.gypi ('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 "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": "ash_unittests", 9 "test": "ash_unittests",
10 "chromium_configs": [ 10 "chromium_configs": [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "message_center_unittests", 115 "message_center_unittests",
116 "mojo_common_unittests", 116 "mojo_common_unittests",
117 "mojo_public_bindings_unittests", 117 "mojo_public_bindings_unittests",
118 "mojo_public_environment_unittests", 118 "mojo_public_environment_unittests",
119 "mojo_public_system_unittests", 119 "mojo_public_system_unittests",
120 "mojo_public_utility_unittests", 120 "mojo_public_utility_unittests",
121 { 121 {
122 "test": "mojo_application_manager_unittests", 122 "test": "mojo_application_manager_unittests",
123 "platforms": ["linux"] 123 "platforms": ["linux"]
124 }, 124 },
125 {
126 "test": "mojo_shell_tests",
127 "platforms": ["linux"]
128 },
129 "mojo_system_unittests", 125 "mojo_system_unittests",
130 { 126 {
131 "test": "nacl_loader_unittests", 127 "test": "nacl_loader_unittests",
132 "platforms": ["linux"] 128 "platforms": ["linux"]
133 }, 129 },
134 { 130 {
135 "test": "net_unittests", 131 "test": "net_unittests",
136 "swarming": { 132 "swarming": {
137 "can_use_on_swarming_builders": true 133 "can_use_on_swarming_builders": true
138 } 134 }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "non_filter_tests_builders": [ 230 "non_filter_tests_builders": [
235 ], 231 ],
236 232
237 "filter_compile_builders": [ 233 "filter_compile_builders": [
238 "win_chromium_compile_dbg", 234 "win_chromium_compile_dbg",
239 "win_chromium_rel_swarming", 235 "win_chromium_rel_swarming",
240 "win_chromium_x64_rel_swarming", 236 "win_chromium_x64_rel_swarming",
241 "win8_chromium_rel" 237 "win8_chromium_rel"
242 ] 238 ]
243 } 239 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698