diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-06 07:48:58 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-06 07:48:58 +0000 |
commit | 0af29d8cedd97d4604619dd4ab2b5e0a0805ecb1 (patch) | |
tree | 3c9f00670a268464b963443a7de96728fb32e0be /views/views.gyp | |
parent | 6e094094ed8b96e68b30e8628e8a169719edda27 (diff) | |
download | chromium_src-0af29d8cedd97d4604619dd4ab2b5e0a0805ecb1.zip chromium_src-0af29d8cedd97d4604619dd4ab2b5e0a0805ecb1.tar.gz chromium_src-0af29d8cedd97d4604619dd4ab2b5e0a0805ecb1.tar.bz2 |
Display warning banner in Win preferences dialog for managed options.
BUG=43423
TEST=box_layout_unittest.cc, manual UI tests.
Review URL: http://codereview.chromium.org/2738002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/views.gyp b/views/views.gyp index 0193383..3ee4096 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -61,6 +61,8 @@ 'background.h', 'border.cc', 'border.h', + 'box_layout.h', + 'box_layout.cc', 'controls/button/button.cc', 'controls/button/button.h', 'controls/button/button_dropdown.cc', @@ -383,8 +385,6 @@ '..', ], 'sources': [ - 'examples/box_layout.cc', - 'examples/box_layout.h', 'examples/button_example.h', 'examples/combobox_example.h', 'examples/example_base.cc', |