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 /components/BUILD.gn | |
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 'components/BUILD.gn')
-rw-r--r-- | components/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/BUILD.gn b/components/BUILD.gn index 4e39428..ca0a8c2 100644 --- a/components/BUILD.gn +++ b/components/BUILD.gn @@ -93,6 +93,7 @@ group("all_components") { "//components/translate/content/renderer", "//components/translate/core/browser", "//components/translate/core/common", + "//components/ui/zoom:ui_zoom", "//components/url_fixer", "//components/url_matcher", "//components/user_manager", |