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

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

Issue 2920193003: Move "word" granularity related functions to VisibleUnitWord.cpp (Closed)
Patch Set: 2017-06-07T11:28:29 Created 3 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: 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 951463dbc6672d49218f110368f982c3aff72ac2..93de22d30f11aefd7445bc96e677cd30db1aba3d 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -84,6 +84,7 @@ blink_core_sources("editing") {
"VisibleUnits.h",
"VisibleUnitsLine.cpp",
"VisibleUnitsParagraph.cpp",
+ "VisibleUnitsWord.cpp",
"WritingDirection.h",
"commands/AppendNodeCommand.cpp",
"commands/AppendNodeCommand.h",

Powered by Google App Engine
This is Rietveld 408576698