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

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: Moved ios/clang builder to chromium.fyi 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..d36d5f1131f6adc004a16c18acb630fdf3f33f70 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -311,7 +311,7 @@ F('ios_rel', ios().ChromiumFactory(
tests=[],
options = [
'--', '-project', '../build/all.xcodeproj', '-sdk',
- 'iphoneos6.1', '-target' , 'All'],
+ 'iphoneos6.1', '-target' , 'All'], # for xcode 4.6. Use 'iphoneos' for 5.
ghost stip (do not use) 2013/12/05 21:04:25 capitalize 'for' might be a better idea to put th
factory_properties={
'app_name': 'Chromium.app',
'gclient_deps': 'ios',

Powered by Google App Engine
This is Rietveld 408576698