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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2422663002: Define WebTextInputMode as a enum in the public API. (Closed)
Patch Set: Rebase Created 4 years, 2 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
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/core/CoreInitializer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 5ed2b82729077b9b5390107a99d1e346860e62f9..12d05783b49f3dbf06614aff6dd2e8fcbf8a7c70 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -607,6 +607,14 @@ make_names("make_core_generated_input_type_names") {
]
}
+make_names("make_core_generated_input_mode_names") {
+ in_files = [ "editing/InputModeNames.in" ]
+ outputs = [
+ "$blink_core_output_dir/InputModeNames.cpp",
+ "$blink_core_output_dir/InputModeNames.h",
+ ]
+}
+
# make_qualified_names ---------------------------------------------------------
make_qualified_names("make_core_generated_math_ml_names") {
@@ -861,6 +869,7 @@ target(core_link_small_target_type, "core_generated") {
":make_core_generated_html_element_lookup_trie",
":make_core_generated_html_entity_table",
":make_core_generated_html_tokenizer_names",
+ ":make_core_generated_input_mode_names",
":make_core_generated_input_type_names",
":make_core_generated_math_ml_names",
":make_core_generated_media_feature_names",
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/core/CoreInitializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698