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

Unified Diff: components/view_manager/BUILD.gn

Issue 1286383003: Mandoline: Enable Android software keyboard for the Omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review issues Created 5 years, 4 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: components/view_manager/BUILD.gn
diff --git a/components/view_manager/BUILD.gn b/components/view_manager/BUILD.gn
index a7544be93a062f938dec5efcbd2eb8b19d206c50..989ba25db61c9178e39f554f63b1d2ac895076f8 100644
--- a/components/view_manager/BUILD.gn
+++ b/components/view_manager/BUILD.gn
@@ -90,8 +90,6 @@ source_set("lib") {
"server_view_drawn_tracker.h",
"server_view_drawn_tracker_observer.h",
"server_view_observer.h",
- "type_converters.cc",
- "type_converters.h",
"view_coordinate_conversions.cc",
"view_coordinate_conversions.h",
"view_locator.cc",
@@ -123,6 +121,7 @@ source_set("lib") {
"//mojo/application/public/cpp",
"//mojo/common:tracing_impl",
"//mojo/converters/geometry",
+ "//mojo/converters/ime",
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//third_party/mojo/src/mojo/public/cpp/bindings:callback",
« no previous file with comments | « components/html_viewer/blink_text_input_type_converters.cc ('k') | components/view_manager/type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698