diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 01:07:09 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 01:07:09 +0000 |
commit | c4f06dff5def187a1e2e276d5c83ea0aaeef3299 (patch) | |
tree | a328905746e9d54e48b0a983aa2d4d2e8d37461e /views/views.gyp | |
parent | 24af8c96481b398ef33bf1e36c57d4ab0b00c1d9 (diff) | |
download | chromium_src-c4f06dff5def187a1e2e276d5c83ea0aaeef3299.zip chromium_src-c4f06dff5def187a1e2e276d5c83ea0aaeef3299.tar.gz chromium_src-c4f06dff5def187a1e2e276d5c83ea0aaeef3299.tar.bz2 |
Add classes for native themed push buttons, radio buttons, and checkboxes.
These controls expose the same public interface and the existing controls
of the same type to make it easier to change between the implementations.
BUG=None
TEST=The new controls should look and feel like native platform controls
R=ben@chromium.org
Review URL: http://codereview.chromium.org/6853015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index 939ab40..64b167a 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -303,6 +303,7 @@ 'metrics_win.cc', 'mouse_watcher.cc', 'mouse_watcher.h', + 'native_theme_delegate.h', 'native_theme_painter.cc', 'native_theme_painter.h', 'painter.cc', @@ -553,6 +554,7 @@ 'target_name': 'views_examples', 'type': 'executable', 'dependencies': [ + '../app/app.gyp:app_resources', '../base/base.gyp:base', '../skia/skia.gyp:skia', '../third_party/icu/icu.gyp:icui18n', @@ -579,6 +581,8 @@ 'examples/menu_example.h', 'examples/native_theme_button_example.cc', 'examples/native_theme_button_example.h', + 'examples/native_theme_checkbox_example.cc', + 'examples/native_theme_checkbox_example.h', 'examples/radio_button_example.cc', 'examples/radio_button_example.h', 'examples/scroll_view_example.cc', |