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

Unified Diff: webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json

Issue 2239643002: iOS: Update MB and JSON configs + enable Goma (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing change to ios64_gn_dbg.json 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/client.webrtc/iOS64_Simulator_Debug.json
diff --git a/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json b/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
index c997b5241edb21736a641c2051fc1e44e3b76522..14b93884ddc3d82ad282234e3c80f9bcd42f2dfe 100644
--- a/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
+++ b/webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json
@@ -3,13 +3,28 @@
"kjellander"
],
"comments": [
- "Tests for 32-bit iOS 9.0 simulators."
+ "Tests for 32-bit iOS 9.0 simulators.",
+ "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": "x64"
- },
+ "GYP_DEFINES": [
+ "use_goma=1",
+ "gomadir=$(goma_dir)",
+ "chromium_ios_signing=0",
+ "component=static_library",
+ "target_arch=x64"
+ ],
+ "gn_args": [
+ "is_debug=true",
+ "target_os=\"ios\"",
+ "ios_enable_code_signing=false",
+ "is_component_build=false",
+ "use_goma=true",
+ "goma_dir=\"$(goma_dir)\"",
+ "target_cpu=\"x64\""
+ ],
+ "mb_type": "gyp",
"compiler": "ninja",
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
« no previous file with comments | « webrtc/build/ios/client.webrtc/iOS64_Release_(GN).json ('k') | webrtc/build/ios/tryserver.webrtc/ios32_sim_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698