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/common/plugin_carbon_interpose_constants_mac.cc | |
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/common/plugin_carbon_interpose_constants_mac.cc')
-rw-r--r-- | chrome/common/plugin_carbon_interpose_constants_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/plugin_carbon_interpose_constants_mac.cc b/chrome/common/plugin_carbon_interpose_constants_mac.cc index 26f0edc..68d0751 100644 --- a/chrome/common/plugin_carbon_interpose_constants_mac.cc +++ b/chrome/common/plugin_carbon_interpose_constants_mac.cc @@ -8,6 +8,6 @@ namespace plugin_interpose_strings { const char kDYLDInsertLibrariesKey[] = "DYLD_INSERT_LIBRARIES"; const char kInterposeLibraryPath[] = - "@executable_path/plugin_carbon_interpose.dylib"; + "@executable_path/libplugin_carbon_interpose.dylib"; } // namespace plugin_interpose_strings |