From 6c5b9f9df3d703adf1cd76b69b86d87d80215fc9 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Fri, 6 Aug 2010 21:18:12 +0000 Subject: Revert "Copy the npapi pepper test plugin during the build so we don't" This reverts commit r55235. Review URL: http://codereview.chromium.org/3090020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55287 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_tests.gypi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index a4f3b99..e57f88c 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -343,8 +343,8 @@ # http://code.google.com/p/chromium/issues/detail?id=18337 ['target_arch!="x64" and target_arch!="arm"', { 'dependencies': [ - '../webkit/webkit.gyp:copy_npapi_test_plugin', - '../webkit/webkit.gyp:copy_npapi_pepper_test_plugin', + '../webkit/webkit.gyp:npapi_test_plugin', + '../webkit/webkit.gyp:npapi_pepper_test_plugin', '../third_party/mesa/mesa.gyp:osmesa', ], }], @@ -518,7 +518,7 @@ '../google_update/google_update.gyp:google_update', '../views/views.gyp:views', # run time dependency - '../webkit/webkit.gyp:copy_npapi_test_plugin', + '../webkit/webkit.gyp:npapi_test_plugin', ], 'conditions': [ ['win_use_allocator_shim==1', { @@ -585,7 +585,7 @@ 'test_support_common', '../google_update/google_update.gyp:google_update', # run time dependency - '../webkit/webkit.gyp:copy_npapi_test_plugin', + '../webkit/webkit.gyp:npapi_test_plugin', ], 'conditions': [ ['win_use_allocator_shim==1', { -- cgit v1.1