summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 18:43:09 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-07 18:43:09 +0000
commit93a2c7241cddc33af51cdc3daea03e414f544ec8 (patch)
tree1864bba1f4c906e7d67ac378814455ec24d8a992 /chrome/chrome.gyp
parent2e8f3dd5dbec1c494778713c47a42f6589ecbc86 (diff)
downloadchromium_src-93a2c7241cddc33af51cdc3daea03e414f544ec8.zip
chromium_src-93a2c7241cddc33af51cdc3daea03e414f544ec8.tar.gz
chromium_src-93a2c7241cddc33af51cdc3daea03e414f544ec8.tar.bz2
Hook up the prefs for the optional home buttons and page/wrench buttons. Move default registration of this pref out of platform code and into shared code to avoid having to do it in at least 3 places. Fix gradient buttons to not draw their borders unless asked.
BUG=13151 TEST=showing/hiding home button and page/wrench buttons should work. Menus for page/wrench should work except for a few straggler items that aren't yet implemented even in the main menubar. Review URL: http://codereview.chromium.org/155151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20052 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b5eceb7..5a95508 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -2469,6 +2469,9 @@
'app/theme/forward.pdf',
'app/theme/frozen_tab.png',
'app/theme/go.pdf',
+ 'app/theme/home.pdf',
+ 'app/theme/menu_chrome.pdf',
+ 'app/theme/menu_page.pdf',
'app/theme/nav.pdf',
'app/theme/newtab.pdf',
'app/theme/o2_globe.png',