diff options
author | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 22:57:12 +0000 |
---|---|---|
committer | jamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 22:57:12 +0000 |
commit | 06fd2774b8b26071c0e2a04c576dab9437ad113a (patch) | |
tree | bfab5334308f969b4e68dc877f65efa6b76358fc /apps/DEPS | |
parent | 094c890d89704d9004f6a49acbacf73fc9e75e60 (diff) | |
download | chromium_src-06fd2774b8b26071c0e2a04c576dab9437ad113a.zip chromium_src-06fd2774b8b26071c0e2a04c576dab9437ad113a.tar.gz chromium_src-06fd2774b8b26071c0e2a04c576dab9437ad113a.tar.bz2 |
Remove apps::ShellWindow dependency on c/c/extensions/extension_constants.h
Move the resizing of the app icon into Chrome's launcher code, as the fact
that the icon needs to be resized is a Chrome/Ash concept, not a generic
apps concept.
BUG=310174
TEST=On Chrome OS, running a v2 app with multiple windows, then clicking on the shelf icon shows a menu that has icons next to each item. A sample app: https://chrome.google.com/webstore/detail/windowing-api-sample/ldenchfohdfgggloeimambnckhjpedgc
Review URL: https://codereview.chromium.org/37573003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230536 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r-- | apps/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -47,7 +47,6 @@ include_rules = [ "+chrome/common/extensions/api/app_runtime.h", "+chrome/common/extensions/api/app_window.h", "+chrome/common/extensions/extension.h", - "+chrome/common/extensions/extension_constants.h", "+chrome/common/extensions/extension_messages.h", "+chrome/common/extensions/extension_set.h", "+chrome/common/extensions/manifest_handlers/icons_handler.h", |