summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-02 18:08:52 +0000
committerhclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-02 18:08:52 +0000
commit89628fdf97043340df92389d82b480962a4e4ec3 (patch)
treee660e9ee200dcb92d28b0f3e8e07f4639ca9e17b /chrome
parentb77c6c1ddc8b9904c2080d8259a33da3d5715d56 (diff)
downloadchromium_src-89628fdf97043340df92389d82b480962a4e4ec3.zip
chromium_src-89628fdf97043340df92389d82b480962a4e4ec3.tar.gz
chromium_src-89628fdf97043340df92389d82b480962a4e4ec3.tar.bz2
Make <video> works properly in test_shell in mac
BUG=23602 BUG=13907 1. FFmpeg binaries are copied to TestShell.app/Contents/MacOS 2. Load media_*.png for drawing the controls Review URL: http://codereview.chromium.org/248042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 4d8879d..ab2faf1 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -3389,7 +3389,7 @@
'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS',
# TODO(ajwong): This, and the parallel chromium stanza below
# really should find a way to share file paths with
- # ffmpeg.gyp so they don't diverge.
+ # ffmpeg.gyp so they don't diverge. (BUG=23602)
'files': [
'../third_party/ffmpeg/binaries/chrome/mac/ia32/libavcodec.52.dylib',
'../third_party/ffmpeg/binaries/chrome/mac/ia32/libavformat.52.dylib',