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

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

Issue 2829543002: [DMC #5] Add SpellCheckMarkerListImpl (Closed)
Patch Set: Clean up DocumentMarkerList/GenericDMLImpl 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 6098e86583b07b25845949a31ea8e11b8baa2465..fe094c092a9cc9910bfdd27e7088144e2b04f812 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -204,6 +204,8 @@ blink_core_sources("editing") {
"markers/GenericDocumentMarkerListImpl.cpp",
"markers/GenericDocumentMarkerListImpl.h",
"markers/RenderedDocumentMarker.h",
+ "markers/SpellCheckMarkerListImpl.cpp",
+ "markers/SpellCheckMarkerListImpl.h",
"serializers/HTMLInterchange.cpp",
"serializers/HTMLInterchange.h",
"serializers/MarkupAccumulator.cpp",
@@ -301,6 +303,7 @@ source_set("unit_tests") {
"markers/CompositionMarkerListImplTest.cpp",
"markers/DocumentMarkerControllerTest.cpp",
"markers/DocumentMarkerTest.cpp",
+ "markers/SpellCheckMarkerListImplTest.cpp",
"serializers/StyledMarkupSerializerTest.cpp",
"spellcheck/IdleSpellCheckCallbackTest.cpp",
"spellcheck/SpellCheckTestBase.cpp",

Powered by Google App Engine
This is Rietveld 408576698