diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 22:25:46 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 22:25:46 +0000 |
commit | e522cf7889669bfd5153a2d32ac47246bcee2883 (patch) | |
tree | ee868c2b38d594dc7c4ad2cff44d11101ee2dd18 /webkit/support/test_shell_dummy.cc | |
parent | dbdda5408e79f9b0a0936743f9c48ee258c08bf5 (diff) | |
download | chromium_src-e522cf7889669bfd5153a2d32ac47246bcee2883.zip chromium_src-e522cf7889669bfd5153a2d32ac47246bcee2883.tar.gz chromium_src-e522cf7889669bfd5153a2d32ac47246bcee2883.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
Review URL: https://codereview.chromium.org/15946006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/test_shell_dummy.cc')
-rw-r--r-- | webkit/support/test_shell_dummy.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/support/test_shell_dummy.cc b/webkit/support/test_shell_dummy.cc new file mode 100644 index 0000000..e1a88a9 --- /dev/null +++ b/webkit/support/test_shell_dummy.cc @@ -0,0 +1,7 @@ +// Copyright (c) 2013 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +// TODO(darin): Delete this once the build masters stop referencing test_shell. +void Dummy() { +} |