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

Unified Diff: ui/events/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: 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/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index d6d9842cd1bfaf154337e2eff43ecaba117332f8..d9471b3500034b803d3ccf28163cd8635de44e7c 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -60,6 +60,7 @@ component("events_base") {
"keycodes/keyboard_codes.h",
"latency_info.cc",
"latency_info.h",
+ "text_edit_commands.h",
]
defines = [ "EVENTS_BASE_IMPLEMENTATION" ]

Powered by Google App Engine
This is Rietveld 408576698