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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_gn.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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android32 GN", 10 "Android32 GN",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "name": "gclient runhooks" 103 "name": "gclient runhooks"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "[DEPOT_TOOLS]/gn.py", 109 "[DEPOT_TOOLS]/gn.py",
110 "--root=[SLAVE_BUILD]/src", 110 "--root=[SLAVE_BUILD]/src",
111 "gen", 111 "gen",
112 "//out/Release", 112 "//out/Release",
113 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\" build_with_chromium=false" 113 "--args=is_debug=false target_os=\"android\" target_cpu=\"arm\" use_goma=t rue goma_dir=\"[BUILD]/goma\""
114 ], 114 ],
115 "cwd": "[SLAVE_BUILD]", 115 "cwd": "[SLAVE_BUILD]",
116 "name": "gn" 116 "name": "gn"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "[BUILD]/scripts/slave/compile.py", 122 "[BUILD]/scripts/slave/compile.py",
123 "--target", 123 "--target",
124 "Release", 124 "Release",
125 "--src-dir", 125 "--src-dir",
126 "[SLAVE_BUILD]/src", 126 "[SLAVE_BUILD]/src",
127 "--build-tool", 127 "--build-tool",
128 "ninja", 128 "ninja",
129 "--compiler", 129 "--compiler",
130 "goma", 130 "goma",
131 "--goma-dir", 131 "--goma-dir",
132 "[BUILD]/goma", 132 "[BUILD]/goma",
133 "--", 133 "--",
134 "all" 134 "all"
135 ], 135 ],
136 "cwd": "[SLAVE_BUILD]", 136 "cwd": "[SLAVE_BUILD]",
137 "env": { 137 "env": {
138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 138 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
139 }, 139 },
140 "name": "compile" 140 "name": "compile"
141 } 141 }
142 ] 142 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698