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

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

Issue 2923033002: [ActiveSuggestionMarker #2] Add ActiveSuggestionMarker (Closed)
Patch Set: Update comment on ActiveSuggestionMarker.h Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/ActiveSuggestionMarker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5bca983bd13563bc22c0375491218e8a02baaccd..77592b6f569cbd480920669d7d4d85a727fdcc60 100644
--- a/third_party/WebKit/Source/core/editing/BUILD.gn
+++ b/third_party/WebKit/Source/core/editing/BUILD.gn
@@ -193,6 +193,10 @@ blink_core_sources("editing") {
"iterators/TextIteratorTextState.h",
"iterators/TextSearcherICU.cpp",
"iterators/TextSearcherICU.h",
+ "markers/ActiveSuggestionMarker.cpp",
+ "markers/ActiveSuggestionMarker.h",
+ "markers/ActiveSuggestionMarkerListImpl.cpp",
+ "markers/ActiveSuggestionMarkerListImpl.h",
"markers/CompositionMarker.cpp",
"markers/CompositionMarker.h",
"markers/CompositionMarkerListImpl.cpp",
@@ -323,6 +327,8 @@ source_set("unit_tests") {
"iterators/SimplifiedBackwardsTextIteratorTest.cpp",
"iterators/TextIteratorTest.cpp",
"iterators/TextSearcherICUTest.cpp",
+ "markers/ActiveSuggestionMarkerListImplTest.cpp",
+ "markers/ActiveSuggestionMarkerTest.cpp",
"markers/CompositionMarkerListImplTest.cpp",
"markers/CompositionMarkerTest.cpp",
"markers/DocumentMarkerControllerTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/ActiveSuggestionMarker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698