summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorwjmaclean <wjmaclean@chromium.org>2014-12-09 06:59:55 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-09 15:00:15 +0000
commit7f63c6b94ee1d470791c243c4941c55315416171 (patch)
treed831aa080ee31fa0df7fbc8c09dbb43a29e608b2 /components/components.gyp
parent3490213352d10c5fbf71e5d259343914d7c7d86a (diff)
downloadchromium_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/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index f68a640..6abd9ab 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -57,6 +57,7 @@
'startup_metric_utils.gypi',
'suggestions.gypi',
'translate.gypi',
+ 'ui_zoom.gypi',
'url_fixer.gypi',
'url_matcher.gypi',
'user_prefs.gypi',