| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index aa9cd484607bc5d570f3dcc4511889aa2d7d0bc5..3348eaa606903e9359ab5349e846f084dd91e5b4 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -30,6 +30,7 @@ group("root") {
|
| "//components/translate:translate_core_browser",
|
| "//components/translate:translate_core_common",
|
| "//components/url_matcher",
|
| + "//content/public/common",
|
| "//crypto",
|
| "//device/usb",
|
| #"//extensions/common/api:extensions_api",
|
| @@ -81,6 +82,7 @@ group("root") {
|
| if (is_android) {
|
| deps -= [
|
| "//components/os_crypt",
|
| + "//content/public/common",
|
| "//crypto",
|
| "//gpu/command_buffer/client", # Needs Skia.
|
| "//net",
|
|
|