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

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

Issue 2422663002: Define WebTextInputMode as a enum in the public API. (Closed)
Patch Set: git cl format 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
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 50b2eaed600170904835e690b3baed46b95d35a6..9986c00f32348ba49e26eeaaa770f3f9c3849d84 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -606,6 +606,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") {
@@ -860,6 +868,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",

Powered by Google App Engine
This is Rietveld 408576698