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 /chrome/chrome_tests.gypi | |
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 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index da91827..dd9b024 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1175,7 +1175,7 @@ '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', '../v8/tools/gyp/v8.gyp:v8', - '../webkit/webkit.gyp:test_shell_test_support', + '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', # Runtime dependencies '../ppapi/ppapi_internal.gyp:ppapi_tests', '../third_party/mesa/mesa.gyp:osmesa', @@ -2061,7 +2061,7 @@ 'dependencies': [ # build time dependency. '../v8/tools/gyp/v8.gyp:v8_shell#host', - '../webkit/webkit.gyp:copy_npapi_test_plugin', + '../webkit/plugins/webkit_plugins.gyp:copy_npapi_test_plugin', ], }], ['enable_app_list==0', { |