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

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

Issue 2507063008: iOS: Cleanup buildbot JSON files + bump iOS version to 10.0 (Closed)
Patch Set: Restored use_goma in gn_args Created 4 years, 1 month 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/ios32_sim_dbg.json
diff --git a/webrtc/build/ios/tryserver.webrtc/ios32_sim_dbg.json b/webrtc/build/ios/tryserver.webrtc/ios32_sim_dbg.json
index 6b4aacb5693380c81badd60baebde7a58fc2acc2..782f1613a8d841ad5abb646defd7b21abceaaf76 100644
--- a/webrtc/build/ios/tryserver.webrtc/ios32_sim_dbg.json
+++ b/webrtc/build/ios/tryserver.webrtc/ios32_sim_dbg.json
@@ -3,38 +3,25 @@
"kjellander"
],
"comments": [
- "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."
+ "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."
],
"xcode version": "8.0",
- "GYP_DEFINES": [
- "use_goma=1",
- "gomadir=$(goma_dir)",
- "chromium_ios_signing=0",
- "component=static_library",
- "target_arch=ia32"
- ],
"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=\"x86\""
+ "use_goma=true"
],
- "mb_type": "gn",
"use_analyze": false,
"compiler": "ninja",
"additional_compile_targets": [ "all" ],
"configuration": "Debug",
- "sdk": "iphonesimulator9.0",
+ "sdk": "iphonesimulator10.0",
"tests": [
{
"include": "common_tests.json",
- "device type": "iPhone 5s",
- "os": "9.0"
+ "device type": "iPhone 6s",
+ "os": "10.0"
}
]
}
« no previous file with comments | « webrtc/build/ios/client.webrtc/iOS64_Simulator_Debug.json ('k') | webrtc/build/ios/tryserver.webrtc/ios64_gn_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698