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

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

Issue 2723663002: Refactor DocumentMarkerController (Closed)
Patch Set: Use correct base commit Created 3 years, 9 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 417c089f51d4594012b639f68a8e6b25de3e7ca3..856cb402ad304c1a3ab9247645ef61c965fa8d40 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -168,11 +168,26 @@ 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/TextMatchMarkerList.cpp",
+ "markers/TextMatchMarkerList.h",
"serializers/HTMLInterchange.cpp",
"serializers/HTMLInterchange.h",
"serializers/MarkupAccumulator.cpp",

Powered by Google App Engine
This is Rietveld 408576698