diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 22:38:23 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-26 22:38:23 +0000 |
commit | d39e3861a649e19d79b46b9240d764aaa2ea5af4 (patch) | |
tree | 0a30c10f821af4740dda54d90fe26802e964f23d /tools/gritsettings | |
parent | 6763537b3519d7251ab6280dfa89ec90c2d29632 (diff) | |
download | chromium_src-d39e3861a649e19d79b46b9240d764aaa2ea5af4.zip chromium_src-d39e3861a649e19d79b46b9240d764aaa2ea5af4.tar.gz chromium_src-d39e3861a649e19d79b46b9240d764aaa2ea5af4.tar.bz2 |
Add HiDPI assets for the WebUI bookmarks manager.
Change common.gypi to pass scale_factors=2x to grit on Mac
(as a side effect, the close button on about:settings now looks
good).
Change bookmark_manager/main.html to type="chrome_html"
so that it gets the 2x image auto-treatment that's documented at
sites.google.com/a/chromium.org/dev/developers/design-documents/high-dpi-resources
The icon in the upper left corner of about:bookmarks looks good
with this change, but the tree icons don't yet because cr/ui/tree.js
needs js code changes to make HiDPI icons work.
BUG=134372,123162
TEST=Open bookmark manager. Almost all images look good in HiDPI.
Review URL: https://chromiumcodereview.appspot.com/10662039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144305 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/gritsettings')
-rw-r--r-- | tools/gritsettings/resource_ids | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids index 9151c9f..76a9d90 100644 --- a/tools/gritsettings/resource_ids +++ b/tools/gritsettings/resource_ids @@ -21,6 +21,7 @@ }, "chrome/browser/resources/component_extension_resources.grd": { "includes": [1000], + "structures": [1250], }, "chrome/browser/resources/net_internals_resources.grd": { "includes": [1500], |