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

Unified Diff: chrome/chrome.gyp

Issue 194116: Give a document icon to Chromium for file types it can view when preview is t... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 side-by-side diff with in-line comments
Download patch
« chrome/app/app-Info.plist ('K') | « chrome/app/theme/chromium/document.icns ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 26207)
+++ chrome/chrome.gyp (working copy)
@@ -3195,7 +3195,10 @@
# (e.g. "Chromium", "Chrome")
'conditions': [
['branding=="Chrome"', {
- 'mac_bundle_resources': ['app/theme/google_chrome/app.icns'],
+ 'mac_bundle_resources': [
+ 'app/theme/google_chrome/app.icns',
+ 'app/theme/google_chrome/document.icns',
+ ],
'copies': [
{
'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS',
@@ -3207,7 +3210,10 @@
},
],
}, { # else: 'branding!="Chrome"
- 'mac_bundle_resources': ['app/theme/chromium/app.icns'],
+ 'mac_bundle_resources': [
+ 'app/theme/chromium/app.icns',
+ 'app/theme/chromium/document.icns',
+ ],
'copies': [
{
'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS',
« chrome/app/app-Info.plist ('K') | « chrome/app/theme/chromium/document.icns ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698