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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator-cronet.json

Issue 2169203002: Update ios-simulator-cronet to use the 9.3 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator-cronet.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator-cronet.json b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
index ba73a76e63fe802f6fade7b3ffb9d350d16b8ad6..25e8a533e898950d85f12c48a11965a92eb6bfa1 100644
--- a/ios/build/bots/chromium.mac/ios-simulator-cronet.json
+++ b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
@@ -6,7 +6,7 @@
"Cronet tests for 32- and 64-bit iOS 9.0 simulators.",
"Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
],
- "xcode version": "7.0",
+ "xcode version": "7.3",
"GYP_DEFINES": [
"OS=ios",
"chromium_ios_signing=0",
@@ -23,17 +23,17 @@
"mb_type": "gyp",
"compiler": "ninja",
"configuration": "Debug",
- "sdk": "iphonesimulator9.0",
+ "sdk": "iphonesimulator9.3",
"tests": [
{
"app": "cronet_test",
"device type": "iPhone 5s",
- "os": "9.0"
+ "os": "9.3"
},
{
"app": "cronet_test",
"device type": "iPad Retina",
- "os": "9.0"
+ "os": "9.3"
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698