| OLD | NEW |
| 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 "blink_tests" | 25 "blink_tests" |
| 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 "blink_tests" | 40 "blink_tests" |
| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 "All" | 120 "All" |
| 121 ] | 121 ] |
| 122 }, | 122 }, |
| 123 "gyp_env": { | 123 "gyp_env": { |
| 124 "GYP_CROSSCOMPILE": "1", | 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", | 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", | 126 "GYP_GENERATORS": "ninja", |
| 127 "GYP_GENERATOR_FLAGS": "default_target=All" | 127 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 128 } | 128 } |
| 129 }, | 129 }, |
| 130 "dartium_builder": { | 130 "dartium_builder": "config \"dartium_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == arm]", |
| 131 "build_config_fs": "Debug", | |
| 132 "build_dir": "Path('[CHECKOUT]', 'out')", | |
| 133 "compile_py": { | |
| 134 "build_tool": "ninja", | |
| 135 "compiler": "goma", | |
| 136 "default_targets": [ | |
| 137 "chrome_apk", | |
| 138 "content_shell_apk" | |
| 139 ] | |
| 140 }, | |
| 141 "gyp_env": { | |
| 142 "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", | |
| 144 "GYP_GENERATORS": "ninja", | |
| 145 "GYP_GENERATOR_FLAGS": "default_target=All" | |
| 146 } | |
| 147 }, | |
| 148 "enormous_tests": { | 131 "enormous_tests": { |
| 149 "build_config_fs": "Debug", | 132 "build_config_fs": "Debug", |
| 150 "build_dir": "Path('[CHECKOUT]', 'out')", | 133 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 151 "compile_py": { | 134 "compile_py": { |
| 152 "build_tool": "ninja", | 135 "build_tool": "ninja", |
| 153 "default_targets": [ | 136 "default_targets": [ |
| 154 "All" | 137 "All" |
| 155 ] | 138 ] |
| 156 }, | 139 }, |
| 157 "gyp_env": { | 140 "gyp_env": { |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 } | 195 } |
| 213 }, | 196 }, |
| 214 "msvs": "can not use msvs on \"linux\"", | 197 "msvs": "can not use msvs on \"linux\"", |
| 215 "ninja": { | 198 "ninja": { |
| 216 "build_config_fs": "Debug", | 199 "build_config_fs": "Debug", |
| 217 "build_dir": "Path('[CHECKOUT]', 'out')", | 200 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 218 "compile_py": { | 201 "compile_py": { |
| 219 "build_tool": "ninja" | 202 "build_tool": "ninja" |
| 220 }, | 203 }, |
| 221 "gyp_env": { | 204 "gyp_env": { |
| 222 "GYP_DEFINES": "component=shared_library", | 205 "GYP_DEFINES": "component=shared_library target_arch=arm", |
| 223 "GYP_GENERATORS": "ninja" | 206 "GYP_GENERATORS": "ninja" |
| 224 } | 207 } |
| 225 }, | 208 }, |
| 226 "tests_base": { | 209 "tests_base": { |
| 227 "build_config_fs": "Debug", | 210 "build_config_fs": "Debug", |
| 228 "build_dir": "Path('[CHECKOUT]', 'out')", | 211 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 229 "compile_py": { | 212 "compile_py": { |
| 230 "build_tool": "ninja", | 213 "build_tool": "ninja", |
| 231 "default_targets": [ | 214 "default_targets": [ |
| 232 "All" | 215 "All" |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "v8": { | 258 "v8": { |
| 276 "build_config_fs": "Debug", | 259 "build_config_fs": "Debug", |
| 277 "build_dir": "Path('[CHECKOUT]')", | 260 "build_dir": "Path('[CHECKOUT]')", |
| 278 "compile_py": { | 261 "compile_py": { |
| 279 "build_tool": "make", | 262 "build_tool": "make", |
| 280 "default_targets": [ | 263 "default_targets": [ |
| 281 "buildbot" | 264 "buildbot" |
| 282 ] | 265 ] |
| 283 }, | 266 }, |
| 284 "gyp_env": { | 267 "gyp_env": { |
| 285 "GYP_DEFINES": "v8_target_arch=arm" | 268 "GYP_DEFINES": "target_arch=arm v8_target_arch=arm" |
| 286 } | 269 } |
| 287 }, | 270 }, |
| 288 "x86_builder": { | 271 "x86_builder": "Cannot target x86 with TARGET_ARCH == arm", |
| 289 "build_config_fs": "Debug", | 272 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == arm]", |
| 290 "build_dir": "Path('[CHECKOUT]', 'out')", | 273 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]", |
| 291 "compile_py": { | |
| 292 "build_tool": "ninja", | |
| 293 "compiler": "goma", | |
| 294 "default_targets": [ | |
| 295 "All" | |
| 296 ] | |
| 297 }, | |
| 298 "gyp_env": { | |
| 299 "GYP_CROSSCOMPILE": "1", | |
| 300 "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", | |
| 301 "GYP_GENERATORS": "ninja", | |
| 302 "GYP_GENERATOR_FLAGS": "default_target=All" | |
| 303 } | |
| 304 }, | |
| 305 "x86_try_builder": { | |
| 306 "build_config_fs": "Debug", | |
| 307 "build_dir": "Path('[CHECKOUT]', 'out')", | |
| 308 "compile_py": { | |
| 309 "build_tool": "ninja", | |
| 310 "compiler": "goma", | |
| 311 "default_targets": [ | |
| 312 "All" | |
| 313 ] | |
| 314 }, | |
| 315 "gyp_env": { | |
| 316 "GYP_CROSSCOMPILE": "1", | |
| 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", | |
| 318 "GYP_GENERATORS": "ninja", | |
| 319 "GYP_GENERATOR_FLAGS": "default_target=All" | |
| 320 } | |
| 321 }, | |
| 322 "x86_try_instrumentation_tests": { | |
| 323 "build_config_fs": "Debug", | |
| 324 "build_dir": "Path('[CHECKOUT]', 'out')", | |
| 325 "compile_py": { | |
| 326 "build_tool": "ninja", | |
| 327 "default_targets": [ | |
| 328 "All" | |
| 329 ] | |
| 330 }, | |
| 331 "gyp_env": { | |
| 332 "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", | |
| 334 "GYP_GENERATORS": "ninja", | |
| 335 "GYP_GENERATOR_FLAGS": "default_target=All" | |
| 336 } | |
| 337 }, | |
| 338 "xcodebuild": "can not use xcodebuild on \"linux\"" | 274 "xcodebuild": "can not use xcodebuild on \"linux\"" |
| 339 } | 275 } |
| OLD | NEW |