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

Unified Diff: chrome/chrome_exe.gypi

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change loader path again 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: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 6bf94d91acd913d20cd32167a91b007f2c4578b4..7c7e40bf2f38fdcc1ea5cee7a0cdf1d574c4e804 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -354,6 +354,7 @@
'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Versions/<(version_full)',
'files': [
'<(PRODUCT_DIR)/<(mac_product_name) Helper.app',
+ '<(PRODUCT_DIR)/libexif.dylib',
tommycli 2014/03/27 23:26:10 This copies the dylib into the same place as libpl
'<(PRODUCT_DIR)/libplugin_carbon_interpose.dylib',
],
},

Powered by Google App Engine
This is Rietveld 408576698