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

Unified Diff: tools-webrtc/ios/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).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/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).json
diff --git a/tools-webrtc/ios/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).json b/tools-webrtc/ios/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).json
index f5b02fdd196357a1bae0fd3ec316775085a9d656..b3c0028f5926fdf8ebf09a8efcdc31604e0d443b 100644
--- a/tools-webrtc/ios/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).json
+++ b/tools-webrtc/ios/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).json
@@ -1,14 +1,14 @@
{
"comments": [
- "Tests for 32-bit iOS simulators.",
- "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."
+ "Tests for 32-bit iOS simulators."
],
"xcode version": "8.0",
"gn_args": [
+ "goma_dir=\"$(goma_dir)\"",
+ "is_component_build=false",
"is_debug=true",
"target_cpu=\"x86\"",
+ "target_os=\"ios\"",
"use_goma=true"
],
"additional_compile_targets": [ "all" ],

Powered by Google App Engine
This is Rietveld 408576698