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

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

Issue 1133993002: Run gfx_unittests on Android? (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | 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 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 ], 153 ],
154 "test": "extensions_unittests" 154 "test": "extensions_unittests"
155 }, 155 },
156 "gcm_unit_tests", 156 "gcm_unit_tests",
157 { 157 {
158 "chromium_configs": [ 158 "chromium_configs": [
159 "chromium_chromeos", 159 "chromium_chromeos",
160 "chromium_chromeos_clang", 160 "chromium_chromeos_clang",
161 "chromium_chromeos_ozone" 161 "chromium_chromeos_ozone"
162 ], 162 ],
163 "platforms": [
164 "win",
165 "mac",
166 "linux"
167 ],
163 "swarming": { 168 "swarming": {
164 "can_use_on_swarming_builders": true 169 "can_use_on_swarming_builders": true
165 }, 170 },
166 "test": "gfx_unittests" 171 "test": "gfx_unittests"
167 }, 172 },
168 "google_apis_unittests", 173 "google_apis_unittests",
169 { 174 {
170 "swarming": { 175 "swarming": {
171 "can_use_on_swarming_builders": true 176 "can_use_on_swarming_builders": true
172 }, 177 },
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 ], 375 ],
371 "platforms": [ 376 "platforms": [
372 "linux" 377 "linux"
373 ], 378 ],
374 "test": "ozone_unittests" 379 "test": "ozone_unittests"
375 } 380 }
376 ], 381 ],
377 "non_filter_builders": [], 382 "non_filter_builders": [],
378 "non_filter_tests_builders": [] 383 "non_filter_tests_builders": []
379 } 384 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698