From 685f5fe7c9e5f97d1805e2ad1b5ca8c6830df240 Mon Sep 17 00:00:00 2001 From: "jrg@chromium.org" Date: Tue, 14 Jul 2009 02:06:05 +0000 Subject: Copy codec Mac build stage (branded and unbranded) Review URL: http://codereview.chromium.org/149593 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20596 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.gyp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6b0c26f..e05ea9f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2632,11 +2632,27 @@ 'variables': { 'bundle_id': 'com.google.Chrome', }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/', + 'files': ['../third_party/ffmpeg/binaries/chrome/libavcodec.52.dylib', + '../third_party/ffmpeg/binaries/chrome/libavformat.52.dylib', + '../third_party/ffmpeg/binaries/chrome/libavutil.50.dylib'], + }, + ], }, { # else: 'branding!="Chrome" 'mac_bundle_resources': ['app/theme/chromium/app.icns'], 'variables': { 'bundle_id': 'org.chromium.Chromium', }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/', + 'files': ['../third_party/ffmpeg/binaries/chromium/libavcodec.52.dylib', + '../third_party/ffmpeg/binaries/chromium/libavformat.52.dylib', + '../third_party/ffmpeg/binaries/chromium/libavutil.50.dylib'], + }, + ], }], ['mac_breakpad==1', { 'variables': { -- cgit v1.1