| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 6357f8735156dd0ae7720ea73e1ee632933bfc72..123e929aa6cbafefeb505e835c6a1aec1198e917 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -53,6 +53,8 @@ group("root") {
|
| "//third_party/angle:translator",
|
| "//third_party/brotli",
|
| "//third_party/cacheinvalidation",
|
| + "//third_party/cld",
|
| + "//third_party/cld_2",
|
| "//third_party/ffmpeg",
|
| "//third_party/flac",
|
| "//third_party/harfbuzz-ng",
|
| @@ -167,6 +169,7 @@ group("root") {
|
| "//third_party/WebKit/public:all_blink",
|
|
|
| # Not tested on Android yet:
|
| + "//third_party/cld_2",
|
| "//third_party/libaddressinput",
|
| "//third_party/ffmpeg",
|
| "//ui/web_dialogs",
|
|
|