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

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

Issue 2911723002: [DMC #24] Add SpellingMarker and GrammarMarker (subclasses of DocumentMarker) (Closed)
Patch Set: Remove declaration for DocumentMarker constructor being removed Created 3 years, 7 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 c56e683f913477442acc7f7bde9a470fe2845b0e..4c5dd833e5d3f8ca6a50395bc484ff00caeb39bb 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -203,10 +203,16 @@ blink_core_sources("editing") {
"markers/DocumentMarkerList.h",
"markers/DocumentMarkerListEditor.cpp",
"markers/DocumentMarkerListEditor.h",
+ "markers/GrammarMarker.cpp",
+ "markers/GrammarMarker.h",
"markers/GrammarMarkerListImpl.cpp",
"markers/GrammarMarkerListImpl.h",
+ "markers/SpellCheckMarker.cpp",
+ "markers/SpellCheckMarker.h",
"markers/SpellCheckMarkerListImpl.cpp",
"markers/SpellCheckMarkerListImpl.h",
+ "markers/SpellingMarker.cpp",
+ "markers/SpellingMarker.h",
"markers/SpellingMarkerListImpl.cpp",
"markers/SpellingMarkerListImpl.h",
"markers/TextMatchMarker.h",
@@ -312,7 +318,9 @@ source_set("unit_tests") {
"markers/DocumentMarkerControllerTest.cpp",
"markers/DocumentMarkerTest.cpp",
"markers/GrammarMarkerListImplTest.cpp",
+ "markers/GrammarMarkerTest.cpp",
"markers/SpellingMarkerListImplTest.cpp",
+ "markers/SpellingMarkerTest.cpp",
"markers/TextMatchMarkerListImplTest.cpp",
"serializers/StyledMarkupSerializerTest.cpp",
"spellcheck/IdleSpellCheckCallbackTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698