diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 02:38:18 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 02:38:18 +0000 |
commit | 91372663aeef733cce96ebb36f3f713a3a7e5916 (patch) | |
tree | 896431dafde876a7d9db9faebdb541b390c5fe95 /views/views.gyp | |
parent | 605191666111c662795e4a0089e902b7017787f4 (diff) | |
download | chromium_src-91372663aeef733cce96ebb36f3f713a3a7e5916.zip chromium_src-91372663aeef733cce96ebb36f3f713a3a7e5916.tar.gz chromium_src-91372663aeef733cce96ebb36f3f713a3a7e5916.tar.bz2 |
Add examples/widget_example.h to sources of view_examples.
view_examples is just built fine without the line,
but good to explicit.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp index cbc0d41..3070163 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -366,6 +366,7 @@ 'examples/scroll_view_example.h', 'examples/tabbed_pane_example.h', 'examples/textfield_example.h', + 'examples/widget_example.h', '<(SHARED_INTERMEDIATE_DIR)/app/app_resources.rc', ], |