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

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

Issue 2560633004: Run native_theme unittests everywhere we run views_unittests. (Closed)
Patch Set: Un-edit manage.py Created 4 years 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.fyi.json ('k') | testing/buildbot/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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 3260 matching lines...) Expand 10 before | Expand all | Expand 10 after
3271 { 3271 {
3272 "swarming": { 3272 "swarming": {
3273 "can_use_on_swarming_builders": true 3273 "can_use_on_swarming_builders": true
3274 }, 3274 },
3275 "test": "nacl_loader_unittests" 3275 "test": "nacl_loader_unittests"
3276 }, 3276 },
3277 { 3277 {
3278 "swarming": { 3278 "swarming": {
3279 "can_use_on_swarming_builders": true 3279 "can_use_on_swarming_builders": true
3280 }, 3280 },
3281 "test": "native_theme_unittests"
3282 },
3283 {
3284 "swarming": {
3285 "can_use_on_swarming_builders": true
3286 },
3281 "test": "navigation_unittests" 3287 "test": "navigation_unittests"
3282 }, 3288 },
3283 { 3289 {
3284 "swarming": { 3290 "swarming": {
3285 "can_use_on_swarming_builders": true 3291 "can_use_on_swarming_builders": true
3286 }, 3292 },
3287 "test": "net_unittests" 3293 "test": "net_unittests"
3288 }, 3294 },
3289 { 3295 {
3290 "swarming": { 3296 "swarming": {
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
3876 { 3882 {
3877 "swarming": { 3883 "swarming": {
3878 "can_use_on_swarming_builders": true 3884 "can_use_on_swarming_builders": true
3879 }, 3885 },
3880 "test": "nacl_loader_unittests" 3886 "test": "nacl_loader_unittests"
3881 }, 3887 },
3882 { 3888 {
3883 "swarming": { 3889 "swarming": {
3884 "can_use_on_swarming_builders": true 3890 "can_use_on_swarming_builders": true
3885 }, 3891 },
3892 "test": "native_theme_unittests"
3893 },
3894 {
3895 "swarming": {
3896 "can_use_on_swarming_builders": true
3897 },
3886 "test": "net_unittests" 3898 "test": "net_unittests"
3887 }, 3899 },
3888 { 3900 {
3889 "swarming": { 3901 "swarming": {
3890 "can_use_on_swarming_builders": true 3902 "can_use_on_swarming_builders": true
3891 }, 3903 },
3892 "test": "pdf_unittests" 3904 "test": "pdf_unittests"
3893 }, 3905 },
3894 { 3906 {
3895 "swarming": { 3907 "swarming": {
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
4383 "override_compile_targets": [ 4395 "override_compile_targets": [
4384 "telemetry_unittests_run" 4396 "telemetry_unittests_run"
4385 ], 4397 ],
4386 "swarming": { 4398 "swarming": {
4387 "can_use_on_swarming_builders": true 4399 "can_use_on_swarming_builders": true
4388 } 4400 }
4389 } 4401 }
4390 ] 4402 ]
4391 } 4403 }
4392 } 4404 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698