OLD | NEW |
---|---|
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "smut" | 3 "hans" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Builder for fat binaries using ninja." | 6 "Clang tip-of-tree builder for iOS" |
7 ], | 7 ], |
8 "xcode version": "6.2", | 8 "xcode version": "6.2", |
9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
11 "target_subarch": "both" | 11 "clang_use_chrome_plugins": "0", |
12 "LLVM_FORCE_HEAD_REVISION": "YES", | |
Nico
2015/05/19 00:16:17
is this a gyp define? you need this as env var, no
hans
2015/05/19 00:19:22
You're right. I don't know what consumes this json
| |
13 "target_subarch": "arm32", | |
14 "werror": "" | |
12 }, | 15 }, |
13 "compiler": "ninja", | 16 "compiler": "ninja", |
14 "configuration": "Release", | 17 "configuration": "Release", |
15 "sdk": "iphoneos8.2", | 18 "sdk": "iphoneos8.2", |
16 "tests": [ | 19 "tests": [ |
17 ] | 20 ] |
18 } | 21 } |
OLD | NEW |