diff options
author | anicolao@google.com <anicolao@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 16:58:28 +0000 |
---|---|---|
committer | anicolao@google.com <anicolao@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-17 16:58:28 +0000 |
commit | 936cb4f663e5bc277f2474f07c0857feae71c9aa (patch) | |
tree | ef03488f581e3bf48a3c37a5d6c182c5158f0adb /views/views.gyp | |
parent | 07a22b25870b5aa5a0d7c6e2293c81d427d69ced (diff) | |
download | chromium_src-936cb4f663e5bc277f2474f07c0857feae71c9aa.zip chromium_src-936cb4f663e5bc277f2474f07c0857feae71c9aa.tar.gz chromium_src-936cb4f663e5bc277f2474f07c0857feae71c9aa.tar.bz2 |
A NativeHostViewViews class for embedding views inside NativeHostView instances.
BUG=none
TEST=manually on touchui build
Review URL: http://codereview.chromium.org/5785001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69551 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 35d12a8..c5ddabd 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -171,6 +171,8 @@ 'controls/native/native_view_host_gtk.h', 'controls/native/native_view_host_win.cc', 'controls/native/native_view_host_win.h', + 'controls/native/native_view_host_views.cc', + 'controls/native/native_view_host_views.h', 'controls/native/native_view_host_wrapper.h', 'controls/progress_bar.h', 'controls/progress_bar.cc', |