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

Unified Diff: test/ios/app-bundle/test-device.gyp

Issue 25355002: ninja/mac: Create -iphoneos device builds for iOS ninja generator. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Missing file Created 7 years, 2 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: test/ios/app-bundle/test-device.gyp
===================================================================
--- test/ios/app-bundle/test-device.gyp (revision 1747)
+++ test/ios/app-bundle/test-device.gyp (working copy)
@@ -2,22 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'target_defaults': {
- 'configurations': {
- 'Debug-iphoneos': {
- 'xcode_settings': {
- 'ARCHS': [ 'armv7' ],
- 'SDKROOT': 'iphoneos', # -isysroot
- },
- },
- 'Debug-iphonesimulator': {
- 'xcode_settings': {
- 'ARCHS': [ 'i386' ],
- 'SDKROOT': 'iphonesimulator', # -isysroot
- },
- },
- },
- },
'make_global_settings': [
['CC', '/usr/bin/clang'],
],
@@ -45,6 +29,7 @@
'OTHER_CFLAGS': [
'-fobjc-abi-version=2',
],
+ 'SDKROOT': 'iphonesimulator', # -isysroot
'INFOPLIST_FILE': 'TestApp/TestApp-Info.plist',
'IPHONEOS_DEPLOYMENT_TARGET': '4.2',
},

Powered by Google App Engine
This is Rietveld 408576698