summaryrefslogtreecommitdiffstats
path: root/ios/build/bots/chromium.mac/iOS_Device_GN.json
blob: 1325aa506137a31e0314ef157b219cfb02bd32f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "owners": [
    "dpranke",
    "smut"
  ],
  "comments": [
    "GN + Ninja fat binary builder."
  ],
  "xcode version": "7.0",
  "GYP_DEFINES": {
    "chromium_ios_signing": "0",
    "gomadir": "$(goma_dir)",
    "target_subarch": "both",
    "use_goma": "1"
  },
  "gn_args": [
    "goma_dir=\"$(goma_dir)\"",
    "ios_enable_code_signing=false",
    "target_cpu=\"arm\"",
    "target_os=\"ios\"",
    "use_goma=true"
  ],
  "mb_type": "gn",
  "compiler": "ninja",
  "additional_compile_targets": ["gn_all"],
  "configuration": "Release",
  "sdk": "iphoneos9.0",
  "tests": [
  ]
}