summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 22:57:12 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 22:57:12 +0000
commit06fd2774b8b26071c0e2a04c576dab9437ad113a (patch)
treebfab5334308f969b4e68dc877f65efa6b76358fc /apps/DEPS
parent094c890d89704d9004f6a49acbacf73fc9e75e60 (diff)
downloadchromium_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/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/DEPS b/apps/DEPS
index b7cf3e1..0e66fcc 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -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",