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

Unified Diff: tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json

Issue 2688103002: iOS: Use JSON for GN configuration instead of MB + remove symbols (Closed)
Patch Set: Enabling code signing on simulators 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/tryserver.webrtc/ios_arm64_rel.json
diff --git a/tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json b/tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json
index 7645fd3b679ff9cf465f4c4f209a165aca82248e..1f346dd6e1bb1ec04ee69e5b938c126ba3c63750 100644
--- a/tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json
+++ b/tools-webrtc/ios/tryserver.webrtc/ios_arm64_rel.json
@@ -1,14 +1,16 @@
{
"comments": [
- "Builder for 64-bit devices.",
- "gn_args in this file is only read by the buildbot recipe; ",
- "webrtc/build/mb_config.pyl contains the actual build configuration.",
- "TODO(kjellander): remove gn_args when the recipe is updated."
+ "Builder for 64-bit devices."
],
"xcode version": "8.0",
"gn_args": [
+ "goma_dir=\"$(goma_dir)\"",
+ "dcheck_always_on=true",
+ "ios_enable_code_signing=false",
+ "is_component_build=false",
"is_debug=false",
"target_cpu=\"arm64\"",
+ "target_os=\"ios\"",
"use_goma=true"
],
"use_analyze": false,

Powered by Google App Engine
This is Rietveld 408576698