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

Side by Side Diff: testing/buildbot/chromium.win.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
OLDNEW
1 { 1 {
2 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "script": "telemetry_unittests.py" 202 "script": "telemetry_unittests.py"
203 }, 203 },
204 { 204 {
205 "name": "telemetry_perf_unittests", 205 "name": "telemetry_perf_unittests",
206 "script": "telemetry_perf_unittests.py" 206 "script": "telemetry_perf_unittests.py"
207 } 207 }
208 ] 208 ]
209 }, 209 },
210 "Win7 Tests (1)": { 210 "Win7 Tests (1)": {
211 "gtest_tests": [ 211 "gtest_tests": [
212 "app_installer_unittests",
212 "accessibility_unittests", 213 "accessibility_unittests",
213 { 214 {
214 "test": "ash_unittests", 215 "test": "ash_unittests",
215 "swarming": { 216 "swarming": {
216 "can_use_on_swarming_builders": true 217 "can_use_on_swarming_builders": true
217 } 218 }
218 }, 219 },
219 "app_shell_browsertests", 220 "app_shell_browsertests",
220 "app_shell_unittests", 221 "app_shell_unittests",
221 "aura_unittests", 222 "aura_unittests",
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 "views_unittests", 541 "views_unittests",
541 "wm_unittests", 542 "wm_unittests",
542 "aura_unittests", 543 "aura_unittests",
543 "ash_unittests", 544 "ash_unittests",
544 "compositor_unittests", 545 "compositor_unittests",
545 "content_browsertests", 546 "content_browsertests",
546 "events_unittests" 547 "events_unittests"
547 ] 548 ]
548 } 549 }
549 } 550 }
OLDNEW
« no previous file with comments | « chrome/app_installer/win/app_installer_util_unittest.cc ('k') | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698