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

Side by Side Diff: testing/gtest_ios/unittest-Info.plist

Issue 2677863002: Adds googleplaymusic to Info.plist for unittests (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>UIApplicationDelegate</key> 5 <key>UIApplicationDelegate</key>
6 <string>MainApplicationDelegate</string> 6 <string>MainApplicationDelegate</string>
7 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDevelopmentRegion</key>
8 <string>English</string> 8 <string>English</string>
9 <key>CFBundleDisplayName</key> 9 <key>CFBundleDisplayName</key>
10 <string>${PRODUCT_NAME}</string> 10 <string>${PRODUCT_NAME}</string>
(...skipping 24 matching lines...) Expand all
35 <string>googledocs-v2</string> 35 <string>googledocs-v2</string>
36 <string>googledocs-x-callback</string> 36 <string>googledocs-x-callback</string>
37 <string>googledocs</string> 37 <string>googledocs</string>
38 <string>googledrive-v1</string> 38 <string>googledrive-v1</string>
39 <string>googledrive-x-callback</string> 39 <string>googledrive-x-callback</string>
40 <string>googledrive</string> 40 <string>googledrive</string>
41 <string>googlegmail-x-callback</string> 41 <string>googlegmail-x-callback</string>
42 <string>googlegmail</string> 42 <string>googlegmail</string>
43 <string>googlephotos</string> 43 <string>googlephotos</string>
44 <string>googlephotos-x-callback</string> 44 <string>googlephotos-x-callback</string>
45 <string>googleplaymusic</string>
45 <string>googlesheets-v2</string> 46 <string>googlesheets-v2</string>
46 <string>googlesheets-x-callback</string> 47 <string>googlesheets-x-callback</string>
47 <string>googlesheets</string> 48 <string>googlesheets</string>
48 <string>googleslides-v2</string> 49 <string>googleslides-v2</string>
49 <string>googleslides-x-callback</string> 50 <string>googleslides-x-callback</string>
50 <string>googleslides</string> 51 <string>googleslides</string>
51 <string>gplus-v2</string> 52 <string>gplus-v2</string>
52 <string>gplus-v3</string> 53 <string>gplus-v3</string>
53 <string>gplus</string> 54 <string>gplus</string>
54 <string>vnd.google.calendar</string> 55 <string>vnd.google.calendar</string>
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 </dict> 184 </dict>
184 </array> 185 </array>
185 <key>UIBackgroundModes</key> 186 <key>UIBackgroundModes</key>
186 <array> 187 <array>
187 <string>fetch</string> 188 <string>fetch</string>
188 </array> 189 </array>
189 <key>SSOAuthURLScheme</key> 190 <key>SSOAuthURLScheme</key>
190 <string>${IOS_BUNDLE_ID_PREFIX}.sso.${PRODUCT_NAME:rfc1034identifier}</s tring> 191 <string>${IOS_BUNDLE_ID_PREFIX}.sso.${PRODUCT_NAME:rfc1034identifier}</s tring>
191 </dict> 192 </dict>
192 </plist> 193 </plist>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698