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

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

Issue 1891153003: Fix build config of Headless bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 6842 matching lines...) Expand 10 before | Expand all | Expand 10 after
6853 { 6853 {
6854 "swarming": { 6854 "swarming": {
6855 "can_use_on_swarming_builders": true 6855 "can_use_on_swarming_builders": true
6856 }, 6856 },
6857 "test": "wtf_unittests" 6857 "test": "wtf_unittests"
6858 } 6858 }
6859 ] 6859 ]
6860 }, 6860 },
6861 "Headless Linux (dbg)": { 6861 "Headless Linux (dbg)": {
6862 "additional_compile_targets": [ 6862 "additional_compile_targets": [
6863 "headless_libs", 6863 "headless_lib",
6864 "headless_tests" 6864 "headless_tests"
6865 ], 6865 ],
6866 "gtest_tests": [ 6866 "gtest_tests": [
6867 { 6867 {
6868 "test": "headless_browsertests" 6868 "test": "headless_browsertests"
6869 }, 6869 },
6870 { 6870 {
6871 "test": "headless_unittests" 6871 "test": "headless_unittests"
6872 } 6872 }
6873 ] 6873 ]
(...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after
8383 }, 8383 },
8384 { 8384 {
8385 "args": [ 8385 "args": [
8386 "--isolate-extensions" 8386 "--isolate-extensions"
8387 ], 8387 ],
8388 "test": "unit_tests" 8388 "test": "unit_tests"
8389 } 8389 }
8390 ] 8390 ]
8391 } 8391 }
8392 } 8392 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698