diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 02:07:30 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 02:07:30 +0000 |
commit | fc06e1a43487b3ac9e35f5429db7477398cfdf8d (patch) | |
tree | 578a14d70dc5a9b936093192000fc9cf0810e5ea /views/views.gyp | |
parent | 94b921421fed742750a07e3be58e010b847a0f3e (diff) | |
download | chromium_src-fc06e1a43487b3ac9e35f5429db7477398cfdf8d.zip chromium_src-fc06e1a43487b3ac9e35f5429db7477398cfdf8d.tar.gz chromium_src-fc06e1a43487b3ac9e35f5429db7477398cfdf8d.tar.bz2 |
Add views/examples/menu_example.h
The example demonstrates how to create a menu with regular, radio, and
check items. The example revealed a bug: http://crbug.com/30310.
I have a separate change to fix the bug.
TEST=try; manually
BUG=30310
Review URL: http://codereview.chromium.org/495017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34640 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 dc0de4d..c48e5de 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -364,8 +364,10 @@ 'examples/examples_main.cc', 'examples/examples_main.h', 'examples/message_box_example.h', + 'examples/menu_example.h', 'examples/radio_button_example.h', 'examples/scroll_view_example.h', + 'examples/slider_example.h', 'examples/tabbed_pane_example.h', 'examples/textfield_example.h', 'examples/widget_example.h', |