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

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

Issue 689903003: [app_installer] Refactor and add app_installer_unittests target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase 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 | « testing/buildbot/chromium.win.json ('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 {
8 "test": "app_installer_unittests",
9 "platforms": ["win"]
10 },
7 "app_list_unittests", 11 "app_list_unittests",
8 { 12 {
9 "test": "ash_unittests", 13 "test": "ash_unittests",
10 "chromium_configs": [ 14 "chromium_configs": [
11 "chromium_chromeos", 15 "chromium_chromeos",
12 "chromium_chromeos_clang", 16 "chromium_chromeos_clang",
13 "chromium_chromeos_ozone" 17 "chromium_chromeos_ozone"
14 ], 18 ],
15 "swarming": { 19 "swarming": {
16 "can_use_on_swarming_builders": true 20 "can_use_on_swarming_builders": true
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "non_filter_tests_builders": [ 230 "non_filter_tests_builders": [
227 ], 231 ],
228 232
229 "filter_compile_builders": [ 233 "filter_compile_builders": [
230 "win_chromium_compile_dbg", 234 "win_chromium_compile_dbg",
231 "win_chromium_rel_swarming", 235 "win_chromium_rel_swarming",
232 "win_chromium_x64_rel_swarming", 236 "win_chromium_x64_rel_swarming",
233 "win8_chromium_rel" 237 "win8_chromium_rel"
234 ] 238 ]
235 } 239 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698