| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2e48eb232e3c562f0963aa6c89c9698e90eec796..2c9b3649f8247aff0b5395a5d5e3a3056e9e22dc 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -19,13 +19,15 @@ group("root") {
|
|
|
| "//apps/common/api:apps_api",
|
| #"//chrome",
|
| + "//components/favicon_base",
|
| "//components/language_usage_metrics",
|
| "//components/metrics",
|
| "//components/navigation_metrics",
|
| "//components/onc",
|
| "//components/os_crypt",
|
| - "//components/startup_metric_utils",
|
| + "//components/query_parser",
|
| "//components/resources:components_resources",
|
| + "//components/startup_metric_utils",
|
| "//components/tracing",
|
| "//components/translate:translate_core_browser",
|
| "//components/translate:translate_core_common",
|
| @@ -70,6 +72,7 @@ group("root") {
|
| "//ui/events",
|
| "//ui/gfx",
|
| "//ui/gl",
|
| + "//ui/native_theme",
|
| "//ui/resources",
|
| "//ui/strings",
|
| "//ui/surface",
|
| @@ -83,6 +86,12 @@ group("root") {
|
| ]
|
| }
|
|
|
| + if (is_win) {
|
| + deps += [
|
| + "//ui/metro_viewer",
|
| + ]
|
| + }
|
| +
|
| if (is_android) {
|
| deps -= [
|
| "//content/public/common",
|
|
|