From 795cde3d24bbe37039e415c45e947be6d95b0a28 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Fri, 30 Oct 2009 11:23:08 +0000 Subject: Add yasm and ffmpeg into the build tree for linux. BUG=22307 TEST=builds correctly, and an html5 video runs. Review URL: http://codereview.chromium.org/300013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30571 0039d316-1c4b-4281-b951-d872f2087c98 --- build/all.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/all.gyp b/build/all.gyp index c50a350..bf37324 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -57,11 +57,12 @@ ['OS=="linux"', { 'dependencies': [ '../breakpad/breakpad.gyp:*', + '../courgette/courgette.gyp:*', '../sandbox/sandbox.gyp:*', '../third_party/harfbuzz/harfbuzz.gyp:*', + '../third_party/yasm/yasm.gyp:*', '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', '../tools/xdisplaycheck/xdisplaycheck.gyp:*', - '../courgette/courgette.gyp:*', ], 'conditions': [ ['branding=="Chrome"', { -- cgit v1.1