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

Unified Diff: content/browser/BUILD.gn

Issue 2752113005: Let ImeAdapterAndroid have the same lifecycle as its Java peer (Closed)
Patch Set: fix tests Created 3 years, 8 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 142d0e9c800770a3a5dc05fe45c37212afca7e9a..e6e91490b639c27fefd1846b4c921b28e31e97f8 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1787,6 +1787,8 @@ source_set("browser") {
"android/date_time_chooser_android.cc",
"android/date_time_chooser_android.h",
"android/gesture_event_type.h",
+ "android/ime_adapter_android.cc",
+ "android/ime_adapter_android.h",
"android/interstitial_page_delegate_android.cc",
"android/interstitial_page_delegate_android.h",
"android/java/gin_java_bound_object.cc",
@@ -1827,8 +1829,6 @@ source_set("browser") {
"media/capture/screen_capture_device_android.h",
"renderer_host/compositor_impl_android.cc",
"renderer_host/compositor_impl_android.h",
- "renderer_host/ime_adapter_android.cc",
- "renderer_host/ime_adapter_android.h",
"renderer_host/input/synthetic_gesture_target_android.cc",
"renderer_host/input/synthetic_gesture_target_android.h",
"renderer_host/native_web_keyboard_event_android.cc",

Powered by Google App Engine
This is Rietveld 408576698