Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index cb34a37033e5c9669116313b967066a5245ac3af..a2077cdf5da04f063e778143bdd5535dbc7a1dbb 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -74,6 +74,8 @@ group("all_components") { |
"//components/devtools_http_handler", |
"//components/dom_distiller/core", |
"//components/domain_reliability", |
+ "//components/exo", |
+ "//components/exo/wayland", |
"//components/favicon/core", |
"//components/favicon_base", |
"//components/feedback", |
@@ -210,6 +212,14 @@ group("all_components") { |
"//components/wifi_sync", |
] |
} |
+ |
+ if (!use_ash) { |
+ deps -= [ "//components/exo" ] |
+ } |
+ |
+ if (!use_ash || !is_linux) { |
+ deps -= [ "//components/exo/wayland" ] |
+ } |
} |
if (toolkit_views) { |