diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 16:58:02 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-01 16:58:02 +0000 |
commit | 8bc502307f9ff73c31a5cd0a61ebfba0d27ffcb9 (patch) | |
tree | 438882c7cd975eb9e192477c5c8c695f75652576 /views/views.gyp | |
parent | 3fbeee9677362e033db2600ea3c3f3db1ab83d86 (diff) | |
download | chromium_src-8bc502307f9ff73c31a5cd0a61ebfba0d27ffcb9.zip chromium_src-8bc502307f9ff73c31a5cd0a61ebfba0d27ffcb9.tar.gz chromium_src-8bc502307f9ff73c31a5cd0a61ebfba0d27ffcb9.tar.bz2 |
A helper class for screen related queries. Currently only has a single method for getting the current cursor position in screen coordinates.
Review URL: http://codereview.chromium.org/112072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17322 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 42423be..750588a 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -177,6 +177,9 @@ 'painter.h', 'repeat_controller.cc', 'repeat_controller.h', + 'screen.h', + 'screen_gtk.cc', + 'screen_win.cc', 'standard_layout.h', 'view.cc', 'view.h', |