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

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

Issue 10069029: mac: Fix HighDPI mode on 10.7.3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« 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>CFBundleDevelopmentRegion</key> 5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</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>
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 </dict> 232 </dict>
233 </array> 233 </array>
234 <key>LSFileQuarantineEnabled</key> 234 <key>LSFileQuarantineEnabled</key>
235 <true/> 235 <true/>
236 <key>LSHasLocalizedDisplayName</key> 236 <key>LSHasLocalizedDisplayName</key>
237 <string>1</string> 237 <string>1</string>
238 <key>LSMinimumSystemVersion</key> 238 <key>LSMinimumSystemVersion</key>
239 <string>10.5.0</string> 239 <string>10.5.0</string>
240 <key>NSSupportsAutomaticGraphicsSwitching</key> 240 <key>NSSupportsAutomaticGraphicsSwitching</key>
241 <true/> 241 <true/>
242 <key>NSPrincipalClass</key>
Mark Mentovai 2012/04/12 20:46:43 Please keep this sorted. NSPrincipalClass < NSSupp
Nico 2012/04/12 20:55:23 Done.
243 <string>BrowserCrApplication</string>
242 <key>UTExportedTypeDeclarations</key> 244 <key>UTExportedTypeDeclarations</key>
243 <array> 245 <array>
244 <dict> 246 <dict>
245 <key>UTTypeConformsTo</key> 247 <key>UTTypeConformsTo</key>
246 <array> 248 <array>
247 <string>public.data</string> 249 <string>public.data</string>
248 </array> 250 </array>
249 <key>UTTypeDescription</key> 251 <key>UTTypeDescription</key>
250 <string>Chromium Extra</string> 252 <string>Chromium Extra</string>
251 <key>UTTypeIdentifier</key> 253 <key>UTTypeIdentifier</key>
252 <string>org.chromium.extension</string> 254 <string>org.chromium.extension</string>
253 <key>UTTypeTagSpecification</key> 255 <key>UTTypeTagSpecification</key>
254 <dict> 256 <dict>
255 <key>public.filename-extension</key> 257 <key>public.filename-extension</key>
256 <array> 258 <array>
257 <string>crx</string> 259 <string>crx</string>
258 </array> 260 </array>
259 </dict> 261 </dict>
260 </dict> 262 </dict>
261 </array> 263 </array>
262 </dict> 264 </dict>
263 </plist> 265 </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