diff options
author | wjmaclean <wjmaclean@chromium.org> | 2014-12-09 06:59:55 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-09 15:00:15 +0000 |
commit | 7f63c6b94ee1d470791c243c4941c55315416171 (patch) | |
tree | d831aa080ee31fa0df7fbc8c09dbb43a29e608b2 /extensions/browser/DEPS | |
parent | 3490213352d10c5fbf71e5d259343914d7c7d86a (diff) | |
download | chromium_src-7f63c6b94ee1d470791c243c4941c55315416171.zip chromium_src-7f63c6b94ee1d470791c243c4941c55315416171.tar.gz chromium_src-7f63c6b94ee1d470791c243c4941c55315416171.tar.bz2 |
Move ZoomObserver, ZoomController and ZoomEventManager to components/.
This CL moves the three classes into components, namespace ui_zoom, and moves
their associated source files into components/ui/zoom so that
they can be used in non-chrome configurations.
BUG=none
TBR=willchan@chromium.org chrome/browser/profiles
TBR=fsamuel@chromium.org */web_view/*
TBR=estade@chromium.org chrome/browser/ui/autofill
TBR=pkasting@chromium.org chrome/browser/ui not covered above
TBR=dgozman@chromium.org chrome/browser/devtools
TBR=rsesek@chromium.org chrome/browser/browser_commands_unittest.cc
TBR=sky@chromium.org chrome/browser/renderer_preferences_util.cc
Review URL: https://codereview.chromium.org/769593003
Cr-Commit-Position: refs/heads/master@{#307470}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index d2863e2..ca34eba 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -4,6 +4,7 @@ include_rules = [ "+components/pref_registry", "+components/sessions", "+components/storage_monitor", + "+components/ui/zoom", "+components/web_cache", "+components/web_modal", "+content/public/browser", |