| 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=mips", |
| 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=mips", |
| 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=mips", |
| 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=mips", |
| 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=mips", |
| 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": [ |
| 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=mips", |
| 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": "Debug", | 98 "build_config_fs": "Debug", |
| 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=mips", |
| 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 == mips]", |
| 114 "build_config_fs": "Debug", | 114 "dartium_builder": "config \"dartium_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == mips]", |
| 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": { | |
| 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": { | 115 "enormous_tests": { |
| 149 "build_config_fs": "Debug", | 116 "build_config_fs": "Debug", |
| 150 "build_dir": "Path('[CHECKOUT]', 'out')", | 117 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 151 "compile_py": { | 118 "compile_py": { |
| 152 "build_tool": "ninja", | 119 "build_tool": "ninja", |
| 153 "default_targets": [ | 120 "default_targets": [ |
| 154 "All" | 121 "All" |
| 155 ] | 122 ] |
| 156 }, | 123 }, |
| 157 "gyp_env": { | 124 "gyp_env": { |
| 158 "GYP_CROSSCOMPILE": "1", | 125 "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", | 126 "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=mips", |
| 160 "GYP_GENERATORS": "ninja", | 127 "GYP_GENERATORS": "ninja", |
| 161 "GYP_GENERATOR_FLAGS": "default_target=All" | 128 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 162 } | 129 } |
| 163 }, | 130 }, |
| 164 "klp_builder": { | 131 "klp_builder": "config \"klp_builder\" includes \"main_builder\", but [Cannot
target arm with TARGET_ARCH == mips]", |
| 165 "build_config_fs": "Debug", | 132 "main_builder": "Cannot target arm with TARGET_ARCH == mips", |
| 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": "Debug", | |
| 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": { | 133 "main_tests": { |
| 199 "build_config_fs": "Debug", | 134 "build_config_fs": "Debug", |
| 200 "build_dir": "Path('[CHECKOUT]', 'out')", | 135 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 201 "compile_py": { | 136 "compile_py": { |
| 202 "build_tool": "ninja", | 137 "build_tool": "ninja", |
| 203 "default_targets": [ | 138 "default_targets": [ |
| 204 "All" | 139 "All" |
| 205 ] | 140 ] |
| 206 }, | 141 }, |
| 207 "gyp_env": { | 142 "gyp_env": { |
| 208 "GYP_CROSSCOMPILE": "1", | 143 "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", | 144 "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=mips", |
| 210 "GYP_GENERATORS": "ninja", | 145 "GYP_GENERATORS": "ninja", |
| 211 "GYP_GENERATOR_FLAGS": "default_target=All" | 146 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 212 } | 147 } |
| 213 }, | 148 }, |
| 214 "msvs": "can not use msvs on \"linux\"", | 149 "msvs": "can not use msvs on \"linux\"", |
| 215 "ninja": { | 150 "ninja": { |
| 216 "build_config_fs": "Debug", | 151 "build_config_fs": "Debug", |
| 217 "build_dir": "Path('[CHECKOUT]', 'out')", | 152 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 218 "compile_py": { | 153 "compile_py": { |
| 219 "build_tool": "ninja" | 154 "build_tool": "ninja" |
| 220 }, | 155 }, |
| 221 "gyp_env": { | 156 "gyp_env": { |
| 222 "GYP_DEFINES": "component=shared_library", | 157 "GYP_DEFINES": "component=shared_library target_arch=mips", |
| 223 "GYP_GENERATORS": "ninja" | 158 "GYP_GENERATORS": "ninja" |
| 224 } | 159 } |
| 225 }, | 160 }, |
| 226 "tests_base": { | 161 "tests_base": { |
| 227 "build_config_fs": "Debug", | 162 "build_config_fs": "Debug", |
| 228 "build_dir": "Path('[CHECKOUT]', 'out')", | 163 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 229 "compile_py": { | 164 "compile_py": { |
| 230 "build_tool": "ninja", | 165 "build_tool": "ninja", |
| 231 "default_targets": [ | 166 "default_targets": [ |
| 232 "All" | 167 "All" |
| 233 ] | 168 ] |
| 234 }, | 169 }, |
| 235 "gyp_env": { | 170 "gyp_env": { |
| 236 "GYP_CROSSCOMPILE": "1", | 171 "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", | 172 "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=mips", |
| 238 "GYP_GENERATORS": "ninja", | 173 "GYP_GENERATORS": "ninja", |
| 239 "GYP_GENERATOR_FLAGS": "default_target=All" | 174 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 240 } | 175 } |
| 241 }, | 176 }, |
| 242 "try_builder": { | 177 "try_builder": "config \"try_builder\" includes \"main_builder\", but [Cannot
target arm with TARGET_ARCH == mips]", |
| 243 "build_config_fs": "Debug", | |
| 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": { | 178 "try_instrumentation_tests": { |
| 260 "build_config_fs": "Debug", | 179 "build_config_fs": "Debug", |
| 261 "build_dir": "Path('[CHECKOUT]', 'out')", | 180 "build_dir": "Path('[CHECKOUT]', 'out')", |
| 262 "compile_py": { | 181 "compile_py": { |
| 263 "build_tool": "ninja", | 182 "build_tool": "ninja", |
| 264 "default_targets": [ | 183 "default_targets": [ |
| 265 "All" | 184 "All" |
| 266 ] | 185 ] |
| 267 }, | 186 }, |
| 268 "gyp_env": { | 187 "gyp_env": { |
| 269 "GYP_CROSSCOMPILE": "1", | 188 "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", | 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=mips", |
| 271 "GYP_GENERATORS": "ninja", | 190 "GYP_GENERATORS": "ninja", |
| 272 "GYP_GENERATOR_FLAGS": "default_target=All" | 191 "GYP_GENERATOR_FLAGS": "default_target=All" |
| 273 } | 192 } |
| 274 }, | 193 }, |
| 275 "v8": { | 194 "v8": { |
| 276 "build_config_fs": "Debug", | 195 "build_config_fs": "Debug", |
| 277 "build_dir": "Path('[CHECKOUT]')", | 196 "build_dir": "Path('[CHECKOUT]')", |
| 278 "compile_py": { | 197 "compile_py": { |
| 279 "build_tool": "make", | 198 "build_tool": "make", |
| 280 "default_targets": [ | 199 "default_targets": [ |
| 281 "buildbot" | 200 "buildbot" |
| 282 ] | 201 ] |
| 283 }, | 202 }, |
| 284 "gyp_env": { | 203 "gyp_env": { |
| 285 "GYP_DEFINES": "v8_target_arch=mips" | 204 "GYP_DEFINES": "target_arch=mips v8_target_arch=mips" |
| 286 } | 205 } |
| 287 }, | 206 }, |
| 288 "x86_builder": { | 207 "x86_builder": "Cannot target x86 with TARGET_ARCH == mips", |
| 289 "build_config_fs": "Debug", | 208 "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [
Cannot target x86 with TARGET_ARCH == mips]", |
| 290 "build_dir": "Path('[CHECKOUT]', 'out')", | 209 "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" inc
ludes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == mips]", |
| 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\"" | 210 "xcodebuild": "can not use xcodebuild on \"linux\"" |
| 339 } | 211 } |
| OLD | NEW |