diff options
author | benwells <benwells@chromium.org> | 2014-12-11 04:38:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-11 12:38:52 +0000 |
commit | d4b64a7bf6f7d450e41f5133890cdaebb30623da (patch) | |
tree | 6e63062001ca6d7a39182ca0633bac82f517f7b9 /extensions/DEPS | |
parent | 206d4d3e569857c3e8f11e4f8364225688ea8507 (diff) | |
download | chromium_src-d4b64a7bf6f7d450e41f5133890cdaebb30623da.zip chromium_src-d4b64a7bf6f7d450e41f5133890cdaebb30623da.tar.gz chromium_src-d4b64a7bf6f7d450e41f5133890cdaebb30623da.tar.bz2 |
Ensure there are always nice icons for bookmark apps.
This change does a few things. Firstly, it stops bookmark apps from
using downloaded favicons / manifest icons. Secondly, it syncs the
color it uses to generate icons. Thirdly, machines that bookmark apps
are synced onto will now generate icons using the synced color.
This means bookmark apps will always have nice icons (although not the
ones downloaded) and they will always be consistent across machines.
Once blob sync is available the downloaded icons will be kept and
synced.
BUG=439347
Review URL: https://codereview.chromium.org/782693002
Cr-Commit-Position: refs/heads/master@{#307889}
Diffstat (limited to 'extensions/DEPS')
-rw-r--r-- | extensions/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/DEPS b/extensions/DEPS index 1aaa24c..b237be8 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -12,6 +12,7 @@ include_rules = [ "+grit/extensions_renderer_resources.h", "+grit/extensions_resources.h", "+mojo/public", + "+third_party/skia/include", "+testing", # Minimal UI dependencies. There are two good rules for UI dependencies here: |