diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 18:54:46 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 18:54:46 +0000 |
commit | ae7aaede33c296418f0b41aa8b287e6f3082dc4f (patch) | |
tree | a755c99d7e3179c85dfd077bed50773c919ddf29 /build/all.gyp | |
parent | 365b0c66be25d8dfbc325a9ddf756e00a6e1b81f (diff) | |
download | chromium_src-ae7aaede33c296418f0b41aa8b287e6f3082dc4f.zip chromium_src-ae7aaede33c296418f0b41aa8b287e6f3082dc4f.tar.gz chromium_src-ae7aaede33c296418f0b41aa8b287e6f3082dc4f.tar.bz2 |
Stop using the old layout test plugin.
I haven't deleted it yet because it might be useful for debugging
failures. I'll delete it in a separate change so it's easy for
someone to cherry pick the change back.
BUG=64260
Review URL: http://codereview.chromium.org/5301003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 0c756f2..d8e8fa9 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -188,7 +188,7 @@ '../sandbox/sandbox.gyp:sbox_unittests', '../sandbox/sandbox.gyp:sbox_validation_tests', '../views/views.gyp:views_unittests', - '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', + '../third_party/WebKit/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', # TODO(nsylvain) ui_tests.exe depends on test_shell_common. # This should: # 1) not be the case. OR. @@ -344,7 +344,7 @@ '../printing/printing.gyp:printing_unittests', '../remoting/remoting.gyp:remoting_unittests', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests', - '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin', + '../third_party/WebKit/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn', # TODO(nsylvain) ui_tests.exe depends on test_shell_common. # This should: # 1) not be the case. OR. |