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

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 | « no previous file | chrome/app/helper-Info.plist » ('j') | ui/gfx/gl/gl_context_cgl.cc » ('J')
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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
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>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/helper-Info.plist » ('j') | ui/gfx/gl/gl_context_cgl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698