| 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": [ | 17 "gn_args": [ |
| 18 "is_component_build=false", | 18 "is_component_build=false", |
| 19 "ios_enable_code_signing=false", | 19 "ios_enable_code_signing=false", |
| 20 "llvm_force_head_revision=true", |
| 20 "target_cpu=\"arm\"", | 21 "target_cpu=\"arm\"", |
| 21 "target_os=\"ios\"" | 22 "target_os=\"ios\"" |
| 22 ], | 23 ], |
| 23 "env": { | 24 "env": { |
| 24 "LLVM_FORCE_HEAD_REVISION": "YES" | 25 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 25 }, | 26 }, |
| 26 "mb_type": "gn", | 27 "mb_type": "gn", |
| 27 "compiler": "ninja", | 28 "compiler": "ninja", |
| 28 "additional_compile_targets": ["gn_all"], | 29 "additional_compile_targets": ["gn_all"], |
| 29 "configuration": "Release", | 30 "configuration": "Release", |
| 30 "sdk": "iphoneos9.0", | 31 "sdk": "iphoneos9.0", |
| 31 "tests": [ | 32 "tests": [ |
| 32 ] | 33 ] |
| 33 } | 34 } |
| OLD | NEW |