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

Unified Diff: ui/events/BUILD.gn

Issue 2007503002: Views: Replace resource ids with ui::TextEditCommand enum for text editing commands in Textfield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added file deleted during rename. Created 4 years, 7 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 af10fbfdf1071e2a8d4ffaa584c86745dc3c4e6c..9a08060b4eda6f1b09b6b955f411d0b528fee6a9 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