diff options
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 4 |
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', |