summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 20:58:57 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-04 20:58:57 +0000
commit00a145257f448ee6681f64587696c84f397ed783 (patch)
tree5edb88db529208d1b1329694527d339f7b405bcb /build
parente918a17e76945beee5edb559fbe5a885b59b0eb6 (diff)
downloadchromium_src-00a145257f448ee6681f64587696c84f397ed783.zip
chromium_src-00a145257f448ee6681f64587696c84f397ed783.tar.gz
chromium_src-00a145257f448ee6681f64587696c84f397ed783.tar.bz2
Reapply "Media Galleries API Metadata: Image metadata"
Original patch (also PS1) https://codereview.chromium.org/191583002 CQ can't catch the breakages of this patch. TBR= BUG=318450 Review URL: https://codereview.chromium.org/216443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 02851d7..bde2a3a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2236,6 +2236,14 @@
}, { # 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',