summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 02:50:46 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-28 02:50:46 +0000
commitd6a55b3e722bd1890c79d2b13e7fdf9d0e36ec2d (patch)
tree6468e9b5fa2a4668fcd159f4fed803e7b58de3ca /views/views.gyp
parentfe23d5a3bceee44113c07dff58181f907d7cdb37 (diff)
downloadchromium_src-d6a55b3e722bd1890c79d2b13e7fdf9d0e36ec2d.zip
chromium_src-d6a55b3e722bd1890c79d2b13e7fdf9d0e36ec2d.tar.gz
chromium_src-d6a55b3e722bd1890c79d2b13e7fdf9d0e36ec2d.tar.bz2
views: Move BoxLayout class into views/examples directory.
Also add horizontal support as well. BUG=None TEST=out/Debug/view_examples, see Widget tab. Review URL: http://codereview.chromium.org/2145001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp
index 2344e00..0e58701 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Copyright (c) 2010 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -373,6 +373,8 @@
'..',
],
'sources': [
+ 'examples/box_layout.cc',
+ 'examples/box_layout.h',
'examples/button_example.h',
'examples/combobox_example.h',
'examples/example_base.cc',