OLD | NEW |
1 { | 1 { |
2 "owners": [ | 2 "owners": [ |
3 "hans" | 3 "hans" |
4 ], | 4 ], |
5 "comments": [ | 5 "comments": [ |
6 "Clang tip-of-tree builder for iOS." | 6 "Clang tip-of-tree builder for iOS." |
7 ], | 7 ], |
8 "xcode version": "7.0", | 8 "xcode version": "7.0", |
9 "GYP_DEFINES": [ | 9 "GYP_DEFINES": [ |
10 "OS=ios", | 10 "OS=ios", |
11 "chromium_ios_signing=0", | 11 "chromium_ios_signing=0", |
12 "component=static_library", | 12 "component=static_library", |
13 "clang_use_chrome_plugins=0", | 13 "clang_use_chrome_plugins=0", |
14 "target_subarch=arm32", | 14 "target_subarch=arm32", |
15 "werror=" | 15 "werror=" |
16 ], | 16 ], |
| 17 "gn_args": [ |
| 18 "component=static_library", |
| 19 "ios_enable_code_signing=false", |
| 20 "target_cpu=\"arm\"", |
| 21 "target_os=\"ios\"" |
| 22 ], |
17 "env": { | 23 "env": { |
18 "LLVM_FORCE_HEAD_REVISION": "YES" | 24 "LLVM_FORCE_HEAD_REVISION": "YES" |
19 }, | 25 }, |
20 "mb_type": "gyp", | 26 "mb_type": "gn", |
21 "compiler": "ninja", | 27 "compiler": "ninja", |
| 28 "additional_compile_targets": ["gn_all"], |
22 "configuration": "Release", | 29 "configuration": "Release", |
23 "sdk": "iphoneos9.0", | 30 "sdk": "iphoneos9.0", |
24 "tests": [ | 31 "tests": [ |
25 ] | 32 ] |
26 } | 33 } |
OLD | NEW |