iOS: Fix JSON for tryserver configurations.
Use boolean values instead of strings. With this landed https://codereview.chromium.org/1723033003/ can be reverted. BUG=498746 R=smut@google.com Review URL: https://codereview.webrtc.org/1728743002 . Cr-Commit-Position: refs/heads/master@{#11724}
This commit is contained in:
parent
fffa42b57e
commit
71d9721bdc
@ -10,7 +10,7 @@
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "ia32"
|
||||
},
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.0",
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
"target_os=\"ios\""
|
||||
],
|
||||
"mb_type": "gn",
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
"target_os=\"ios\""
|
||||
],
|
||||
"mb_type": "gn",
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "x64"
|
||||
},
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphonesimulator9.0",
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm64"
|
||||
},
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm64"
|
||||
},
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm"
|
||||
},
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Debug",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"chromium_ios_signing": "0",
|
||||
"target_arch": "arm"
|
||||
},
|
||||
"use_analyze": "false",
|
||||
"use_analyze": false,
|
||||
"compiler": "ninja",
|
||||
"configuration": "Release",
|
||||
"sdk": "iphoneos9.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user