| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 9ea0980479a6f6eb28cd8b1e3b7ccf4571c4c08b..65ddc0fab06e28ceb0bd5985c49968e772ad5de3 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -33,10 +33,13 @@ group("root") {
|
| "//content",
|
| "//crypto",
|
| "//extensions/common/api:extensions_api",
|
| + "//device/bluetooth",
|
| + "//device/nfc",
|
| "//device/usb",
|
| "//gin",
|
| "//gpu",
|
| "//google_apis",
|
| + "//google_apis/gcm",
|
| "//ipc",
|
| "//mojo",
|
| "//mojo/common",
|
| @@ -173,6 +176,7 @@ group("root") {
|
| "//third_party/WebKit/public:all_blink",
|
|
|
| # Not tested on Android yet:
|
| + "//google_apis/gcm",
|
| "//third_party/cld_2",
|
| "//third_party/libaddressinput",
|
| "//third_party/ffmpeg",
|
|
|