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

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

Issue 1950003002: gn BUILD fixes for disabling enable_extensions and use_ash feature flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn runtime deps check error on missing mash target on linux and win8. Created 4 years, 6 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 { 777 {
778 "swarming": { 778 "swarming": {
779 "can_use_on_swarming_builders": true 779 "can_use_on_swarming_builders": true
780 }, 780 },
781 "test": "leveldb_service_unittests" 781 "test": "leveldb_service_unittests"
782 }, 782 },
783 { 783 {
784 "swarming": { 784 "swarming": {
785 "can_use_on_swarming_builders": true 785 "can_use_on_swarming_builders": true
786 }, 786 },
787 "test": "mash_unittests"
788 },
789 {
790 "swarming": {
791 "can_use_on_swarming_builders": true
792 },
793 "test": "media_blink_unittests" 787 "test": "media_blink_unittests"
794 }, 788 },
795 { 789 {
796 "swarming": { 790 "swarming": {
797 "can_use_on_swarming_builders": true 791 "can_use_on_swarming_builders": true
798 }, 792 },
799 "test": "media_mojo_shell_unittests" 793 "test": "media_mojo_shell_unittests"
800 }, 794 },
801 { 795 {
802 "swarming": { 796 "swarming": {
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 "override_compile_targets": [ 1804 "override_compile_targets": [
1811 "telemetry_unittests_run" 1805 "telemetry_unittests_run"
1812 ], 1806 ],
1813 "swarming": { 1807 "swarming": {
1814 "can_use_on_swarming_builders": true 1808 "can_use_on_swarming_builders": true
1815 } 1809 }
1816 } 1810 }
1817 ] 1811 ]
1818 } 1812 }
1819 } 1813 }
OLDNEW
« BUILD.gn ('K') | « chrome/test/BUILD.gn ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698