Chromium Code Reviews| Index: ash/BUILD.gn |
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
| index b49942e8cada90f5777452e34bd3ae413be13f09..a52394bc2974e978278803a5ff7bbbde9b723827 100644 |
| --- a/ash/BUILD.gn |
| +++ b/ash/BUILD.gn |
| @@ -29,6 +29,7 @@ component("ash") { |
| "//net", |
| "//skia", |
| "//third_party/icu", |
| + "//ui/accelerometer", |
| "//ui/accessibility", |
| "//ui/app_list", |
| "//ui/aura", |
| @@ -251,6 +252,7 @@ test("ash_unittests") { |
| "//skia", |
| "//testing/gtest", |
| "//third_party/icu", |
| + "//ui/accelerometer", |
| "//ui/accessibility", |
| "//ui/aura", |
| "//ui/aura:test_support", |