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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-chromeos.intel.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: rebase again 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": "Release", 3 "build_config_fs": "Release",
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=ia32",
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": "Release", 19 "build_config_fs": "Release",
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 "blink_tests" 25 "blink_tests"
26 ] 26 ]
27 }, 27 },
28 "gyp_env": { 28 "gyp_env": {
29 "GYP_DEFINES": "component=static_library", 29 "GYP_DEFINES": "component=static_library target_arch=ia32",
30 "GYP_GENERATORS": "ninja" 30 "GYP_GENERATORS": "ninja"
31 } 31 }
32 }, 32 },
33 "blink_clang": { 33 "blink_clang": {
34 "build_config_fs": "Release", 34 "build_config_fs": "Release",
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 "blink_tests" 40 "blink_tests"
41 ] 41 ]
42 }, 42 },
43 "gyp_env": { 43 "gyp_env": {
44 "GYP_DEFINES": "clang=1 component=static_library", 44 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32",
45 "GYP_GENERATORS": "ninja" 45 "GYP_GENERATORS": "ninja"
46 } 46 }
47 }, 47 },
48 "chromium": { 48 "chromium": {
49 "build_config_fs": "Release", 49 "build_config_fs": "Release",
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=static_library", 60 "GYP_DEFINES": "component=static_library target_arch=ia32",
61 "GYP_GENERATORS": "ninja" 61 "GYP_GENERATORS": "ninja"
62 } 62 }
63 }, 63 },
64 "chromium_clang": { 64 "chromium_clang": {
65 "build_config_fs": "Release", 65 "build_config_fs": "Release",
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=static_library", 76 "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32",
77 "GYP_GENERATORS": "ninja" 77 "GYP_GENERATORS": "ninja"
78 } 78 }
79 }, 79 },
80 "clang_builder": { 80 "clang_builder": {
81 "build_config_fs": "Release", 81 "build_config_fs": "Release",
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": [
87 "All" 87 "All"
88 ] 88 ]
89 }, 89 },
90 "gyp_env": { 90 "gyp_env": {
91 "GYP_CROSSCOMPILE": "1", 91 "GYP_CROSSCOMPILE": "1",
92 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 gc c_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', ' orderfile.out') target_arch=arm", 92 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 gc c_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', ' orderfile.out') target_arch=ia32",
93 "GYP_GENERATORS": "ninja", 93 "GYP_GENERATORS": "ninja",
94 "GYP_GENERATOR_FLAGS": "default_target=All" 94 "GYP_GENERATOR_FLAGS": "default_target=All"
95 } 95 }
96 }, 96 },
97 "clang_tests": { 97 "clang_tests": {
98 "build_config_fs": "Release", 98 "build_config_fs": "Release",
99 "build_dir": "Path('[CHECKOUT]', 'out')", 99 "build_dir": "Path('[CHECKOUT]', 'out')",
100 "compile_py": { 100 "compile_py": {
101 "build_tool": "ninja", 101 "build_tool": "ninja",
102 "default_targets": [ 102 "default_targets": [
103 "All" 103 "All"
104 ] 104 ]
105 }, 105 },
106 "gyp_env": { 106 "gyp_env": {
107 "GYP_CROSSCOMPILE": "1", 107 "GYP_CROSSCOMPILE": "1",
108 "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", 108 "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",
109 "GYP_GENERATORS": "ninja", 109 "GYP_GENERATORS": "ninja",
110 "GYP_GENERATOR_FLAGS": "default_target=All" 110 "GYP_GENERATOR_FLAGS": "default_target=All"
111 } 111 }
112 }, 112 },
113 "component_builder": { 113 "component_builder": "config \"component_builder\" includes \"main_builder\", but [Cannot target arm with TARGET_ARCH == intel]",
114 "build_config_fs": "Release",
115 "build_dir": "Path('[CHECKOUT]', 'out')",
116 "compile_py": {
117 "build_tool": "ninja",
118 "compiler": "goma",
119 "default_targets": [
120 "All"
121 ]
122 },
123 "gyp_env": {
124 "GYP_CROSSCOMPILE": "1",
125 "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfil e.out') target_arch=arm",
126 "GYP_GENERATORS": "ninja",
127 "GYP_GENERATOR_FLAGS": "default_target=All"
128 }
129 },
130 "dartium_builder": { 114 "dartium_builder": {
131 "build_config_fs": "Release", 115 "build_config_fs": "Release",
132 "build_dir": "Path('[CHECKOUT]', 'out')", 116 "build_dir": "Path('[CHECKOUT]', 'out')",
133 "compile_py": { 117 "compile_py": {
134 "build_tool": "ninja", 118 "build_tool": "ninja",
135 "compiler": "goma", 119 "compiler": "goma",
136 "default_targets": [ 120 "default_targets": [
137 "chrome_apk", 121 "chrome_apk",
138 "content_shell_apk" 122 "content_shell_apk"
139 ] 123 ]
140 }, 124 },
141 "gyp_env": { 125 "gyp_env": {
142 "GYP_CROSSCOMPILE": "1", 126 "GYP_CROSSCOMPILE": "1",
143 "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", 127 "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",
144 "GYP_GENERATORS": "ninja", 128 "GYP_GENERATORS": "ninja",
145 "GYP_GENERATOR_FLAGS": "default_target=All" 129 "GYP_GENERATOR_FLAGS": "default_target=All"
146 } 130 }
147 }, 131 },
148 "enormous_tests": { 132 "enormous_tests": {
149 "build_config_fs": "Release", 133 "build_config_fs": "Release",
150 "build_dir": "Path('[CHECKOUT]', 'out')", 134 "build_dir": "Path('[CHECKOUT]', 'out')",
151 "compile_py": { 135 "compile_py": {
152 "build_tool": "ninja", 136 "build_tool": "ninja",
153 "default_targets": [ 137 "default_targets": [
154 "All" 138 "All"
155 ] 139 ]
156 }, 140 },
157 "gyp_env": { 141 "gyp_env": {
158 "GYP_CROSSCOMPILE": "1", 142 "GYP_CROSSCOMPILE": "1",
159 "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", 143 "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",
160 "GYP_GENERATORS": "ninja", 144 "GYP_GENERATORS": "ninja",
161 "GYP_GENERATOR_FLAGS": "default_target=All" 145 "GYP_GENERATOR_FLAGS": "default_target=All"
162 } 146 }
163 }, 147 },
164 "klp_builder": { 148 "klp_builder": "config \"klp_builder\" includes \"main_builder\", but [Cannot target arm with TARGET_ARCH == intel]",
165 "build_config_fs": "Release", 149 "main_builder": "Cannot target arm with TARGET_ARCH == intel",
166 "build_dir": "Path('[CHECKOUT]', 'out')",
167 "compile_py": {
168 "build_tool": "ninja",
169 "compiler": "goma",
170 "default_targets": [
171 "All"
172 ]
173 },
174 "gyp_env": {
175 "GYP_CROSSCOMPILE": "1",
176 "GYP_DEFINES": "OS=android android_sdk_root=Path('[CHECKOUT]', 'third_part y', 'android_tools_internal', 'sdk') android_sdk_version=4.4 component=static_li brary fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOU T]', 'orderfiles', 'orderfile.out') target_arch=arm",
177 "GYP_GENERATORS": "ninja",
178 "GYP_GENERATOR_FLAGS": "default_target=All"
179 }
180 },
181 "main_builder": {
182 "build_config_fs": "Release",
183 "build_dir": "Path('[CHECKOUT]', 'out')",
184 "compile_py": {
185 "build_tool": "ninja",
186 "compiler": "goma",
187 "default_targets": [
188 "All"
189 ]
190 },
191 "gyp_env": {
192 "GYP_CROSSCOMPILE": "1",
193 "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",
194 "GYP_GENERATORS": "ninja",
195 "GYP_GENERATOR_FLAGS": "default_target=All"
196 }
197 },
198 "main_tests": { 150 "main_tests": {
199 "build_config_fs": "Release", 151 "build_config_fs": "Release",
200 "build_dir": "Path('[CHECKOUT]', 'out')", 152 "build_dir": "Path('[CHECKOUT]', 'out')",
201 "compile_py": { 153 "compile_py": {
202 "build_tool": "ninja", 154 "build_tool": "ninja",
203 "default_targets": [ 155 "default_targets": [
204 "All" 156 "All"
205 ] 157 ]
206 }, 158 },
207 "gyp_env": { 159 "gyp_env": {
208 "GYP_CROSSCOMPILE": "1", 160 "GYP_CROSSCOMPILE": "1",
209 "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", 161 "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",
210 "GYP_GENERATORS": "ninja", 162 "GYP_GENERATORS": "ninja",
211 "GYP_GENERATOR_FLAGS": "default_target=All" 163 "GYP_GENERATOR_FLAGS": "default_target=All"
212 } 164 }
213 }, 165 },
214 "msvs": "can not use msvs on \"linux\"", 166 "msvs": "can not use msvs on \"linux\"",
215 "ninja": { 167 "ninja": {
216 "build_config_fs": "Release", 168 "build_config_fs": "Release",
217 "build_dir": "Path('[CHECKOUT]', 'out')", 169 "build_dir": "Path('[CHECKOUT]', 'out')",
218 "compile_py": { 170 "compile_py": {
219 "build_tool": "ninja" 171 "build_tool": "ninja"
220 }, 172 },
221 "gyp_env": { 173 "gyp_env": {
222 "GYP_DEFINES": "component=static_library", 174 "GYP_DEFINES": "component=static_library target_arch=ia32",
223 "GYP_GENERATORS": "ninja" 175 "GYP_GENERATORS": "ninja"
224 } 176 }
225 }, 177 },
226 "tests_base": { 178 "tests_base": {
227 "build_config_fs": "Release", 179 "build_config_fs": "Release",
228 "build_dir": "Path('[CHECKOUT]', 'out')", 180 "build_dir": "Path('[CHECKOUT]', 'out')",
229 "compile_py": { 181 "compile_py": {
230 "build_tool": "ninja", 182 "build_tool": "ninja",
231 "default_targets": [ 183 "default_targets": [
232 "All" 184 "All"
233 ] 185 ]
234 }, 186 },
235 "gyp_env": { 187 "gyp_env": {
236 "GYP_CROSSCOMPILE": "1", 188 "GYP_CROSSCOMPILE": "1",
237 "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", 189 "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",
238 "GYP_GENERATORS": "ninja", 190 "GYP_GENERATORS": "ninja",
239 "GYP_GENERATOR_FLAGS": "default_target=All" 191 "GYP_GENERATOR_FLAGS": "default_target=All"
240 } 192 }
241 }, 193 },
242 "try_builder": { 194 "try_builder": "config \"try_builder\" includes \"main_builder\", but [Cannot target arm with TARGET_ARCH == intel]",
243 "build_config_fs": "Release",
244 "build_dir": "Path('[CHECKOUT]', 'out')",
245 "compile_py": {
246 "build_tool": "ninja",
247 "compiler": "goma",
248 "default_targets": [
249 "All"
250 ]
251 },
252 "gyp_env": {
253 "GYP_CROSSCOMPILE": "1",
254 "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",
255 "GYP_GENERATORS": "ninja",
256 "GYP_GENERATOR_FLAGS": "default_target=All"
257 }
258 },
259 "try_instrumentation_tests": { 195 "try_instrumentation_tests": {
260 "build_config_fs": "Release", 196 "build_config_fs": "Release",
261 "build_dir": "Path('[CHECKOUT]', 'out')", 197 "build_dir": "Path('[CHECKOUT]', 'out')",
262 "compile_py": { 198 "compile_py": {
263 "build_tool": "ninja", 199 "build_tool": "ninja",
264 "default_targets": [ 200 "default_targets": [
265 "All" 201 "All"
266 ] 202 ]
267 }, 203 },
268 "gyp_env": { 204 "gyp_env": {
269 "GYP_CROSSCOMPILE": "1", 205 "GYP_CROSSCOMPILE": "1",
270 "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", 206 "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",
271 "GYP_GENERATORS": "ninja", 207 "GYP_GENERATORS": "ninja",
272 "GYP_GENERATOR_FLAGS": "default_target=All" 208 "GYP_GENERATOR_FLAGS": "default_target=All"
273 } 209 }
274 }, 210 },
275 "v8": { 211 "v8": {
276 "build_config_fs": "Release", 212 "build_config_fs": "Release",
277 "build_dir": "Path('[CHECKOUT]')", 213 "build_dir": "Path('[CHECKOUT]')",
278 "compile_py": { 214 "compile_py": {
279 "build_tool": "make", 215 "build_tool": "make",
280 "default_targets": [ 216 "default_targets": [
281 "buildbot" 217 "buildbot"
282 ] 218 ]
283 }, 219 },
284 "gyp_env": { 220 "gyp_env": {
285 "GYP_DEFINES": "v8_target_arch=ia32" 221 "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32"
286 } 222 }
287 }, 223 },
288 "x86_builder": { 224 "x86_builder": {
289 "build_config_fs": "Release", 225 "build_config_fs": "Release",
290 "build_dir": "Path('[CHECKOUT]', 'out')", 226 "build_dir": "Path('[CHECKOUT]', 'out')",
291 "compile_py": { 227 "compile_py": {
292 "build_tool": "ninja", 228 "build_tool": "ninja",
293 "compiler": "goma", 229 "compiler": "goma",
294 "default_targets": [ 230 "default_targets": [
295 "All" 231 "All"
(...skipping 21 matching lines...) Expand all
317 "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", 253 "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",
318 "GYP_GENERATORS": "ninja", 254 "GYP_GENERATORS": "ninja",
319 "GYP_GENERATOR_FLAGS": "default_target=All" 255 "GYP_GENERATOR_FLAGS": "default_target=All"
320 } 256 }
321 }, 257 },
322 "x86_try_instrumentation_tests": { 258 "x86_try_instrumentation_tests": {
323 "build_config_fs": "Release", 259 "build_config_fs": "Release",
324 "build_dir": "Path('[CHECKOUT]', 'out')", 260 "build_dir": "Path('[CHECKOUT]', 'out')",
325 "compile_py": { 261 "compile_py": {
326 "build_tool": "ninja", 262 "build_tool": "ninja",
263 "compiler": "goma",
327 "default_targets": [ 264 "default_targets": [
328 "All" 265 "All"
329 ] 266 ]
330 }, 267 },
331 "gyp_env": { 268 "gyp_env": {
332 "GYP_CROSSCOMPILE": "1", 269 "GYP_CROSSCOMPILE": "1",
333 "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", 270 "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",
334 "GYP_GENERATORS": "ninja", 271 "GYP_GENERATORS": "ninja",
335 "GYP_GENERATOR_FLAGS": "default_target=All" 272 "GYP_GENERATOR_FLAGS": "default_target=All"
336 } 273 }
337 }, 274 },
338 "xcodebuild": "can not use xcodebuild on \"linux\"" 275 "xcodebuild": "can not use xcodebuild on \"linux\""
339 } 276 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698