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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.intel.32.json

Issue 75163006: WebRTC Android APK trybot recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased, removed video_engine_tests Created 7 years 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 "android": {
3 "build_config_fs": "Release",
4 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": {
6 "build_tool": "ninja",
7 "compiler": "goma"
8 },
9 "gyp_env": {
10 "GYP_CROSSCOMPILE": "1",
11 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=ia32",
12 "GYP_GENERATORS": "ninja"
13 }
14 },
2 "android_defaults": { 15 "android_defaults": {
3 "build_config_fs": "Release", 16 "build_config_fs": "Release",
4 "build_dir": "Path('[CHECKOUT]', 'out')", 17 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": { 18 "compile_py": {
6 "build_tool": "ninja", 19 "build_tool": "ninja",
7 "default_targets": [ 20 "default_targets": [
8 "All" 21 "All"
9 ] 22 ]
10 }, 23 },
11 "gyp_env": { 24 "gyp_env": {
12 "GYP_CROSSCOMPILE": "1", 25 "GYP_CROSSCOMPILE": "1",
13 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=ia32", 26 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=ia32",
14 "GYP_GENERATORS": "ninja", 27 "GYP_GENERATORS": "ninja",
15 "GYP_GENERATOR_FLAGS": "default_target=All" 28 "GYP_GENERATOR_FLAGS": "default_target=All"
16 } 29 }
17 }, 30 },
18 "blink": { 31 "blink": {
19 "build_config_fs": "Release", 32 "build_config_fs": "Release",
20 "build_dir": "Path('[CHECKOUT]', 'out')", 33 "build_dir": "Path('[CHECKOUT]', 'out')",
21 "compile_py": { 34 "compile_py": {
22 "build_tool": "ninja", 35 "build_tool": "ninja",
23 "compiler": "goma", 36 "compiler": "goma",
24 "default_targets": [ 37 "default_targets": [
25 "blink_tests" 38 "blink_tests"
26 ] 39 ]
27 }, 40 },
28 "gyp_env": { 41 "gyp_env": {
42 "GYP_CROSSCOMPILE": "1",
29 "GYP_DEFINES": "component=static_library target_arch=ia32", 43 "GYP_DEFINES": "component=static_library target_arch=ia32",
30 "GYP_GENERATORS": "ninja" 44 "GYP_GENERATORS": "ninja"
31 } 45 }
32 }, 46 },
33 "blink_clang": { 47 "blink_clang": {
34 "build_config_fs": "Release", 48 "build_config_fs": "Release",
35 "build_dir": "Path('[CHECKOUT]', 'out')", 49 "build_dir": "Path('[CHECKOUT]', 'out')",
36 "compile_py": { 50 "compile_py": {
37 "build_tool": "ninja", 51 "build_tool": "ninja",
38 "compiler": "goma-clang", 52 "compiler": "goma-clang",
39 "default_targets": [ 53 "default_targets": [
40 "blink_tests" 54 "blink_tests"
41 ] 55 ]
42 }, 56 },
43 "gyp_env": { 57 "gyp_env": {
58 "GYP_CROSSCOMPILE": "1",
44 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32", 59 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32",
45 "GYP_GENERATORS": "ninja" 60 "GYP_GENERATORS": "ninja"
46 } 61 }
47 }, 62 },
48 "chromium": { 63 "chromium": {
49 "build_config_fs": "Release", 64 "build_config_fs": "Release",
50 "build_dir": "Path('[CHECKOUT]', 'out')", 65 "build_dir": "Path('[CHECKOUT]', 'out')",
51 "compile_py": { 66 "compile_py": {
52 "build_tool": "ninja", 67 "build_tool": "ninja",
53 "compiler": "goma", 68 "compiler": "goma",
54 "default_targets": [ 69 "default_targets": [
55 "All", 70 "All",
56 "chromium_builder_tests" 71 "chromium_builder_tests"
57 ] 72 ]
58 }, 73 },
59 "gyp_env": { 74 "gyp_env": {
75 "GYP_CROSSCOMPILE": "1",
60 "GYP_DEFINES": "component=static_library target_arch=ia32", 76 "GYP_DEFINES": "component=static_library target_arch=ia32",
61 "GYP_GENERATORS": "ninja" 77 "GYP_GENERATORS": "ninja"
62 } 78 }
63 }, 79 },
64 "chromium_clang": { 80 "chromium_clang": {
65 "build_config_fs": "Release", 81 "build_config_fs": "Release",
66 "build_dir": "Path('[CHECKOUT]', 'out')", 82 "build_dir": "Path('[CHECKOUT]', 'out')",
67 "compile_py": { 83 "compile_py": {
68 "build_tool": "ninja", 84 "build_tool": "ninja",
69 "compiler": "goma-clang", 85 "compiler": "goma-clang",
70 "default_targets": [ 86 "default_targets": [
71 "All", 87 "All",
72 "chromium_builder_tests" 88 "chromium_builder_tests"
73 ] 89 ]
74 }, 90 },
75 "gyp_env": { 91 "gyp_env": {
92 "GYP_CROSSCOMPILE": "1",
76 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32", 93 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32",
77 "GYP_GENERATORS": "ninja" 94 "GYP_GENERATORS": "ninja"
78 } 95 }
79 }, 96 },
80 "clang_builder": { 97 "clang_builder": {
81 "build_config_fs": "Release", 98 "build_config_fs": "Release",
82 "build_dir": "Path('[CHECKOUT]', 'out')", 99 "build_dir": "Path('[CHECKOUT]', 'out')",
83 "compile_py": { 100 "compile_py": {
84 "build_tool": "ninja", 101 "build_tool": "ninja",
85 "compiler": "goma-clang", 102 "compiler": "goma-clang",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 } 164 }
148 }, 165 },
149 "msvs": "can not use msvs on \"linux\"", 166 "msvs": "can not use msvs on \"linux\"",
150 "ninja": { 167 "ninja": {
151 "build_config_fs": "Release", 168 "build_config_fs": "Release",
152 "build_dir": "Path('[CHECKOUT]', 'out')", 169 "build_dir": "Path('[CHECKOUT]', 'out')",
153 "compile_py": { 170 "compile_py": {
154 "build_tool": "ninja" 171 "build_tool": "ninja"
155 }, 172 },
156 "gyp_env": { 173 "gyp_env": {
174 "GYP_CROSSCOMPILE": "1",
157 "GYP_DEFINES": "component=static_library target_arch=ia32", 175 "GYP_DEFINES": "component=static_library target_arch=ia32",
158 "GYP_GENERATORS": "ninja" 176 "GYP_GENERATORS": "ninja"
159 } 177 }
160 }, 178 },
161 "tests_base": { 179 "tests_base": {
162 "build_config_fs": "Release", 180 "build_config_fs": "Release",
163 "build_dir": "Path('[CHECKOUT]', 'out')", 181 "build_dir": "Path('[CHECKOUT]', 'out')",
164 "compile_py": { 182 "compile_py": {
165 "build_tool": "ninja", 183 "build_tool": "ninja",
166 "default_targets": [ 184 "default_targets": [
(...skipping 24 matching lines...) Expand all
191 "GYP_GENERATOR_FLAGS": "default_target=All" 209 "GYP_GENERATOR_FLAGS": "default_target=All"
192 } 210 }
193 }, 211 },
194 "v8": { 212 "v8": {
195 "build_config_fs": "Release", 213 "build_config_fs": "Release",
196 "build_dir": "Path('[CHECKOUT]')", 214 "build_dir": "Path('[CHECKOUT]')",
197 "compile_py": { 215 "compile_py": {
198 "build_tool": "make" 216 "build_tool": "make"
199 }, 217 },
200 "gyp_env": { 218 "gyp_env": {
219 "GYP_CROSSCOMPILE": "1",
201 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32" 220 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32"
202 } 221 }
203 }, 222 },
223 "webrtc_android_apk_try_builder": {
224 "build_config_fs": "Release",
225 "build_dir": "Path('[CHECKOUT]', 'out')",
226 "compile_py": {
227 "build_tool": "ninja",
228 "compiler": "goma",
229 "default_targets": [
230 "android_builder_webrtc"
231 ]
232 },
233 "gyp_env": {
234 "GYP_CROSSCOMPILE": "1",
235 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux include_tests=1 order_text_section=Path('[CHECKOUT]', 'orderf iles', 'orderfile.out') target_arch=ia32",
236 "GYP_GENERATORS": "ninja",
237 "GYP_GENERATOR_FLAGS": "default_target=android_builder_webrtc"
238 }
239 },
204 "x86_builder": { 240 "x86_builder": {
205 "build_config_fs": "Release", 241 "build_config_fs": "Release",
206 "build_dir": "Path('[CHECKOUT]', 'out')", 242 "build_dir": "Path('[CHECKOUT]', 'out')",
207 "compile_py": { 243 "compile_py": {
208 "build_tool": "ninja", 244 "build_tool": "ninja",
209 "compiler": "goma", 245 "compiler": "goma",
210 "default_targets": [ 246 "default_targets": [
211 "All" 247 "All"
212 ] 248 ]
213 }, 249 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 }, 283 },
248 "gyp_env": { 284 "gyp_env": {
249 "GYP_CROSSCOMPILE": "1", 285 "GYP_CROSSCOMPILE": "1",
250 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=ia32", 286 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=ia32",
251 "GYP_GENERATORS": "ninja", 287 "GYP_GENERATORS": "ninja",
252 "GYP_GENERATOR_FLAGS": "default_target=All" 288 "GYP_GENERATOR_FLAGS": "default_target=All"
253 } 289 }
254 }, 290 },
255 "xcodebuild": "can not use xcodebuild on \"linux\"" 291 "xcodebuild": "can not use xcodebuild on \"linux\""
256 } 292 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698