diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 02:31:02 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 02:31:02 +0000 |
commit | 6e853c3ad131fe6713ce8efbac2270fee26ab5b2 (patch) | |
tree | d0c9c8a5d1949cbdd108059add44b86b989514f4 /chrome/app | |
parent | 26e99ffd2a4179aefe5dbf8cbd5da74c0bc7a76b (diff) | |
download | chromium_src-6e853c3ad131fe6713ce8efbac2270fee26ab5b2.zip chromium_src-6e853c3ad131fe6713ce8efbac2270fee26ab5b2.tar.gz chromium_src-6e853c3ad131fe6713ce8efbac2270fee26ab5b2.tar.bz2 |
Add ability to theme our buttons.
BUG=12762
TEST=Verify that buttons can be themed.
Review URL: http://codereview.chromium.org/119025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/back_mask.png | bin | 0 -> 201 bytes | |||
-rw-r--r-- | chrome/app/theme/button_mask.png | bin | 0 -> 225 bytes | |||
-rw-r--r-- | chrome/app/theme/forward_mask.png | bin | 0 -> 203 bytes | |||
-rw-r--r-- | chrome/app/theme/go_mask.png | bin | 0 -> 202 bytes | |||
-rw-r--r-- | chrome/app/theme/notused.png | bin | 299 -> 140 bytes | |||
-rw-r--r-- | chrome/app/theme/star_mask.png | bin | 0 -> 207 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 13 |
7 files changed, 7 insertions, 6 deletions
diff --git a/chrome/app/theme/back_mask.png b/chrome/app/theme/back_mask.png Binary files differnew file mode 100644 index 0000000..de63f2d --- /dev/null +++ b/chrome/app/theme/back_mask.png diff --git a/chrome/app/theme/button_mask.png b/chrome/app/theme/button_mask.png Binary files differnew file mode 100644 index 0000000..9118830 --- /dev/null +++ b/chrome/app/theme/button_mask.png diff --git a/chrome/app/theme/forward_mask.png b/chrome/app/theme/forward_mask.png Binary files differnew file mode 100644 index 0000000..0fcfe61 --- /dev/null +++ b/chrome/app/theme/forward_mask.png diff --git a/chrome/app/theme/go_mask.png b/chrome/app/theme/go_mask.png Binary files differnew file mode 100644 index 0000000..32c47c2 --- /dev/null +++ b/chrome/app/theme/go_mask.png diff --git a/chrome/app/theme/notused.png b/chrome/app/theme/notused.png Binary files differindex 42ad610..ae51eb8 100644 --- a/chrome/app/theme/notused.png +++ b/chrome/app/theme/notused.png diff --git a/chrome/app/theme/star_mask.png b/chrome/app/theme/star_mask.png Binary files differnew file mode 100644 index 0000000..a04c2c6 --- /dev/null +++ b/chrome/app/theme/star_mask.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 626a045..3d0e421 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -257,6 +257,13 @@ <include name="IDR_THEME_TAB_BACKGROUND_INCOGNITO" file="theme_tab_background_incognito.png" type="BINDATA" /> <include name="IDR_THEME_TAB_BACKGROUND_V" file="theme_tab_background_glass.png" type="BINDATA" /> <include name="IDR_THEME_NTP_BACKGROUND" file="ntp_background.png" type="BINDATA" /> + <include name="IDR_THEME_BUTTON_BACKGROUND" file="notused.png" type="BINDATA" /> + + <include name="IDR_FORWARD_MASK" file="forward_mask.png" type="BINDATA" /> + <include name="IDR_BACK_MASK" file="back_mask.png" type="BINDATA" /> + <include name="IDR_BUTTON_MASK" file="button_mask.png" type="BINDATA" /> + <include name="IDR_STAR_MASK" file="star_mask.png" type="BINDATA" /> + <include name="IDR_GO_MASK" file="go_mask.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_ABOUT_BACKGROUND" file="google_chrome/about_background.png" type="BINDATA" /> @@ -282,11 +289,5 @@ <include name="IDR_PRODUCT_ICON_32" file="chromium/chromium_icon_32.png" type="BINDATA" /> </if> </includes> - <messages> - <message name="IDS_COLOR_FRAME" use_name_for_id="true">frame</message> - <message name="IDS_COLOR_TOOLBAR" use_name_for_id="true">toolbar</message> - <message name="IDS_COLOR_TEXT_TAB" use_name_for_id="true">text_tab</message> - <message name="IDS_TINT_BUTTONS" use_name_for_id="true">buttons</message> - </messages> </release> </grit> |