Skip to content

Commit

Permalink
Reference existing ffmpeg GN buildfile from GN build.
Browse files Browse the repository at this point in the history
This file is already landed in the ffmpeg repo and rolled into Chrome. This change just references it so that it will build.

TBR=ajwong@chromium.org

Review URL: https://codereview.chromium.org/342033002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278444 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
brettw@chromium.org committed Jun 19, 2014
1 parent b7910f6 commit 822d467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ group("root") {
"//sql",
"//third_party/angle:translator",
"//third_party/brotli",
"//third_party/ffmpeg",
"//third_party/flac",
"//third_party/harfbuzz-ng",
"//third_party/iccjpeg",
Expand Down Expand Up @@ -161,6 +162,7 @@ group("root") {
"//third_party/WebKit/public:all_blink",

# Not tested on Android yet:
"//third_party/ffmpeg",
"//webkit/browser:storage",
"//webkit/child",
]
Expand Down

0 comments on commit 822d467

Please sign in to comment.