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: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_gn_rel.json

Issue 1400283004: WebRTC: Remove build_with_chromium=false flag for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 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 | Annotate | Revision Log
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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_gn_rel", 10 "android_gn_rel",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "name": "gclient runhooks" 109 "name": "gclient runhooks"
110 }, 110 },
111 { 111 {
112 "cmd": [ 112 "cmd": [
113 "python", 113 "python",
114 "-u", 114 "-u",
115 "[DEPOT_TOOLS]/gn.py", 115 "[DEPOT_TOOLS]/gn.py",
116 "--root=[SLAVE_BUILD]/src", 116 "--root=[SLAVE_BUILD]/src",
117 "gen", 117 "gen",
118 "//out/Release", 118 "//out/Release",
119 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\" build_with_chromium=false" 119 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\""
120 ], 120 ],
121 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
122 "name": "gn" 122 "name": "gn"
123 }, 123 },
124 { 124 {
125 "cmd": [ 125 "cmd": [
126 "python", 126 "python",
127 "-u", 127 "-u",
128 "[BUILD]/scripts/slave/compile.py", 128 "[BUILD]/scripts/slave/compile.py",
129 "--target", 129 "--target",
(...skipping 11 matching lines...) Expand all
141 "--", 141 "--",
142 "all" 142 "all"
143 ], 143 ],
144 "cwd": "[SLAVE_BUILD]", 144 "cwd": "[SLAVE_BUILD]",
145 "env": { 145 "env": {
146 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 146 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
147 }, 147 },
148 "name": "compile" 148 "name": "compile"
149 } 149 }
150 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698