Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index b5a5541b944e08776deca71e77cfc00d2b8f45ce..fcbb45e85ec51994973a8849236e0da2ed9d52ba 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -73,6 +73,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", |
@@ -209,6 +211,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) { |