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

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

Issue 1705883002: Run mojo_apptests on debug Linux as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build media mojo code for component builds Created 4 years, 10 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 | « media/mojo/services/BUILD.gn ('k') | no next file » | 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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 ], 1378 ],
1379 "swarming": { 1379 "swarming": {
1380 "can_use_on_swarming_builders": true 1380 "can_use_on_swarming_builders": true
1381 } 1381 }
1382 } 1382 }
1383 ], 1383 ],
1384 "scripts": [ 1384 "scripts": [
1385 { 1385 {
1386 "name": "nacl_integration", 1386 "name": "nacl_integration",
1387 "script": "nacl_integration.py" 1387 "script": "nacl_integration.py"
1388 },
1389 {
1390 "name": "mojo_apptests",
1391 "script": "mojo_apptests.py"
1388 } 1392 }
1389 ] 1393 ]
1390 }, 1394 },
1391 "Linux Tests (dbg)(1)(32)": { 1395 "Linux Tests (dbg)(1)(32)": {
1392 "gtest_tests": [ 1396 "gtest_tests": [
1393 { 1397 {
1394 "swarming": { 1398 "swarming": {
1395 "can_use_on_swarming_builders": true 1399 "can_use_on_swarming_builders": true
1396 }, 1400 },
1397 "test": "accessibility_unittests" 1401 "test": "accessibility_unittests"
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 } 1727 }
1724 ], 1728 ],
1725 "scripts": [ 1729 "scripts": [
1726 { 1730 {
1727 "name": "nacl_integration", 1731 "name": "nacl_integration",
1728 "script": "nacl_integration.py" 1732 "script": "nacl_integration.py"
1729 } 1733 }
1730 ] 1734 ]
1731 } 1735 }
1732 } 1736 }
OLDNEW
« no previous file with comments | « media/mojo/services/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698