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

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

Issue 2027133002: Modify ui::TextInputClient to use ui::TextEditCommand enum in place of resource ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor4_up_down_mac
Patch Set: Fix include guard. Created 4 years, 6 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 cd640843fb8a483daf6354d2675ff7801d6792b2..e9af2371043d26b726ac5431a8f561b47a1f4f61 100644
--- a/ui/base/ime/BUILD.gn
+++ b/ui/base/ime/BUILD.gn
@@ -89,6 +89,7 @@ component("ime") {
"linux/linux_input_method_context_factory.h",
"mock_input_method.cc",
"mock_input_method.h",
+ "text_edit_commands.h",
"text_input_client.cc",
"text_input_client.h",
"ui_base_ime_export.h",

Powered by Google App Engine
This is Rietveld 408576698