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

Unified Diff: tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json

Issue 2919783002: iOS: Update device testing configuration (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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json
diff --git a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json
index 37074b6f3e89ca71bd4f176684b58323fec2c0ff..8f49da666ca1f653bb73e96846357d09309ebe3a 100644
--- a/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json
+++ b/tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json
@@ -5,20 +5,25 @@
"xcode version": "8.0",
"gn_args": [
"goma_dir=\"$(goma_dir)\"",
+ "additional_target_cpus=[\"arm\"]",
"is_component_build=false",
"is_debug=true",
- "target_cpu=\"x64\"",
+ "target_cpu=\"arm64\"",
"target_os=\"ios\"",
"use_goma=true"
],
+ "env": {
+ "MAC_TOOLCHAIN_REVISION": "8E2002-1"
+ },
"use_analyze": false,
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
+ "bucket": "bling-archive",
smut 2017/06/02 22:34:42 You could use your chromium-webrtc bucket here too
kjellander_webrtc 2017/06/07 10:52:42 Ah, sorry. I missed this. Will make a follow-up CL
"tests": [
{
- "include": "common_tests.json",
+ "app": "modules_unittests",
"device type": "iPhone 6s",
- "os": "10.0"
+ "os": "10.0.1"
}
]
}
« 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