summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 22:25:46 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 22:25:46 +0000
commite522cf7889669bfd5153a2d32ac47246bcee2883 (patch)
treeee868c2b38d594dc7c4ad2cff44d11101ee2dd18 /build/all.gyp
parentdbdda5408e79f9b0a0936743f9c48ee258c08bf5 (diff)
downloadchromium_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 'build/all.gyp')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index c8b6530..e3259e7 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -254,7 +254,7 @@
'../sandbox/sandbox.gyp:sbox_integration_tests',
'../sandbox/sandbox.gyp:sbox_unittests',
'../sandbox/sandbox.gyp:sbox_validation_tests',
- '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
+ '../webkit/support/webkit_support.gyp:pull_in_copy_TestNetscapePlugIn',
'../ui/app_list/app_list.gyp:app_list_unittests',
'../ui/views/views.gyp:views_unittests',
],