diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 02:06:05 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 02:06:05 +0000 |
commit | 685f5fe7c9e5f97d1805e2ad1b5ca8c6830df240 (patch) | |
tree | 734268cb147e7257572ab5cdb689d266fa1127a5 /chrome | |
parent | d53d849311746e2443b633b46ea20f13e4fc4481 (diff) | |
download | chromium_src-685f5fe7c9e5f97d1805e2ad1b5ca8c6830df240.zip chromium_src-685f5fe7c9e5f97d1805e2ad1b5ca8c6830df240.tar.gz chromium_src-685f5fe7c9e5f97d1805e2ad1b5ca8c6830df240.tar.bz2 |
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
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 16 |
1 files changed, 16 insertions, 0 deletions
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': { |