Edward Lemur 904c96c694 Fix typo in iOS64 Perf configuration.
TBR=phoglund@webrtc.org

Bug: webrtc:7156
No-Try: true
Change-Id: I34fb403a4462af07f76d64db64f85207060163ab
Reviewed-on: https://webrtc-review.googlesource.com/20503
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20575}
2017-11-06 21:29:20 +00:00

29 lines
570 B
JSON

{
"comments": [
"Tests for 64-bit iOS devices."
],
"xcode version": "9.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
"is_component_build=false",
"is_debug=false",
"target_cpu=\"arm64\"",
"target_os=\"ios\"",
"use_goma=true"
],
"env": {
"MAC_TOOLCHAIN_REVISION": "8E2002-1"
},
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"bucket": "chromium-webrtc",
"tests": [
{
"include": "perf_tests.json",
"device type": "iPhone 7",
"os": "11.0.3"
}
]
}