summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 19:13:39 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-01 19:13:39 +0000
commita6f67b466f13d4a1c980e4d0e4c44b1d408257b3 (patch)
treee416aac48299520c675b558fe5036c6f69a64b7b /build
parenta98c074114749b0eab6386fb66d561ad1c4de88a (diff)
downloadchromium_src-a6f67b466f13d4a1c980e4d0e4c44b1d408257b3.zip
chromium_src-a6f67b466f13d4a1c980e4d0e4c44b1d408257b3.tar.gz
chromium_src-a6f67b466f13d4a1c980e4d0e4c44b1d408257b3.tar.bz2
Media Galleries API Metadata: Image metadata
Enables libexif and uses it to parse some image tags into the GetMetadata call. BUG=318450 Review URL: https://codereview.chromium.org/191583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260917 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 f244e2a..36a648c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2250,6 +2250,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',