Chromium Code Reviews| Index: components/exo/BUILD.gn |
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn |
| index 16af5ce73d3feccc344efc0fc06e76cbf6882145..48f04c389d55aac7723f8690e3fa47f43316bb91 100644 |
| --- a/components/exo/BUILD.gn |
| +++ b/components/exo/BUILD.gn |
| @@ -38,6 +38,10 @@ source_set("exo") { |
| "touch_delegate.h", |
| "wm_helper.cc", |
| "wm_helper.h", |
| + "wm_helper_ash.cc", |
| + "wm_helper_ash.h", |
| + "wm_helper_mus.cc", |
| + "wm_helper_mus.h", |
| ] |
| deps = [ |
| @@ -70,6 +74,7 @@ source_set("test_support") { |
| ] |
| deps = [ |
| + ":exo", |
| "//ash:test_support", |
| "//base", |
| "//gpu", |