Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index a1ec4d79bba3fb41dc28a7267b045797bb5335b0..d76c1f434813ef78f7c6a3c10c1a3b4d82e2b09b 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -84,6 +84,8 @@ group("all_components") { |
"//components/devtools_discovery", |
"//components/devtools_http_handler", |
"//components/domain_reliability", |
+ "//components/exo", |
+ "//components/exo/wayland", |
"//components/favicon/core", |
"//components/favicon_base", |
"//components/feedback", |
@@ -217,6 +219,14 @@ group("all_components") { |
"//components/wifi_sync", |
] |
} |
+ |
+ if (!use_ash) { |
+ deps -= [ "//components/exo" ] |
+ } |
+ |
+ if (!use_ash || !is_linux) { |
+ deps -= [ "//components/exo/wayland" ] |
+ } |
} else { |
deps += [ |
"//components/autofill/ios/browser", |