summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortkent@google.com <tkent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 07:19:24 +0000
committertkent@google.com <tkent@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-10 07:19:24 +0000
commit9f7b4d98cb1fb1065cbf8b045e50adcc6d4a2524 (patch)
treed3b599f89835284321e8196a054b13d96c514f56 /build
parentbee2335c8e86ab394e5380005d9d481b3f2b8ee3 (diff)
downloadchromium_src-9f7b4d98cb1fb1065cbf8b045e50adcc6d4a2524.zip
chromium_src-9f7b4d98cb1fb1065cbf8b045e50adcc6d4a2524.tar.gz
chromium_src-9f7b4d98cb1fb1065cbf8b045e50adcc6d4a2524.tar.bz2
Move npapi_layout_test_plugin target to webkit_support to use it from
WebKit DumpRenderTree. The following code change affects only WebKit DumpRenderTree. * webkit_support.cc - WebPluginImplWithPageDelegate passes a plugin path and MIME type to WebPluginImpl. - CreateWebPlugin checks a MIME type. This is the same logic as test_shell. * test_webplugin_page_delegate.h Creates and returns a WebPluginDelegateImpl instance. BUG=none TEST=none Review URL: http://codereview.chromium.org/2729004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49372 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 5386c3c..6a4a7e7 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -246,7 +246,7 @@
'../media/media.gyp:media_unittests',
'../printing/printing.gyp:printing_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
- '../webkit/webkit.gyp:npapi_layout_test_plugin',
+ '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
# TODO(nsylvain) ui_tests.exe depends on test_shell_common.
# This should:
# 1) not be the case. OR.