diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 19:45:55 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-01 19:45:55 +0000 |
commit | 520d43fb345190e92d1bf2e18870fa24ad2bb096 (patch) | |
tree | 0397fc04f923fb39e28698f9ec5dd93832793b3d /chrome/chrome.gyp | |
parent | 89e4f9ed57b50c74acaad8145a53233c8af6324f (diff) | |
download | chromium_src-520d43fb345190e92d1bf2e18870fa24ad2bb096.zip chromium_src-520d43fb345190e92d1bf2e18870fa24ad2bb096.tar.gz chromium_src-520d43fb345190e92d1bf2e18870fa24ad2bb096.tar.bz2 |
GYP roll to bring in fixes to the Xcode generator.
Fix up the references to the mac plugin interpose lib for the proper naming from the GYP roll.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/453014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6044ce4..8ca9fb1 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -6175,7 +6175,7 @@ { 'destination': '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/Contents/MacOS', 'files': [ - '<(PRODUCT_DIR)/plugin_carbon_interpose.dylib', + '<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib', ], }, ], |