| Index: trunk/src/build/common.gypi
|
| ===================================================================
|
| --- trunk/src/build/common.gypi (revision 260930)
|
| +++ trunk/src/build/common.gypi (working copy)
|
| @@ -2243,14 +2243,6 @@
|
| }, { # else: branding!="Chrome"
|
| 'defines': ['CHROMIUM_BUILD'],
|
| }],
|
| - ['OS=="mac"', {
|
| - 'xcode_settings': {
|
| - 'LD_RUNPATH_SEARCH_PATHS': [
|
| - # To find dylibs such as libexif.
|
| - '@loader_path/.',
|
| - ],
|
| - },
|
| - }],
|
| ['OS=="mac" and component=="shared_library"', {
|
| 'xcode_settings': {
|
| 'DYLIB_INSTALL_NAME_BASE': '@rpath',
|
|
|