diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 04:47:34 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 04:47:34 +0000 |
commit | 4030ced8df93134f9da566dddd5fcb7e1882307f (patch) | |
tree | 156baac060da8946754859b056bf54ce480ae06d | |
parent | 044687857c9eddcb15f8fb71f13d5d292b7360b1 (diff) | |
download | chromium_src-4030ced8df93134f9da566dddd5fcb7e1882307f.zip chromium_src-4030ced8df93134f9da566dddd5fcb7e1882307f.tar.gz chromium_src-4030ced8df93134f9da566dddd5fcb7e1882307f.tar.bz2 |
Add the views unittests to the windows buildbot target to make sure
it is available on the slaves.
Review URL: http://codereview.chromium.org/5361001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67217 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 19fd005..0c756f2 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -187,6 +187,7 @@ '../sandbox/sandbox.gyp:sbox_integration_tests', '../sandbox/sandbox.gyp:sbox_unittests', '../sandbox/sandbox.gyp:sbox_validation_tests', + '../views/views.gyp:views_unittests', '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', # TODO(nsylvain) ui_tests.exe depends on test_shell_common. # This should: |