diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 23:09:32 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-22 23:09:32 +0000 |
commit | d8e6018fb0b2d37104326a5c87b8d50e5ef8fa0e (patch) | |
tree | b0310cc9c6304810256c781dd89a617cc26a5f9f /views/views.gyp | |
parent | 2f6f4a6eb6c982ff297f8c468465a64c7716593c (diff) | |
download | chromium_src-d8e6018fb0b2d37104326a5c87b8d50e5ef8fa0e.zip chromium_src-d8e6018fb0b2d37104326a5c87b8d50e5ef8fa0e.tar.gz chromium_src-d8e6018fb0b2d37104326a5c87b8d50e5ef8fa0e.tar.bz2 |
Revert 93724
"Move screen.h to ui/gfx because Screen doesn't depend on views, and they're useful outside views."
This reverts commit 4b6b4b0a2a3d46f25ffe37d612742aba14c39462.
TBR=jcivelli@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7495019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 39593fc..613f50f 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -295,6 +295,9 @@ 'painter.h', 'repeat_controller.cc', 'repeat_controller.h', + 'screen.h', + 'screen_gtk.cc', + 'screen_win.cc', 'touchui/gesture_manager.cc', 'touchui/gesture_manager.h', 'touchui/touch_factory.cc', |