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

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

Issue 8233027: Support dynamic switching between integrated and discrete GPUs on Mac OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « base/memory/scoped_generic_obj.h ('k') | chrome/app/helper-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</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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 <string>file</string> 230 <string>file</string>
231 </array> 231 </array>
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>
241 <true/>
240 <key>UTExportedTypeDeclarations</key> 242 <key>UTExportedTypeDeclarations</key>
241 <array> 243 <array>
242 <dict> 244 <dict>
243 <key>UTTypeConformsTo</key> 245 <key>UTTypeConformsTo</key>
244 <array> 246 <array>
245 <string>public.data</string> 247 <string>public.data</string>
246 </array> 248 </array>
247 <key>UTTypeDescription</key> 249 <key>UTTypeDescription</key>
248 <string>Chromium Extra</string> 250 <string>Chromium Extra</string>
249 <key>UTTypeIdentifier</key> 251 <key>UTTypeIdentifier</key>
250 <string>org.chromium.extension</string> 252 <string>org.chromium.extension</string>
251 <key>UTTypeTagSpecification</key> 253 <key>UTTypeTagSpecification</key>
252 <dict> 254 <dict>
253 <key>public.filename-extension</key> 255 <key>public.filename-extension</key>
254 <array> 256 <array>
255 <string>crx</string> 257 <string>crx</string>
256 </array> 258 </array>
257 </dict> 259 </dict>
258 </dict> 260 </dict>
259 </array> 261 </array>
260 </dict> 262 </dict>
261 </plist> 263 </plist>
OLDNEW
« no previous file with comments | « base/memory/scoped_generic_obj.h ('k') | chrome/app/helper-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698