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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-chromeos.arm.32.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 1 month 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_defaults": { 2 "android_defaults": {
3 "build_config_fs": "Debug", 3 "build_config_fs": "Debug",
4 "build_dir": "Path('[CHECKOUT]', 'out')", 4 "build_dir": "Path('[CHECKOUT]', 'out')",
5 "compile_py": { 5 "compile_py": {
6 "build_tool": "ninja", 6 "build_tool": "ninja",
7 "default_targets": [ 7 "default_targets": [
8 "All" 8 "All"
9 ] 9 ]
10 }, 10 },
11 "gyp_env": { 11 "gyp_env": {
12 "GYP_CROSSCOMPILE": "1", 12 "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=arm", 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=arm",
14 "GYP_GENERATORS": "ninja", 14 "GYP_GENERATORS": "ninja",
15 "GYP_GENERATOR_FLAGS": "default_target=All" 15 "GYP_GENERATOR_FLAGS": "default_target=All"
16 } 16 }
17 }, 17 },
18 "blink": { 18 "blink": {
19 "build_config_fs": "Debug", 19 "build_config_fs": "Debug",
20 "build_dir": "Path('[CHECKOUT]', 'out')", 20 "build_dir": "Path('[CHECKOUT]', 'out')",
21 "compile_py": { 21 "compile_py": {
22 "build_tool": "ninja", 22 "build_tool": "ninja",
23 "compiler": "goma", 23 "compiler": "goma",
24 "default_targets": [ 24 "default_targets": [
25 "all_webkit" 25 "all_webkit"
26 ] 26 ]
27 }, 27 },
28 "gyp_env": { 28 "gyp_env": {
29 "GYP_DEFINES": "component=shared_library", 29 "GYP_DEFINES": "component=shared_library target_arch=arm",
30 "GYP_GENERATORS": "ninja" 30 "GYP_GENERATORS": "ninja"
31 } 31 }
32 }, 32 },
33 "blink_clang": { 33 "blink_clang": {
34 "build_config_fs": "Debug", 34 "build_config_fs": "Debug",
35 "build_dir": "Path('[CHECKOUT]', 'out')", 35 "build_dir": "Path('[CHECKOUT]', 'out')",
36 "compile_py": { 36 "compile_py": {
37 "build_tool": "ninja", 37 "build_tool": "ninja",
38 "compiler": "goma-clang", 38 "compiler": "goma-clang",
39 "default_targets": [ 39 "default_targets": [
40 "all_webkit" 40 "all_webkit"
41 ] 41 ]
42 }, 42 },
43 "gyp_env": { 43 "gyp_env": {
44 "GYP_DEFINES": "clang=1 component=shared_library", 44 "GYP_DEFINES": "clang=1 component=shared_library target_arch=arm",
45 "GYP_GENERATORS": "ninja" 45 "GYP_GENERATORS": "ninja"
46 } 46 }
47 }, 47 },
48 "chromium": { 48 "chromium": {
49 "build_config_fs": "Debug", 49 "build_config_fs": "Debug",
50 "build_dir": "Path('[CHECKOUT]', 'out')", 50 "build_dir": "Path('[CHECKOUT]', 'out')",
51 "compile_py": { 51 "compile_py": {
52 "build_tool": "ninja", 52 "build_tool": "ninja",
53 "compiler": "goma", 53 "compiler": "goma",
54 "default_targets": [ 54 "default_targets": [
55 "All", 55 "All",
56 "chromium_builder_tests" 56 "chromium_builder_tests"
57 ] 57 ]
58 }, 58 },
59 "gyp_env": { 59 "gyp_env": {
60 "GYP_DEFINES": "component=shared_library", 60 "GYP_DEFINES": "component=shared_library target_arch=arm",
61 "GYP_GENERATORS": "ninja" 61 "GYP_GENERATORS": "ninja"
62 } 62 }
63 }, 63 },
64 "chromium_clang": { 64 "chromium_clang": {
65 "build_config_fs": "Debug", 65 "build_config_fs": "Debug",
66 "build_dir": "Path('[CHECKOUT]', 'out')", 66 "build_dir": "Path('[CHECKOUT]', 'out')",
67 "compile_py": { 67 "compile_py": {
68 "build_tool": "ninja", 68 "build_tool": "ninja",
69 "compiler": "goma-clang", 69 "compiler": "goma-clang",
70 "default_targets": [ 70 "default_targets": [
71 "All", 71 "All",
72 "chromium_builder_tests" 72 "chromium_builder_tests"
73 ] 73 ]
74 }, 74 },
75 "gyp_env": { 75 "gyp_env": {
76 "GYP_DEFINES": "clang=1 component=shared_library", 76 "GYP_DEFINES": "clang=1 component=shared_library target_arch=arm",
77 "GYP_GENERATORS": "ninja" 77 "GYP_GENERATORS": "ninja"
78 } 78 }
79 }, 79 },
80 "clang_builder": { 80 "clang_builder": {
81 "build_config_fs": "Debug", 81 "build_config_fs": "Debug",
82 "build_dir": "Path('[CHECKOUT]', 'out')", 82 "build_dir": "Path('[CHECKOUT]', 'out')",
83 "compile_py": { 83 "compile_py": {
84 "build_tool": "ninja", 84 "build_tool": "ninja",
85 "compiler": "goma-clang", 85 "compiler": "goma-clang",
86 "default_targets": [ 86 "default_targets": [
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 } 194 }
195 }, 195 },
196 "msvs": "can not use msvs on \"linux\"", 196 "msvs": "can not use msvs on \"linux\"",
197 "ninja": { 197 "ninja": {
198 "build_config_fs": "Debug", 198 "build_config_fs": "Debug",
199 "build_dir": "Path('[CHECKOUT]', 'out')", 199 "build_dir": "Path('[CHECKOUT]', 'out')",
200 "compile_py": { 200 "compile_py": {
201 "build_tool": "ninja" 201 "build_tool": "ninja"
202 }, 202 },
203 "gyp_env": { 203 "gyp_env": {
204 "GYP_DEFINES": "component=shared_library", 204 "GYP_DEFINES": "component=shared_library target_arch=arm",
205 "GYP_GENERATORS": "ninja" 205 "GYP_GENERATORS": "ninja"
206 } 206 }
207 }, 207 },
208 "tests_base": { 208 "tests_base": {
209 "build_config_fs": "Debug", 209 "build_config_fs": "Debug",
210 "build_dir": "Path('[CHECKOUT]', 'out')", 210 "build_dir": "Path('[CHECKOUT]', 'out')",
211 "compile_py": { 211 "compile_py": {
212 "build_tool": "ninja", 212 "build_tool": "ninja",
213 "default_targets": [ 213 "default_targets": [
214 "All" 214 "All"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "v8": { 257 "v8": {
258 "build_config_fs": "Debug", 258 "build_config_fs": "Debug",
259 "build_dir": "Path('[CHECKOUT]')", 259 "build_dir": "Path('[CHECKOUT]')",
260 "compile_py": { 260 "compile_py": {
261 "build_tool": "make", 261 "build_tool": "make",
262 "default_targets": [ 262 "default_targets": [
263 "buildbot" 263 "buildbot"
264 ] 264 ]
265 }, 265 },
266 "gyp_env": { 266 "gyp_env": {
267 "GYP_DEFINES": "v8_target_arch=arm" 267 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm"
268 } 268 }
269 }, 269 },
270 "x86_builder": { 270 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm",
271 "build_config_fs": "Debug", 271 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [ Cannot target x86 with TARGET_ARCH == arm]",
272 "build_dir": "Path('[CHECKOUT]', 'out')", 272 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
273 "compile_py": {
274 "build_tool": "ninja",
275 "compiler": "goma",
276 "default_targets": [
277 "All"
278 ]
279 },
280 "gyp_env": {
281 "GYP_CROSSCOMPILE": "1",
282 "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",
283 "GYP_GENERATORS": "ninja",
284 "GYP_GENERATOR_FLAGS": "default_target=All"
285 }
286 },
287 "x86_try_builder": {
288 "build_config_fs": "Debug",
289 "build_dir": "Path('[CHECKOUT]', 'out')",
290 "compile_py": {
291 "build_tool": "ninja",
292 "compiler": "goma",
293 "default_targets": [
294 "All"
295 ]
296 },
297 "gyp_env": {
298 "GYP_CROSSCOMPILE": "1",
299 "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",
300 "GYP_GENERATORS": "ninja",
301 "GYP_GENERATOR_FLAGS": "default_target=All"
302 }
303 },
304 "x86_try_instrumentation_tests": {
305 "build_config_fs": "Debug",
306 "build_dir": "Path('[CHECKOUT]', 'out')",
307 "compile_py": {
308 "build_tool": "ninja",
309 "default_targets": [
310 "All"
311 ]
312 },
313 "gyp_env": {
314 "GYP_CROSSCOMPILE": "1",
315 "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=arm",
316 "GYP_GENERATORS": "ninja",
317 "GYP_GENERATOR_FLAGS": "default_target=All"
318 }
319 },
320 "xcodebuild": "can not use xcodebuild on \"linux\"" 273 "xcodebuild": "can not use xcodebuild on \"linux\""
321 } 274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698