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

Side by Side Diff: ios/build/bots/chromium.mac/iOS_Simulator_(dbg).json

Issue 983413004: Eliminate ui/ios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
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 "chromium_ios_signing": "0",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "app": "net_unittests", 58 "app": "net_unittests",
59 "device type": "iPhone Retina (4-inch)", 59 "device type": "iPhone Retina (4-inch)",
60 "os": "7.1" 60 "os": "7.1"
61 }, 61 },
62 { 62 {
63 "app": "ui_base_unittests", 63 "app": "ui_base_unittests",
64 "device type": "iPhone Retina (4-inch)", 64 "device type": "iPhone Retina (4-inch)",
65 "os": "7.1" 65 "os": "7.1"
66 }, 66 },
67 { 67 {
68 "app": "ui_ios_unittests",
69 "device type": "iPhone Retina (4-inch)",
70 "os": "7.1"
71 },
72 {
73 "app": "sync_unit_tests", 68 "app": "sync_unit_tests",
74 "device type": "iPhone Retina (4-inch)", 69 "device type": "iPhone Retina (4-inch)",
75 "os": "7.1" 70 "os": "7.1"
76 }, 71 },
77 { 72 {
78 "app": "sql_unittests", 73 "app": "sql_unittests",
79 "device type": "iPhone Retina (4-inch)", 74 "device type": "iPhone Retina (4-inch)",
80 "os": "7.1" 75 "os": "7.1"
81 }, 76 },
82 { 77 {
83 "app": "skia_unittests", 78 "app": "skia_unittests",
84 "device type": "iPhone Retina (4-inch)", 79 "device type": "iPhone Retina (4-inch)",
85 "os": "7.1" 80 "os": "7.1"
86 } 81 }
87 ] 82 ]
88 } 83 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698