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

Unified Diff: tools-webrtc/ios/client.webrtc/iOS64_Release.json

Issue 2685813003: iOS: Fix breakage caused by buildbot recipe update (Closed)
Patch Set: Proper strings for target_cpu Created 3 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 side-by-side diff with in-line comments
Download patch
Index: tools-webrtc/ios/client.webrtc/iOS64_Release.json
diff --git a/tools-webrtc/ios/client.webrtc/iOS64_Release.json b/tools-webrtc/ios/client.webrtc/iOS64_Release.json
index fe5b894214e4bbf4999a7e23b20c4426053a6d11..1cc6e2ae0295bfb679fd14cd209c71cc454409c8 100644
--- a/tools-webrtc/ios/client.webrtc/iOS64_Release.json
+++ b/tools-webrtc/ios/client.webrtc/iOS64_Release.json
@@ -1,7 +1,4 @@
{
- "owners": [
- "kjellander"
- ],
"comments": [
"Builder for 64-bit devices.",
"gn_args in this file is only read by the buildbot recipe; ",
@@ -10,9 +7,10 @@
],
"xcode version": "8.0",
"gn_args": [
+ "is_debug=false",
+ "target_cpu=\"arm64\"",
"use_goma=true"
],
- "compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Release",
"sdk": "iphoneos10.0",
« no previous file with comments | « tools-webrtc/ios/client.webrtc/iOS64_Debug.json ('k') | tools-webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698