diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-23 07:02:48 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-23 07:02:48 +0000 |
commit | ff967dcaae01a2e807bff93e26a4b7c9dffe9ed8 (patch) | |
tree | 682aa27b7afb950f797e8520ac50e0a63c71c838 /views/views.gyp | |
parent | 9349003401f0c97a8931d38df8fc8ff0a24e7492 (diff) | |
download | chromium_src-ff967dcaae01a2e807bff93e26a4b7c9dffe9ed8.zip chromium_src-ff967dcaae01a2e807bff93e26a4b7c9dffe9ed8.tar.gz chromium_src-ff967dcaae01a2e807bff93e26a4b7c9dffe9ed8.tar.bz2 |
2nd try. added UI_API to Screen class.
Move screen.h to ui/gfx because Screen doesn't depend on views, and they're useful outside views.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93724
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93744
Review URL: http://codereview.chromium.org/7483014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/views/views.gyp b/views/views.gyp index 613f50f..39593fc 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -295,9 +295,6 @@ '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', |