From c4f06dff5def187a1e2e276d5c83ea0aaeef3299 Mon Sep 17 00:00:00 2001 From: "rogerta@chromium.org" Date: Wed, 27 Apr 2011 01:07:09 +0000 Subject: 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 --- views/views.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/views.gyp') 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', -- cgit v1.1