webrtc_m130/webrtc/build/ios/client.webrtc.fyi/iOS32_Simulator_Debug.json
kjellander 569cf942c0 PRESUBMIT: Add check for JSON parse errors + fix JSON
The PRESUBMIT code is basically a stripped-down copy of the code in
Chromium's src/PRESUBMIT.py.

BUG=chromium:498746
TESTED=I verified with 'git cl presubmit' that the existing
error was found. Then I ran it again after fixing it, with
presubmit passing.
NOTRY=True

Review URL: https://codereview.webrtc.org/1682393002

Cr-Commit-Position: refs/heads/master@{#11572}
2016-02-11 13:03:05 +00:00

26 lines
465 B
JSON

{
"owners": [
"kjellander"
],
"comments": [
"Tests for 32-bit iOS 9.0 simulators."
],
"xcode version": "7.0",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
"target_arch": "ia32",
"use_goma": "1",
"gomadir": "$(goma_dir)"
},
"compiler": "ninja",
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"tests": [
{
"include": "common_tests.json",
"device type": "iPhone 5s",
"os": "9.0"
}
]
}