OLD | NEW |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |