Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 250 <string>org.chromium.extension</string> | 250 <string>org.chromium.extension</string> |
| 251 <key>UTTypeTagSpecification</key> | 251 <key>UTTypeTagSpecification</key> |
| 252 <dict> | 252 <dict> |
| 253 <key>public.filename-extension</key> | 253 <key>public.filename-extension</key> |
| 254 <array> | 254 <array> |
| 255 <string>crx</string> | 255 <string>crx</string> |
| 256 </array> | 256 </array> |
| 257 </dict> | 257 </dict> |
| 258 </dict> | 258 </dict> |
| 259 </array> | 259 </array> |
| 260 <key>NSSupportsAutomaticGraphicsSwitching</key> | |
|
Mark Mentovai
2011/10/12 00:48:18
Keep the keys in this file sorted. You’ll note tha
Ken Russell (switch to Gerrit)
2011/10/12 01:16:36
Done.
| |
| 261 <true/> | |
| 260 </dict> | 262 </dict> |
| 261 </plist> | 263 </plist> |
| OLD | NEW |