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

Unified Diff: test/ios/extension/extension.gyp

Issue 762673002: Add support for iOS WatchKit apps in GYP (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Specify code sign identity in extension test Created 6 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
« no previous file with comments | « pylib/gyp/xcodeproj_file.py ('k') | test/ios/gyptest-watch.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/ios/extension/extension.gyp
diff --git a/test/ios/extension/extension.gyp b/test/ios/extension/extension.gyp
index 6fa468ccb80d81e5e23d336abfd225db5d99e26a..cf17d82dc4efd73ac01461aa6b17e6723e70a886 100644
--- a/test/ios/extension/extension.gyp
+++ b/test/ios/extension/extension.gyp
@@ -48,6 +48,7 @@
'ARCHS': [ 'armv7' ],
'SDKROOT': 'iphoneos',
'IPHONEOS_DEPLOYMENT_TARGET': '7.0',
+ 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
},
},
{
@@ -76,6 +77,7 @@
'ARCHS': [ 'armv7' ],
'SDKROOT': 'iphoneos',
'IPHONEOS_DEPLOYMENT_TARGET': '7.0',
+ 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
},
},
],
« no previous file with comments | « pylib/gyp/xcodeproj_file.py ('k') | test/ios/gyptest-watch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698