Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3156)

Unified Diff: build/common.gypi

Issue 216443005: Reapply "Media Galleries API Metadata: Image metadata" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge origin/master Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8405417b11d2ea9b07246ebdcd82919f2073857e..00fc126edd585018da06342ba6d3686e379b6bdc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2243,6 +2243,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',

Powered by Google App Engine
This is Rietveld 408576698