summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll_bundle.gypi
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 /chrome/chrome_dll_bundle.gypi
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 'chrome/chrome_dll_bundle.gypi')
-rw-r--r--chrome/chrome_dll_bundle.gypi8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
index 33aeb42..7dcd347 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -37,6 +37,10 @@
'$(DYLIB_INSTALL_NAME_BASE:standardizepath)/$(WRAPPER_NAME)/$(PRODUCT_NAME)',
'INFOPLIST_FILE': 'app/framework-Info.plist',
+ 'LD_RUNPATH_SEARCH_PATHS': [
+ # To find dylibs such as libexif.
+ '@loader_path/Libraries/.',
+ ],
},
'includes': [
'chrome_nibs.gypi',
@@ -138,10 +142,10 @@
],
'copies': [
{
- # Copy FFmpeg binaries for audio/video support.
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
'files': [
- '<(PRODUCT_DIR)/ffmpegsumo.so',
+ '<(PRODUCT_DIR)/ffmpegsumo.so', # Copy FFmpeg binaries for audio/video support.
+ '<(PRODUCT_DIR)/libexif.dylib',
],
},
{