| Index: components/exo/BUILD.gn
|
| diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
|
| index 1afaab218145178fb41ce1afd535069be02f82cd..885a914add6831263daa1c0f5714c06604faab31 100644
|
| --- a/components/exo/BUILD.gn
|
| +++ b/components/exo/BUILD.gn
|
| @@ -81,8 +81,8 @@ source_set("test_support") {
|
|
|
| deps = [
|
| ":exo",
|
| - "//ash:ash_with_aura_test_support",
|
| - "//ash:test_support_without_content",
|
| + "//ash/test:ash_with_aura_test_support",
|
| + "//ash/test:test_support_without_content",
|
| "//base",
|
| "//gpu",
|
| "//skia",
|
| @@ -146,8 +146,8 @@ test("exo_unittests") {
|
|
|
| deps = [
|
| ":unit_tests",
|
| - "//ash:ash_with_aura_test_support",
|
| - "//ash:test_support_without_content",
|
| + "//ash/test:ash_with_aura_test_support",
|
| + "//ash/test:test_support_without_content",
|
| "//base",
|
| "//base/test:test_support",
|
| "//device/gamepad:test_helpers",
|
|
|