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

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

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Remove logging statements, fix copyright years in new files Created 3 years, 11 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/editing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn
index b3441fd6fb87cccca745a94c459832b9d865775b..4c2d1332d04d296212c8cc314aa248037920380e 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -61,6 +61,8 @@ blink_core_sources("editing") {
"SurroundingText.h",
"TextAffinity.cpp",
"TextAffinity.h",
+ "TextSuggestionList.cpp",
+ "TextSuggestionList.h",
"VisiblePosition.cpp",
"VisibleSelection.cpp",
"VisibleUnits.cpp",

Powered by Google App Engine
This is Rietveld 408576698