summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-23 15:19:06 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-23 15:19:06 +0000
commit7a028d30364d6712b0f13bf897714e0ce4f3787b (patch)
treeb7626fe9e6cf4549361034a6a71f16c6b74bd674 /views/views.gyp
parent5e9aca2ab199d6a93fd1f060c2dd84e769f26482 (diff)
downloadchromium_src-7a028d30364d6712b0f13bf897714e0ce4f3787b.zip
chromium_src-7a028d30364d6712b0f13bf897714e0ce4f3787b.tar.gz
chromium_src-7a028d30364d6712b0f13bf897714e0ce4f3787b.tar.bz2
views: Add table2_example to views_examples target.
Also move the implementation from header to the source file. BUG=None TEST=run out/Debug/views_examples, everything should works as before. Review URL: http://codereview.chromium.org/6264010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 2c9cb29..26c5a34 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -534,6 +534,8 @@
'examples/slider_example.h',
'examples/tabbed_pane_example.cc',
'examples/tabbed_pane_example.h',
+ 'examples/table2_example.cc',
+ 'examples/table2_example.h',
'examples/textfield_example.h',
'examples/throbber_example.cc',
'examples/throbber_example.h',