summaryrefslogtreecommitdiffstats
path: root/webkit/support/test_shell_dummy.cc
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 18:12:45 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-04 18:12:45 +0000
commiteafe40499a8bb70f3c206780196ea45d7d8b9047 (patch)
treea11ab6b7e1fc12851f587e3d9a0c4a364168f381 /webkit/support/test_shell_dummy.cc
parent8cc43e665ddd83daf97fe8ff7530e7934a779782 (diff)
downloadchromium_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 'webkit/support/test_shell_dummy.cc')
-rw-r--r--webkit/support/test_shell_dummy.cc7
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() {
+}