From c3f04ecc2993020f3d0a97a5fb6823e68296598a Mon Sep 17 00:00:00 2001 From: "bradnelson@google.com" Date: Tue, 6 Oct 2009 23:51:05 +0000 Subject: This updates us to the latest gyp revision, which fixes the Linux build, and also removes a hack that was put in to get around Linux Gyp's old odd behavior. Review URL: http://codereview.chromium.org/260023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28188 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/plugin.gyp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'o3d/plugin') diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index 495e8b8..4c9da18 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -200,17 +200,6 @@ '-lGL', ], }, - # On Linux, shared library targets aren't copied to the - # product dir automatically. Filed GYP issue #74 to address this. - # TODO(gspencer): Remove when issue #74 is resolved. - 'copies': [ - { - 'destination': '<(PRODUCT_DIR)', - 'files': [ - '<(PRODUCT_DIR)/obj/o3d/plugin/<(LIBRARY_PREFIX)<(_target_name)<(SHARED_LIB_SUFFIX)', - ], - }, - ], }, ], ['OS == "win"', -- cgit v1.1