Chromium Code Reviews| Index: components/exo/BUILD.gn |
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn |
| index 779e42a476a43cc04c5fb93d64788cef24e92776..1afaab218145178fb41ce1afd535069be02f82cd 100644 |
| --- a/components/exo/BUILD.gn |
| +++ b/components/exo/BUILD.gn |
| @@ -63,6 +63,10 @@ source_set("exo") { |
| "//ui/views/mus", |
| "//ui/wm:wm", |
| ] |
| + |
| + if (is_chromeos) { |
| + deps += [ "//chromeos" ] |
| + } |
| } |
| source_set("test_support") { |