summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 02:01:23 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 02:01:23 +0000
commita38f3a356d50a026eb0874b01bd665e84451e07b (patch)
treeda75a5cf707d2ca2e262d404a4c18560f0558e75 /views/views.gyp
parent6cd9455e58104831eb1a5a9a1c2288df7b1b0411 (diff)
downloadchromium_src-a38f3a356d50a026eb0874b01bd665e84451e07b.zip
chromium_src-a38f3a356d50a026eb0874b01bd665e84451e07b.tar.gz
chromium_src-a38f3a356d50a026eb0874b01bd665e84451e07b.tar.bz2
views: Move the implementation of SingleSplitViewExample from the header file to the source file.
BUG=None TEST=run out/Debug/views_examples, it should work as before. Review URL: http://codereview.chromium.org/6377004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72086 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index e9fb72b..34013a6 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -529,6 +529,7 @@
'examples/menu_example.h',
'examples/radio_button_example.h',
'examples/scroll_view_example.h',
+ 'examples/single_split_view_example.cc',
'examples/single_split_view_example.h',
'examples/slider_example.h',
'examples/tabbed_pane_example.h',