Index: ash/BUILD.gn |
diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
index f1c5eb1e2abfb6128b76bd81a9a1eef926049346..401f456dc217c6d135824b0aa9676b09e2161544 100644 |
--- a/ash/BUILD.gn |
+++ b/ash/BUILD.gn |
@@ -36,6 +36,7 @@ component("ash") { |
"//ui/app_list", |
"//ui/aura", |
"//ui/base", |
+ "//ui/base/ime", |
"//ui/compositor", |
"//ui/events", |
"//ui/events:events_base", |
@@ -229,6 +230,7 @@ static_library("ash_shell_lib") { |
"//ui/app_list", |
"//ui/aura", |
"//ui/base", |
+ "//ui/base/ime", |
"//ui/compositor", |
"//ui/events", |
"//ui/events:events_base", |
@@ -266,6 +268,7 @@ test("ash_unittests") { |
"//ui/aura", |
"//ui/aura:test_support", |
"//ui/base", |
+ "//ui/base/ime", |
"//ui/base:test_support", |
"//ui/compositor", |
"//ui/compositor:test_support", |