summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authoraburago@chromium.org <aburago@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 05:35:21 +0000
committeraburago@chromium.org <aburago@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 05:35:21 +0000
commit4b73733d3afeb6c7d987fc349c89af4b82b2e858 (patch)
tree4dcba27e48ccc067f265512483301ad3745748ae /chrome/chrome_browser.gypi
parent27b3fe9a7f1f559e1fb66c9a9b7dc7f20015eb2d (diff)
downloadchromium_src-4b73733d3afeb6c7d987fc349c89af4b82b2e858.zip
chromium_src-4b73733d3afeb6c7d987fc349c89af4b82b2e858.tar.gz
chromium_src-4b73733d3afeb6c7d987fc349c89af4b82b2e858.tar.bz2
This CL implements the resize controller and a simple interface on the panel manager, to allow platform work to take advantage of it.
NB! This patch also contains the unimplemented methods for the detached strip -- the new functionality depended on having it there :) BUG=none TEST=tested by hacking in resize calls instead of drag calls. Will add some tests soon :) Review URL: http://codereview.chromium.org/9733013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 41a9f21..f3a20e8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3082,6 +3082,8 @@
'browser/ui/panels/panel_browser_window_gtk.h',
'browser/ui/panels/panel_drag_controller.cc',
'browser/ui/panels/panel_drag_controller.h',
+ 'browser/ui/panels/panel_resize_controller.cc',
+ 'browser/ui/panels/panel_resize_controller.h',
'browser/ui/panels/panel_manager.cc',
'browser/ui/panels/panel_manager.h',
'browser/ui/panels/panel_mouse_watcher.cc',