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

Unified Diff: trunk/src/chrome/chrome_dll_bundle.gypi

Issue 217233005: Revert 260917 "Media Galleries API Metadata: Image metadata" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
« no previous file with comments | « trunk/src/chrome/chrome.isolate ('k') | trunk/src/chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/chrome_dll_bundle.gypi
===================================================================
--- trunk/src/chrome/chrome_dll_bundle.gypi (revision 260930)
+++ trunk/src/chrome/chrome_dll_bundle.gypi (working copy)
@@ -37,10 +37,6 @@
'$(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',
@@ -142,10 +138,10 @@
],
'copies': [
{
+ # Copy FFmpeg binaries for audio/video support.
'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
'files': [
- '<(PRODUCT_DIR)/ffmpegsumo.so', # Copy FFmpeg binaries for audio/video support.
- '<(PRODUCT_DIR)/libexif.dylib',
+ '<(PRODUCT_DIR)/ffmpegsumo.so',
],
},
{
« no previous file with comments | « trunk/src/chrome/chrome.isolate ('k') | trunk/src/chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698