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

Unified Diff: testing/gtest_ios/unittest-Info.plist

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « testing/gmock_mutant.h ('k') | testing/gtest_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest_ios/unittest-Info.plist
diff --git a/testing/gtest_ios/unittest-Info.plist b/testing/gtest_ios/unittest-Info.plist
index f443580cca2891c817d79439833b5d29ac025595..6b3c09453c559b3778ca2091a75da83cf993d2e1 100644
--- a/testing/gtest_ios/unittest-Info.plist
+++ b/testing/gtest_ios/unittest-Info.plist
@@ -22,6 +22,8 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>NSMainNibFile</key>
+ <string>${MAIN_NIB_FILE}</string>
<key>UILaunchImages</key>
<array>
<dict>
@@ -104,6 +106,42 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>com.google.sso.chrome</string>
+ <string>${BUNDLE_ID_TEST_NAME}.http</string>
+ <string>${BUNDLE_ID_TEST_NAME}.https</string>
+ <string>${BUNDLE_ID_TEST_NAME}-x-callback</string>
+ </array>
+ </dict>
+ </array>
+ <key>UTImportedTypeDeclarations</key>
+ <array>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.url</string>
+ <string>org.appextension.find-login-action</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>Chrome Password Fill by App Extension Action</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.appextension.chrome-password-action</string>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.url</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>1Password Find Login Action</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.appextension.find-login-action</string>
+ </dict>
+ </array>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
« no previous file with comments | « testing/gmock_mutant.h ('k') | testing/gtest_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698