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

Side by Side Diff: chrome/app/app-Info.plist

Issue 345057: EN, mf, DO YOU SPEAK IT? (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/app/framework-Info.plist » ('j') | 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>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 » <string>en-US</string> 6 » <string>en</string>
7 <key>CFBundleDisplayName</key> 7 <key>CFBundleDisplayName</key>
8 <string>${EXECUTABLE_NAME}</string> 8 <string>${EXECUTABLE_NAME}</string>
9 <key>CFBundleDocumentTypes</key> 9 <key>CFBundleDocumentTypes</key>
10 <array> 10 <array>
11 <dict> 11 <dict>
12 <key>CFBundleTypeExtensions</key> 12 <key>CFBundleTypeExtensions</key>
13 <array> 13 <array>
14 <string>gif</string> 14 <string>gif</string>
15 </array> 15 </array>
16 <key>CFBundleTypeIconFile</key> 16 <key>CFBundleTypeIconFile</key>
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 <dict> 203 <dict>
204 <key>public.filename-extension</key> 204 <key>public.filename-extension</key>
205 <array> 205 <array>
206 <string>crx</string> 206 <string>crx</string>
207 </array> 207 </array>
208 </dict> 208 </dict>
209 </dict> 209 </dict>
210 </array> 210 </array>
211 </dict> 211 </dict>
212 </plist> 212 </plist>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/framework-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698