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

Unified Diff: webkit/tools/test_shell/test_shell.gyp

Issue 340072: FFmpeg in-tree build for mac. (Closed)
Patch Set: work around link-settings bug. Created 11 years, 1 month 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 | « third_party/yasm/yasm.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gyp
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index e2e5f577b08e8000d782b8aef0209c7a7ea77c81..b96f25b01b6055794cf4470ea637ced3b78c6c3f 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -335,9 +335,7 @@
{
'destination': '<(PRODUCT_DIR)/TestShell.app/Contents/MacOS/',
'files': [
- '../../../third_party/ffmpeg/binaries/chromium/mac/ia32/libavcodec.52.dylib',
- '../../../third_party/ffmpeg/binaries/chromium/mac/ia32/libavformat.52.dylib',
- '../../../third_party/ffmpeg/binaries/chromium/mac/ia32/libavutil.50.dylib',
+ '<(PRODUCT_DIR)/libffmpegsumo.dylib',
],
},
],
« no previous file with comments | « third_party/yasm/yasm.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698