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

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

Issue 1830293002: AppListController refactoring part 1: AppListShower implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing target names in .isolate. Created 4 years, 8 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | 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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 { 269 {
270 "swarming": { 270 "swarming": {
271 "can_use_on_swarming_builders": true 271 "can_use_on_swarming_builders": true
272 }, 272 },
273 "test": "accessibility_unittests" 273 "test": "accessibility_unittests"
274 }, 274 },
275 { 275 {
276 "swarming": { 276 "swarming": {
277 "can_use_on_swarming_builders": true 277 "can_use_on_swarming_builders": true
278 }, 278 },
279 "test": "app_list_shower_unittests"
280 },
281 {
282 "swarming": {
283 "can_use_on_swarming_builders": true
284 },
279 "test": "app_list_unittests" 285 "test": "app_list_unittests"
280 }, 286 },
281 { 287 {
282 "swarming": { 288 "swarming": {
283 "can_use_on_swarming_builders": true 289 "can_use_on_swarming_builders": true
284 }, 290 },
285 "test": "ash_unittests" 291 "test": "ash_unittests"
286 }, 292 },
287 { 293 {
288 "swarming": { 294 "swarming": {
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 }, 723 },
718 { 724 {
719 "swarming": { 725 "swarming": {
720 "can_use_on_swarming_builders": true 726 "can_use_on_swarming_builders": true
721 }, 727 },
722 "test": "wtf_unittests" 728 "test": "wtf_unittests"
723 } 729 }
724 ] 730 ]
725 } 731 }
726 } 732 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698