| Index: components/exo/BUILD.gn
|
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
|
| index 885a914add6831263daa1c0f5714c06604faab31..bc63830913e5468e92f26b78095e7afada485c19 100644
|
| --- a/components/exo/BUILD.gn
|
| +++ b/components/exo/BUILD.gn
|
| @@ -46,6 +46,7 @@ source_set("exo") {
|
|
|
| deps = [
|
| "//ash",
|
| + "//ash/public/cpp",
|
| "//base",
|
| "//cc",
|
| "//cc/surfaces:surfaces",
|
| @@ -114,6 +115,7 @@ source_set("unit_tests") {
|
| ":exo",
|
| ":test_support",
|
| "//ash",
|
| + "//ash/public/cpp",
|
| "//base",
|
| "//base/test:test_support",
|
| "//cc",
|
|
|