Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Side by Side Diff: ios/build/bots/chromium.fyi/Chromium_iOS_Simulator_(dbg).json

Issue 918213004: Force chromium_ios_signing=0 on iOS bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "smut" 3 "smut"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 32-bit iOS 7.1 iPhone simulator." 6 "Tests for 32-bit iOS 7.1 iPhone simulator."
7 ], 7 ],
8 "xcode version": "5.1.1", 8 "xcode version": "5.1.1",
9 "GYP_DEFINES": { 9 "GYP_DEFINES": {
10 "chromium_ios_signing": "0",
10 "target_subarch": "arm32" 11 "target_subarch": "arm32"
11 }, 12 },
12 "compiler": "xcodebuild", 13 "compiler": "xcodebuild",
13 "configuration": "Debug", 14 "configuration": "Debug",
14 "sdk": "iphonesimulator7.1", 15 "sdk": "iphonesimulator7.1",
15 "tests": [ 16 "tests": [
16 { 17 {
17 "app": "ios_chrome_unittests", 18 "app": "ios_chrome_unittests",
18 "device type": "iPhone Retina (4-inch)", 19 "device type": "iPhone Retina (4-inch)",
19 "os": "7.1" 20 "os": "7.1"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "device type": "iPhone Retina (4-inch)", 69 "device type": "iPhone Retina (4-inch)",
69 "os": "7.1" 70 "os": "7.1"
70 }, 71 },
71 { 72 {
72 "app": "sql_unittests", 73 "app": "sql_unittests",
73 "device type": "iPhone Retina (4-inch)", 74 "device type": "iPhone Retina (4-inch)",
74 "os": "7.1" 75 "os": "7.1"
75 } 76 }
76 ] 77 ]
77 } 78 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698