| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 85ea035624006b2926ce6656da3fe4afb5a6e76c..0b0c650195cffdc9fa9ae78be21fe53f776161d6 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -80,6 +80,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",
|
| @@ -214,6 +216,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) {
|
|
|