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

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

Issue 2241363002: headless: Also build the headless shell target on the bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 8984 matching lines...) Expand 10 before | Expand all | Expand 10 after
8995 "swarming": { 8995 "swarming": {
8996 "can_use_on_swarming_builders": true 8996 "can_use_on_swarming_builders": true
8997 }, 8997 },
8998 "test": "wtf_unittests" 8998 "test": "wtf_unittests"
8999 } 8999 }
9000 ] 9000 ]
9001 }, 9001 },
9002 "Headless Linux (dbg)": { 9002 "Headless Linux (dbg)": {
9003 "additional_compile_targets": [ 9003 "additional_compile_targets": [
9004 "headless_lib", 9004 "headless_lib",
9005 "headless_shell",
Ken Russell (switch to Gerrit) 2016/08/15 20:26:56 In general it would be better for this to be built
Sami 2016/08/16 09:40:58 The problem is that none of the headless unit or b
9005 "headless_tests" 9006 "headless_tests"
9006 ], 9007 ],
9007 "gtest_tests": [ 9008 "gtest_tests": [
9008 { 9009 {
9009 "test": "headless_browsertests" 9010 "test": "headless_browsertests"
9010 }, 9011 },
9011 { 9012 {
9012 "test": "headless_unittests" 9013 "test": "headless_unittests"
9013 } 9014 }
9014 ] 9015 ]
(...skipping 2522 matching lines...) Expand 10 before | Expand all | Expand 10 after
11537 }, 11538 },
11538 { 11539 {
11539 "swarming": { 11540 "swarming": {
11540 "can_use_on_swarming_builders": true 11541 "can_use_on_swarming_builders": true
11541 }, 11542 },
11542 "test": "views_unittests" 11543 "test": "views_unittests"
11543 } 11544 }
11544 ] 11545 ]
11545 } 11546 }
11546 } 11547 }
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