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

Side by Side Diff: scripts/slave/recipes/chromium_mojo.expected/full_chromium_mojo_Chromium_Mojo_Linux.json

Issue 1003453002: Do not pass use_prebuilt_mojo_shell to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rename 'Run apptests' to 'app_tests'. Created 5 years, 9 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 | « scripts/slave/recipes/chromium_mojo.py ('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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.mojo", 8 "chromium.mojo",
9 "--builder", 9 "--builder",
10 "Chromium Mojo Linux", 10 "Chromium Mojo Linux",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "name": "gclient runhooks" 74 "name": "gclient runhooks"
75 }, 75 },
76 { 76 {
77 "cmd": [ 77 "cmd": [
78 "python", 78 "python",
79 "-u", 79 "-u",
80 "[DEPOT_TOOLS]/gn.py", 80 "[DEPOT_TOOLS]/gn.py",
81 "--root=[SLAVE_BUILD]/src", 81 "--root=[SLAVE_BUILD]/src",
82 "gen", 82 "gen",
83 "//out/Release", 83 "//out/Release",
84 "--args=use_prebuilt_mojo_shell=true is_debug=false cpu_arch=\"x64\" use_g oma=true goma_dir=\"[BUILD]/goma\"" 84 "--args=is_debug=false cpu_arch=\"x64\" use_goma=true goma_dir=\"[BUILD]/g oma\""
85 ], 85 ],
86 "name": "gn" 86 "name": "gn"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "[BUILD]/scripts/slave/compile.py", 92 "[BUILD]/scripts/slave/compile.py",
93 "--target", 93 "--target",
94 "Release", 94 "Release",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "name": "html_viewer_unittests" 127 "name": "html_viewer_unittests"
128 }, 128 },
129 { 129 {
130 "cmd": [ 130 "cmd": [
131 "python", 131 "python",
132 "-u", 132 "-u",
133 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py", 133 "[SLAVE_BUILD]/src/mojo/tools/apptest_runner.py",
134 "[SLAVE_BUILD]/src/mojo/tools/data/apptests", 134 "[SLAVE_BUILD]/src/mojo/tools/data/apptests",
135 "[SLAVE_BUILD]/src/out/Release" 135 "[SLAVE_BUILD]/src/out/Release"
136 ], 136 ],
137 "name": "run apptests" 137 "name": "app_tests"
138 } 138 }
139 ] 139 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_mojo.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698