diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-30 23:20:46 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-30 23:20:46 +0000 |
commit | 2da8d317072968241f986ffed0be477900831889 (patch) | |
tree | 761eedfabaaba837480c3604c0cfcf10e8d7d07c /webkit/tools/test_shell/test_shell_tests.vcproj | |
parent | b9a0b1b39c5bcf551178cab7a2aa5f24d5afc929 (diff) | |
download | chromium_src-2da8d317072968241f986ffed0be477900831889.zip chromium_src-2da8d317072968241f986ffed0be477900831889.tar.gz chromium_src-2da8d317072968241f986ffed0be477900831889.tar.bz2 |
Reland changes to enable worker layout tests. Compared to last review (http://codereview.chromium.org/50045), the following changes are made:
1) Add chrome/test/worker/DEPS to address checkdeps error.
2) Change test_expectations.txt to skip some worker layout tests.
3) Add test_worker.vcproj to webkit.sln so that test_worker.dll can be built for WebKit build.
Review URL: http://codereview.chromium.org/56074
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_tests.vcproj')
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index 4311ba6..77ac1ef 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -287,6 +287,14 @@ > </File> <File + RelativePath=".\test_webworker_helper.cc" + > + </File> + <File + RelativePath=".\test_webworker_helper.h" + > + </File> + <File RelativePath=".\text_input_controller.cc" > </File> |