Chromium Code Reviews| 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': [ |