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

Side by Side Diff: webrtc/build/ios/tryserver.webrtc/ios64_sim_dbg.json

Issue 1728743002: iOS: Fix JSON for tryserver configurations. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "kjellander" 3 "kjellander"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 32-bit iOS 9.0 simulators." 6 "Tests for 32-bit iOS 9.0 simulators."
7 ], 7 ],
8 "xcode version": "7.0", 8 "xcode version": "7.0",
9 "GYP_DEFINES": { 9 "GYP_DEFINES": {
10 "chromium_ios_signing": "0", 10 "chromium_ios_signing": "0",
11 "target_arch": "x64" 11 "target_arch": "x64"
12 }, 12 },
13 "use_analyze": "false", 13 "use_analyze": false,
14 "compiler": "ninja", 14 "compiler": "ninja",
15 "configuration": "Debug", 15 "configuration": "Debug",
16 "sdk": "iphonesimulator9.0", 16 "sdk": "iphonesimulator9.0",
17 "tests": [ 17 "tests": [
18 { 18 {
19 "include": "common_tests.json", 19 "include": "common_tests.json",
20 "device type": "iPhone 5s", 20 "device type": "iPhone 5s",
21 "os": "9.0" 21 "os": "9.0"
22 } 22 }
23 ] 23 ]
24 } 24 }
OLDNEW
« no previous file with comments | « webrtc/build/ios/tryserver.webrtc/ios64_gn_rel.json ('k') | webrtc/build/ios/tryserver.webrtc/ios_arm64_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698