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

Unified Diff: ios/third_party/earl_grey/earl_grey.gyp

Issue 1902373003: Add support for ios_web_shell xctest for devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | ios/third_party/ochamcrest/ochamcrest.gyp » ('j') | ios/third_party/ochamcrest/ochamcrest.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/earl_grey/earl_grey.gyp
diff --git a/ios/third_party/earl_grey/earl_grey.gyp b/ios/third_party/earl_grey/earl_grey.gyp
index ba01c5030590c6640c0360b51342648a2ca911de..cdd6fcd14b2956cf5aea3e833f2868aaa5579a98 100644
--- a/ios/third_party/earl_grey/earl_grey.gyp
+++ b/ios/third_party/earl_grey/earl_grey.gyp
@@ -269,6 +269,9 @@
'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
'USE_HEADERMAP': 'YES',
'CLANG_ENABLE_OBJC_ARC': 'YES',
+ 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
+ 'BUNDLE_IDENTIFIER': 'com.google.earlgrey.EarlGrey',
+ 'INFOPLIST_FILE': 'src/EarlGrey-Info.plist',
sdefresne 2016/04/21 16:27:09 File missing?
justincohen 2016/04/24 20:26:44 No, this file lives in eg third party.
},
'link_settings': {
'libraries': [
« no previous file with comments | « no previous file | ios/third_party/ochamcrest/ochamcrest.gyp » ('j') | ios/third_party/ochamcrest/ochamcrest.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698