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

Side by Side Diff: tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json

Issue 2903843002: Add JSON and MB configs for the internal iOS bots. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "comments": [
3 "Tests for 64-bit iOS devices."
4 ],
5 "xcode version": "8.0",
6 "gn_args": [
7 "goma_dir=\"$(goma_dir)\"",
8 "is_component_build=false",
9 "is_debug=true",
10 "target_cpu=\"x64\"",
kjellander_webrtc 2017/06/01 11:35:35 This should have been arm64 etc. Sorry for missing
11 "target_os=\"ios\"",
12 "use_goma=true"
13 ],
14 "use_analyze": false,
15 "additional_compile_targets": [ "all" ],
16 "configuration": "Debug",
17 "tests": [
18 {
19 "include": "common_tests.json",
20 "device type": "iPhone 6s",
21 "os": "10.0"
22 }
23 ]
24 }
OLDNEW
« no previous file with comments | « no previous file | tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698