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

Side by Side Diff: testing/buildbot/chromium.webkit.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.memory.fyi.json ('k') | testing/buildbot/chromium.win.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 "WebKit Linux": { 2 "WebKit Linux": {
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": "blink_heap_unittests" 8 "test": "blink_heap_unittests"
9 }, 9 },
10 { 10 {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 { 118 {
119 "swarming": { 119 "swarming": {
120 "can_use_on_swarming_builders": true 120 "can_use_on_swarming_builders": true
121 }, 121 },
122 "test": "accessibility_unittests" 122 "test": "accessibility_unittests"
123 }, 123 },
124 { 124 {
125 "swarming": { 125 "swarming": {
126 "can_use_on_swarming_builders": true 126 "can_use_on_swarming_builders": true
127 }, 127 },
128 "test": "app_list_shower_unittests"
129 },
130 {
131 "swarming": {
132 "can_use_on_swarming_builders": true
133 },
128 "test": "app_list_unittests" 134 "test": "app_list_unittests"
129 }, 135 },
130 { 136 {
131 "swarming": { 137 "swarming": {
132 "can_use_on_swarming_builders": true 138 "can_use_on_swarming_builders": true
133 }, 139 },
134 "test": "app_shell_unittests" 140 "test": "app_shell_unittests"
135 }, 141 },
136 { 142 {
137 "swarming": { 143 "swarming": {
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 "name": "webkit_lint", 1028 "name": "webkit_lint",
1023 "script": "webkit_lint.py" 1029 "script": "webkit_lint.py"
1024 }, 1030 },
1025 { 1031 {
1026 "name": "webkit_python_tests", 1032 "name": "webkit_python_tests",
1027 "script": "webkit_python_tests.py" 1033 "script": "webkit_python_tests.py"
1028 } 1034 }
1029 ] 1035 ]
1030 } 1036 }
1031 } 1037 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698