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

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

Issue 2723663002: Refactor DocumentMarkerController (Closed)
Patch Set: Created 3 years, 10 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 54b72303775ad5b960e771481ebceaa3c860c5aa..2d796a73ade7c65cb74e19cca8abe1f6fc975f60 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -168,11 +168,27 @@ blink_core_sources("editing") {
"iterators/TextSearcherICU.cpp",
"iterators/TextSearcherICU.h",
"iterators/WordAwareIterator.cpp",
+ "markers/CompositionMarkerList.cpp",
+ "markers/CompositionMarkerList.h",
"markers/DocumentMarker.cpp",
"markers/DocumentMarker.h",
"markers/DocumentMarkerController.cpp",
"markers/DocumentMarkerController.h",
- "markers/RenderedDocumentMarker.h",
+ "markers/DocumentMarkerList.cpp",
+ "markers/DocumentMarkerList.h",
+ "markers/EditingMarkerList.cpp",
+ "markers/EditingMarkerList.h",
+ "markers/EditingMarkerListThatMergesTouchingMarkers.cpp",
+ "markers/EditingMarkerListThatMergesTouchingMarkers.h",
+ "markers/GrammarMarkerList.cpp",
+ "markers/GrammarMarkerList.h",
+ "markers/RenderedTextMatchMarker.cpp",
+ "markers/RenderedTextMatchMarker.h",
+ "markers/SpellingMarkerList.cpp",
+ "markers/SpellingMarkerList.h",
+ "markers/TextMatchMarker.h",
+ "markers/TextMatchMarkerList.cpp",
+ "markers/TextMatchMarkerList.h",
"serializers/HTMLInterchange.cpp",
"serializers/HTMLInterchange.h",
"serializers/MarkupAccumulator.cpp",

Powered by Google App Engine
This is Rietveld 408576698