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

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

Issue 2805553003: DocumentMarkerList refactor as an interface (Closed)
Patch Set: Rebase on renaming patch, respond to comments Created 3 years, 8 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 4f97745a4e39252512cc7a32c81cfd71877f8abb..168ce2277c8ce85ba62798574474a32380fb6f45 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -187,11 +187,23 @@ blink_core_sources("editing") {
"iterators/TextSearcherICU.h",
"iterators/WordAwareIterator.cpp",
"iterators/WordAwareIterator.h",
+ "markers/CompositionMarkerList.cpp",
+ "markers/CompositionMarkerList.h",
"markers/DocumentMarker.cpp",
"markers/DocumentMarker.h",
"markers/DocumentMarkerController.cpp",
"markers/DocumentMarkerController.h",
+ "markers/DocumentMarkerList.cpp",
+ "markers/DocumentMarkerList.h",
+ "markers/DocumentMarkerListEditor.cpp",
+ "markers/DocumentMarkerListEditor.h",
"markers/RenderedDocumentMarker.h",
+ "markers/SpellCheckMarkerList.cpp",
+ "markers/SpellCheckMarkerList.h",
+ "markers/TextMatchMarker.cpp",
+ "markers/TextMatchMarker.h",
+ "markers/TextMatchMarkerList.cpp",
+ "markers/TextMatchMarkerList.h",
"serializers/HTMLInterchange.cpp",
"serializers/HTMLInterchange.h",
"serializers/MarkupAccumulator.cpp",
@@ -277,6 +289,7 @@ source_set("unit_tests") {
"commands/InsertListCommandTest.cpp",
"commands/ReplaceSelectionCommandTest.cpp",
"commands/SetCharacterDataCommandTest.cpp",
+ "commands/SplitTextNodeCommandTest.cpp",
"commands/TypingCommandTest.cpp",
"iterators/BackwardsTextBufferTest.cpp",
"iterators/CharacterIteratorTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698