| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 6a9e94dba082410303c3e5989caf1a604d8a0fed..ee9d8817d3508cf931d47ee7df5189a0f38c775b 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",
|
| @@ -69,6 +71,7 @@ group("root") {
|
| "//ui/base:ui_base",
|
| "//ui/events",
|
| "//ui/gfx",
|
| + "//ui/native_theme",
|
| "//ui/resources",
|
| "//ui/strings",
|
| "//ui/surface",
|
| @@ -82,6 +85,12 @@ group("root") {
|
| ]
|
| }
|
|
|
| + if (is_win) {
|
| + deps += [
|
| + "//ui/metro_viewer",
|
| + ]
|
| + }
|
| +
|
| if (is_android) {
|
| deps -= [
|
| "//content/public/common",
|
| @@ -96,6 +105,7 @@ group("root") {
|
| # ui_base doesn't work yet, and neither do things that depend on it.
|
| "//ui/base:ui_base",
|
| "//ui/events",
|
| + "//ui/native_theme",
|
| "//ui/surface",
|
| ]
|
| }
|
|
|