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

Unified Diff: webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json

Issue 2239643002: iOS: Update MB and JSON configs + enable Goma (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Complete configs Created 4 years, 4 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: webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json
diff --git a/webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json b/webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json
index 138d13f1a9d8b04b30cff5685e97a3c88b9db02f..8a7dba18ae880987f8d9f59d6e0adf65c0e3ea7b 100644
--- a/webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json
+++ b/webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json
@@ -3,17 +3,26 @@
"kjellander"
],
"comments": [
- "GN + Ninja builder."
+ "GN + Ninja builder.",
+ "GYP_DEFINES and gn_args in this file are only used during runhooks; ",
+ "webrtc/build/mb_config.pyl decides the generated projects that are compiled."
],
"xcode version": "7.0",
- "GYP_DEFINES": {
- "chromium_ios_signing": "0",
- "target_arch": "arm64"
- },
+ "GYP_DEFINES": [
+ "use_goma=1",
+ "gomadir=$(goma_dir)",
+ "chromium_ios_signing=0",
+ "component=static_library",
+ "target_arch=arm64"
+ ],
"gn_args": [
+ "is_debug=true",
+ "target_os=\"ios\"",
"ios_enable_code_signing=false",
- "target_cpu=\"arm\"",
- "target_os=\"ios\""
+ "is_component_build=false",
+ "use_goma=true",
+ "goma_dir=\"$(goma_dir)\"",
+ "target_cpu=\"arm64\""
],
"mb_type": "gn",
"use_analyze": false,

Powered by Google App Engine
This is Rietveld 408576698