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

Unified Diff: masters/master.chromium.mac/master_mac_cfg.py

Issue 66953010: Added an iOS Device ninja build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Reverted buildbot_url definition displacement Created 7 years 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: masters/master.chromium.mac/master_mac_cfg.py
diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py
index 3b87ec5676cb7b36927396f2af87eeeac60cb850..ff4b73e1e2a1bf41cb8d0a960b268914046cbe92 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -310,8 +310,9 @@ F('ios_rel', ios().ChromiumFactory(
clobber=True,
tests=[],
options = [
- '--', '-project', '../build/all.xcodeproj', '-sdk',
- 'iphoneos6.1', '-target' , 'All'],
+ '--', '-project', '../build/all.xcodeproj',
+ # Use 'iphoneos6.1' sdk for Xcode 4.6 and 'iphoneos' for Xcode 5.
+ '-sdk', 'iphoneos6.1', '-target' , 'All'],
factory_properties={
'app_name': 'Chromium.app',
'gclient_deps': 'ios',
« masters/master.chromium.fyi/master.cfg ('K') | « masters/master.chromium.fyi/slaves.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698