summaryrefslogtreecommitdiffstats
path: root/content/content_plugin.gypi
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 /content/content_plugin.gypi
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 'content/content_plugin.gypi')
-rw-r--r--content/content_plugin.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi
index 6ff0057..453879a 100644
--- a/content/content_plugin.gypi
+++ b/content/content_plugin.gypi
@@ -8,9 +8,9 @@
'dependencies': [
'../skia/skia.gyp:skia',
'../third_party/npapi/npapi.gyp:npapi',
+ '../webkit/plugins/webkit_plugins.gyp:plugins_common',
'../webkit/support/webkit_support.gyp:glue',
'../webkit/support/webkit_support.gyp:plugins',
- '../webkit/support/webkit_support.gyp:plugins_common',
],
'include_dirs': [
'<(INTERMEDIATE_DIR)',