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

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

Issue 1324263003: Blimp: create MessageDispatcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp-protos
Patch Set: Remove testonly annotation Created 5 years, 3 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
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_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "content_shell_apk", 6 "content_shell_apk",
7 "mandoline:all" 7 "mandoline:all"
8 ] 8 ]
9 }, 9 },
10 "android_chromium_gn_compile_rel": { 10 "android_chromium_gn_compile_rel": {
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "ui_base_unittests", 152 "ui_base_unittests",
153 "ui_touch_selection_unittests", 153 "ui_touch_selection_unittests",
154 "unit_tests", 154 "unit_tests",
155 "url_unittests", 155 "url_unittests",
156 "views_unittests", 156 "views_unittests",
157 "wm_unittests" 157 "wm_unittests"
158 ] 158 ]
159 }, 159 },
160 "linux_chromium_gn_rel": { 160 "linux_chromium_gn_rel": {
161 "additional_compile_targets": [ 161 "additional_compile_targets": [
162 "blimp",
nyquist 2015/09/10 21:56:48 Could you add to linux_chromium_gn_dbg as well? (s
Kevin M 2015/09/23 00:05:30 Done.
162 "browser_tests", 163 "browser_tests",
163 "mandoline:all" 164 "mandoline:all"
164 ], 165 ],
165 "gtest_tests": [ 166 "gtest_tests": [
166 { 167 {
167 "test": "accessibility_unittests" 168 "test": "accessibility_unittests"
168 }, 169 },
169 { 170 {
170 "test": "app_list_unittests" 171 "test": "app_list_unittests"
171 }, 172 },
172 { 173 {
173 "test": "aura_unittests" 174 "test": "aura_unittests"
174 }, 175 },
175 { 176 {
176 "test": "base_unittests" 177 "test": "base_unittests"
177 }, 178 },
178 { 179 {
180 "test": "blimp_common_unit_tests"
181 },
182 {
179 "test": "cacheinvalidation_unittests" 183 "test": "cacheinvalidation_unittests"
180 }, 184 },
181 { 185 {
182 "test": "cast_unittests" 186 "test": "cast_unittests"
183 }, 187 },
184 { 188 {
185 "test": "cc_unittests" 189 "test": "cc_unittests"
186 }, 190 },
187 { 191 {
188 "test": "chromedriver_unittests" 192 "test": "chromedriver_unittests"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "name": "gyp_flag_compare", 357 "name": "gyp_flag_compare",
354 "script": "gyp_flag_compare.py" 358 "script": "gyp_flag_compare.py"
355 }, 359 },
356 { 360 {
357 "name": "mojo_apptests", 361 "name": "mojo_apptests",
358 "script": "mojo_apptests.py" 362 "script": "mojo_apptests.py"
359 } 363 }
360 ] 364 ]
361 } 365 }
362 } 366 }
OLDNEW
« testing/buildbot/chromium.linux.json ('K') | « testing/buildbot/gn_isolate_map.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698