Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: ui/base/ime/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/ime/BUILD.gn
diff --git a/ui/base/ime/BUILD.gn b/ui/base/ime/BUILD.gn
index fc938a3bcae2f580e53265127f4cac88c0a0e3ff..8106433b8e8333bfecad7a4bf2ccd1ecb8ed99b2 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -55,6 +55,8 @@ component("ime") {
"infolist_entry.cc",
"infolist_entry.h",
"input_method.h",
+ "input_method_auraandroid.cc",
+ "input_method_auraandroid.h",
"input_method_auralinux.cc",
"input_method_auralinux.h",
"input_method_base.cc",
@@ -120,6 +122,13 @@ component("ime") {
]
}
+ if (!use_aura || !is_android) {
+ sources -= [
+ "input_method_auraandroid.cc",
+ "input_method_auraandroid.h",
+ ]
+ }
+
if (!toolkit_views && !use_aura) {
sources -= [
"input_method_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698