diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 00:24:31 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 00:24:31 +0000 |
commit | d4a6b9b2b3655caab9312f87c00f8b5312044a62 (patch) | |
tree | 743adb045499cd140e272b27026e93ed13b12fab /views/views.gyp | |
parent | 02f037af2e653296ea0017ef1111a59eb23ab134 (diff) | |
download | chromium_src-d4a6b9b2b3655caab9312f87c00f8b5312044a62.zip chromium_src-d4a6b9b2b3655caab9312f87c00f8b5312044a62.tar.gz chromium_src-d4a6b9b2b3655caab9312f87c00f8b5312044a62.tar.bz2 |
Enable TestViewsDelegates for views unittests and views_examples by default
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6980004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r-- | views/views.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/views.gyp b/views/views.gyp index 58d366d..6489d87 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -600,7 +600,8 @@ 'examples/throbber_example.h', 'examples/widget_example.cc', 'examples/widget_example.h', - + 'test/test_views_delegate.cc', + 'test/test_views_delegate.h', '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', ], 'conditions': [ |