Chromium Code Reviews| Index: components/exo/BUILD.gn |
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn |
| index a7dd6865ddd8600c8b711aef4d72ae4cae7297a5..c8949ebaf929ce68917384148cdca6469de4cfbd 100644 |
| --- a/components/exo/BUILD.gn |
| +++ b/components/exo/BUILD.gn |
| @@ -163,6 +163,7 @@ test("exo_unittests") { |
| deps = [ |
| ":unit_tests", |
| + "//ash/public/cpp:ash_public_cpp", |
|
msw
2017/03/30 23:06:05
Are either of these actually needed/used by this t
sky
2017/03/30 23:35:46
Yes. This code uses ash_test_suite above, which I
|
| "//ash/test:ash_with_aura_test_support", |
| "//ash/test:test_support_without_content", |
| "//base", |
| @@ -172,6 +173,7 @@ test("exo_unittests") { |
| "//testing/gtest", |
| "//ui/aura", |
| "//ui/base", |
| + "//ui/compositor:test_support", |
| "//ui/gl:test_support", |
| ] |