diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 18:12:45 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-04 18:12:45 +0000 |
commit | eafe40499a8bb70f3c206780196ea45d7d8b9047 (patch) | |
tree | a11ab6b7e1fc12851f587e3d9a0c4a364168f381 /android_webview | |
parent | 8cc43e665ddd83daf97fe8ff7530e7934a779782 (diff) | |
download | chromium_src-eafe40499a8bb70f3c206780196ea45d7d8b9047.zip chromium_src-eafe40499a8bb70f3c206780196ea45d7d8b9047.tar.gz chromium_src-eafe40499a8bb70f3c206780196ea45d7d8b9047.tar.bz2 |
Move C++ code from webkit/tools/test_shell to webkit/support
This code is simple/test/mock implementations of APIs to use in DumpRenderTree,
webkit_unit_tests, and various other bits of unit test code around the codebase.
Nothing here is used for test_shell since there is no test_shell any more.
This moves the code to webkit/support/ along with the rest of DRT/w_u_t support
code. Hopefully we'll be able to delete most of this soon along with
DumpRenderTree. In the meantime this simplifies webkit/
R=darin@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203242
Review URL: https://codereview.chromium.org/15946006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/third_party_files_whitelist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/tools/third_party_files_whitelist.txt b/android_webview/tools/third_party_files_whitelist.txt index 7cf9d42..eb5dfe9 100644 --- a/android_webview/tools/third_party_files_whitelist.txt +++ b/android_webview/tools/third_party_files_whitelist.txt @@ -197,6 +197,6 @@ webkit/glue/multipart_response_delegate.h # been re-licensed under the Chromium license. webkit/support/webkit_support_gfx.cc # Copyright Apple, Inc, Graham Dennis and Eric Seidel; BSD license. Tool only -webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h +webkit/support/mac/DumpRenderTreePasteboard.h # Copyright Apple, Inc, Graham Dennis and Eric Seidel; BSD license. Tool only -webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m +webkit/support/mac/DumpRenderTreePasteboard.m |