| Index: components/exo/BUILD.gn
|
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
|
| index e43eab933981c7f6ac26887e5501064361cbdb93..779e42a476a43cc04c5fb93d64788cef24e92776 100644
|
| --- a/components/exo/BUILD.gn
|
| +++ b/components/exo/BUILD.gn
|
| @@ -77,6 +77,7 @@ source_set("test_support") {
|
|
|
| deps = [
|
| ":exo",
|
| + "//ash:ash_with_aura_test_support",
|
| "//ash:test_support_without_content",
|
| "//base",
|
| "//gpu",
|
| @@ -141,6 +142,7 @@ test("exo_unittests") {
|
|
|
| deps = [
|
| ":unit_tests",
|
| + "//ash:ash_with_aura_test_support",
|
| "//ash:test_support_without_content",
|
| "//base",
|
| "//base/test:test_support",
|
|
|