| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index b83fe92f608467ac77ecfb0e3d484c3581313ef6..52a42ed3f167bfb2560fd2755238d8a9eae833a1 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -38,6 +38,7 @@ group("root") {
|
| #"//sdch",
|
| "//skia",
|
| #"//third_party/WebKit/Source/platform",
|
| + "//third_party/ffmpeg",
|
| "//third_party/icu",
|
| "//third_party/leveldatabase",
|
| "//third_party/libpng",
|
| @@ -48,6 +49,8 @@ group("root") {
|
| "//third_party/smhasher:murmurhash3",
|
| "//third_party/smhasher:pmurhash",
|
| "//third_party/WebKit/Source/wtf",
|
| + # TODO(ajwong): Reenable yasm once gn has action dependencies.
|
| + "//third_party/yasm",
|
| "//third_party/zlib",
|
| "//tools/gn",
|
| "//ui/base:ui_base",
|
|
|