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

Side by Side Diff: testing/buildbot/tryserver.chromium.linux.json

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase 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 | « testing/buildbot/tryserver.blink.json ('k') | testing/buildbot/tryserver.chromium.mac.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 "android_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "android_chromium_gn_compile_rel": { 8 "android_chromium_gn_compile_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
11 ], 11 ],
12 "gtest_tests": [] 12 "gtest_tests": []
13 }, 13 },
14 "linux_chromium_gn_chromeos_dbg": { 14 "linux_chromium_gn_chromeos_dbg": {
15 "additional_compile_targets": [ 15 "additional_compile_targets": [
16 "all" 16 "net_unittests"
17 ], 17 ],
18 "gtest_tests": [ 18 "gtest_tests": [
19 { 19 {
20 "test": "base_unittests" 20 "test": "base_unittests"
21 } 21 }
22 ] 22 ]
23 }, 23 },
24 "linux_chromium_gn_chromeos_rel": { 24 "linux_chromium_gn_chromeos_rel": {
25 "additional_compile_targets": [ 25 "additional_compile_targets": [
26 "all" 26 "accessibility_unittests",
27 "app_list_unittests",
28 "aura_unittests",
29 "browser_tests",
30 "cacheinvalidation_unittests",
31 "chromedriver_unittests",
32 "chromeos_unittests",
33 "components_browsertests",
34 "components_unittests",
35 "content_browsertests",
36 "content_unittests",
37 "crypto_unittests",
38 "dbus_unittests",
39 "device_unittests",
40 "display_unittests",
41 "events_unittests",
42 "extensions_browsertests",
43 "extensions_unittests",
44 "gcm_unit_tests",
45 "gfx_unittests",
46 "gn_unittests",
47 "google_apis_unittests",
48 "gpu_unittests",
49 "interactive_ui_tests",
50 "ipc_tests",
51 "jingle_unittests",
52 "media_unittests",
53 "mojo_common_unittests",
54 "mojo_public_bindings_unittests",
55 "mojo_public_environment_unittests",
56 "mojo_public_system_unittests",
57 "mojo_public_utility_unittests",
58 "mojo_system_unittests",
59 "net_unittests",
60 "ppapi_unittests",
61 "printing_unittests",
62 "remoting_unittests",
63 "sandbox_linux_unittests",
64 "skia_unittests",
65 "sql_unittests",
66 "sync_unit_tests",
67 "ui_base_unittests",
68 "ui_chromeos_unittests",
69 "ui_touch_selection_unittests",
70 "unit_tests",
71 "url_unittests",
72 "views_unittests",
73 "wm_unittests"
27 ], 74 ],
28 "gtest_tests": [ 75 "gtest_tests": [
29 { 76 {
30 "test": "base_unittests" 77 "test": "base_unittests"
31 } 78 }
32 ] 79 ]
33 }, 80 },
34 "linux_chromium_gn_dbg": { 81 "linux_chromium_gn_dbg": {
35 "additional_compile_targets": [ 82 "additional_compile_targets": [
36 "all" 83 "accessibility_unittests",
84 "app_list_unittests",
85 "aura_unittests",
86 "browser_tests",
87 "cacheinvalidation_unittests",
88 "cast_unittests",
89 "cc_unittests",
90 "chromedriver_unittests",
91 "components_browsertests",
92 "components_unittests",
93 "content_browsertests",
94 "content_unittests",
95 "crypto_unittests",
96 "dbus_unittests",
97 "device_unittests",
98 "display_unittests",
99 "events_unittests",
100 "extensions_browsertests",
101 "extensions_unittests",
102 "gcm_unit_tests",
103 "gfx_unittests",
104 "gn_unittests",
105 "google_apis_unittests",
106 "gpu_unittests",
107 "interactive_ui_tests",
108 "ipc_mojo_unittests",
109 "ipc_tests",
110 "jingle_unittests",
111 "media_unittests",
112 "mojo_common_unittests",
113 "mojo_public_bindings_unittests",
114 "mojo_public_environment_unittests",
115 "mojo_public_system_unittests",
116 "mojo_public_utility_unittests",
117 "mojo_system_unittests",
118 "net_unittests",
119 "ppapi_unittests",
120 "printing_unittests",
121 "remoting_unittests",
122 "sandbox_linux_unittests",
123 "skia_unittests",
124 "sql_unittests",
125 "sync_integration_tests",
126 "sync_unit_tests",
127 "ui_base_unittests",
128 "ui_touch_selection_unittests",
129 "unit_tests",
130 "url_unittests",
131 "views_unittests",
132 "wm_unittests"
37 ], 133 ],
38 "gtest_tests": [ 134 "gtest_tests": [
39 { 135 {
40 "test": "base_unittests" 136 "test": "base_unittests"
41 } 137 }
42 ] 138 ]
43 }, 139 },
44 "linux_chromium_gn_rel": { 140 "linux_chromium_gn_rel": {
45 "additional_compile_targets": [ 141 "additional_compile_targets": [
46 "all" 142 "accessibility_unittests",
143 "app_list_unittests",
144 "aura_unittests",
145 "browser_tests",
146 "cacheinvalidation_unittests",
147 "cast_unittests",
148 "cc_unittests",
149 "chromedriver_unittests",
150 "components_browsertests",
151 "components_unittests",
152 "content_browsertests",
153 "content_unittests",
154 "crypto_unittests",
155 "dbus_unittests",
156 "device_unittests",
157 "display_unittests",
158 "events_unittests",
159 "extensions_browsertests",
160 "extensions_unittests",
161 "gcm_unit_tests",
162 "gfx_unittests",
163 "gn_unittests",
164 "google_apis_unittests",
165 "gpu_unittests",
166 "interactive_ui_tests",
167 "ipc_mojo_unittests",
168 "ipc_tests",
169 "jingle_unittests",
170 "media_unittests",
171 "mojo_common_unittests",
172 "mojo_public_bindings_unittests",
173 "mojo_public_environment_unittests",
174 "mojo_public_system_unittests",
175 "mojo_public_utility_unittests",
176 "mojo_system_unittests",
177 "nacl_loader_unittests",
178 "net_unittests",
179 "ppapi_unittests",
180 "printing_unittests",
181 "remoting_unittests",
182 "sandbox_linux_unittests",
183 "skia_unittests",
184 "sql_unittests",
185 "sync_integration_tests",
186 "sync_unit_tests",
187 "ui_base_unittests",
188 "ui_touch_selection_unittests",
189 "unit_tests",
190 "url_unittests",
191 "views_unittests",
192 "wm_unittests"
47 ], 193 ],
48 "gtest_tests": [ 194 "gtest_tests": [
49 { 195 {
50 "test": "base_unittests" 196 "test": "base_unittests"
51 } 197 }
52 ] 198 ]
53 } 199 }
54 } 200 }
OLDNEW
« no previous file with comments | « testing/buildbot/tryserver.blink.json ('k') | testing/buildbot/tryserver.chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698