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

Unified Diff: ios/third_party/ochamcrest/ochamcrest.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
Index: ios/third_party/ochamcrest/ochamcrest.gyp
diff --git a/ios/third_party/ochamcrest/ochamcrest.gyp b/ios/third_party/ochamcrest/ochamcrest.gyp
index 5fcfa7a47680f521c6b52d7dd7bb10271e5145b6..9ca749bac2dc6c5966b12ab88b3b156ac416101f 100644
--- a/ios/third_party/ochamcrest/ochamcrest.gyp
+++ b/ios/third_party/ochamcrest/ochamcrest.gyp
@@ -227,6 +227,9 @@
'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
'USE_HEADERMAP': 'YES',
'CLANG_ENABLE_ARC': 'YES',
+ 'CODE_SIGN_IDENTITY[sdk=iphoneos*]': 'iPhone Developer',
+ 'PRODUCT_BUNDLE_IDENTIFIER': 'org.hamcrest.OCHamcrest.OCHamcrest-iOS',
+ 'INFOPLIST_FILE': 'src/Source/OCHamcrest-Info.plist',
sdefresne 2016/04/21 16:27:09 File missing?
justincohen 2016/04/24 20:26:45 No, this file lives in OC third party.
},
'include_dirs': [
'src',

Powered by Google App Engine
This is Rietveld 408576698