Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: views/views.gyp

Issue 2145001: views: Move BoxLayout class into views/examples directory. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: fix win2 Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/examples/widget_example.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 2344e00450b9db10f4e453b26e91fa792f5df6b4..0e587010cbcf9750c6071116e2e22a078c7dfa60 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',
« no previous file with comments | « views/examples/widget_example.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698