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