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

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

Issue 2092173002: Flip mac and win "gn" builders back to GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_full
Patch Set: Created 4 years, 5 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 | « testing/buildbot/chromium.mac.json ('k') | tools/mb/mb_config.pyl » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1783 "telemetry_unittests_run" 1783 "telemetry_unittests_run"
1784 ], 1784 ],
1785 "swarming": { 1785 "swarming": {
1786 "can_use_on_swarming_builders": true 1786 "can_use_on_swarming_builders": true
1787 } 1787 }
1788 } 1788 }
1789 ] 1789 ]
1790 }, 1790 },
1791 "Win8 Aura": { 1791 "Win8 Aura": {
1792 "additional_compile_targets": [ 1792 "additional_compile_targets": [
1793 "base_unittests" 1793 "all"
1794 ] 1794 ]
1795 }, 1795 },
1796 "Win8 GN (dbg)": { 1796 "Win8 GN (dbg)": {
1797 "additional_compile_targets": [ 1797 "additional_compile_targets": [
1798 "base_unittests" 1798 "all"
1799 ]
1800 },
1801 "Win8 GYP": {
1802 "additional_compile_targets": [
1803 "all"
1804 ]
1805 },
1806 "Win8 GYP (dbg)": {
1807 "additional_compile_targets": [
1808 "all"
1799 ] 1809 ]
1800 } 1810 }
1801 } 1811 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698