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

Side by Side Diff: third_party/WebKit/Source/core/editing/BUILD.gn

Issue 2820633002: [DMC #2] Add DocumentMarkerList interface and GenericDocumentMarkerListImpl (Closed)
Patch Set: Fix nit 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("editing") { 7 blink_core_sources("editing") {
8 split_count = 5 8 split_count = 5
9 sources = [ 9 sources = [
10 "CaretDisplayItemClient.cpp", 10 "CaretDisplayItemClient.cpp",
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "iterators/TextIteratorTextState.cpp", 186 "iterators/TextIteratorTextState.cpp",
187 "iterators/TextIteratorTextState.h", 187 "iterators/TextIteratorTextState.h",
188 "iterators/TextSearcherICU.cpp", 188 "iterators/TextSearcherICU.cpp",
189 "iterators/TextSearcherICU.h", 189 "iterators/TextSearcherICU.h",
190 "iterators/WordAwareIterator.cpp", 190 "iterators/WordAwareIterator.cpp",
191 "iterators/WordAwareIterator.h", 191 "iterators/WordAwareIterator.h",
192 "markers/DocumentMarker.cpp", 192 "markers/DocumentMarker.cpp",
193 "markers/DocumentMarker.h", 193 "markers/DocumentMarker.h",
194 "markers/DocumentMarkerController.cpp", 194 "markers/DocumentMarkerController.cpp",
195 "markers/DocumentMarkerController.h", 195 "markers/DocumentMarkerController.h",
196 "markers/DocumentMarkerList.cpp",
197 "markers/DocumentMarkerList.h",
196 "markers/DocumentMarkerListEditor.cpp", 198 "markers/DocumentMarkerListEditor.cpp",
197 "markers/DocumentMarkerListEditor.h", 199 "markers/DocumentMarkerListEditor.h",
200 "markers/GenericDocumentMarkerListImpl.cpp",
201 "markers/GenericDocumentMarkerListImpl.h",
198 "markers/RenderedDocumentMarker.h", 202 "markers/RenderedDocumentMarker.h",
199 "serializers/HTMLInterchange.cpp", 203 "serializers/HTMLInterchange.cpp",
200 "serializers/HTMLInterchange.h", 204 "serializers/HTMLInterchange.h",
201 "serializers/MarkupAccumulator.cpp", 205 "serializers/MarkupAccumulator.cpp",
202 "serializers/MarkupAccumulator.h", 206 "serializers/MarkupAccumulator.h",
203 "serializers/MarkupFormatter.cpp", 207 "serializers/MarkupFormatter.cpp",
204 "serializers/MarkupFormatter.h", 208 "serializers/MarkupFormatter.h",
205 "serializers/Serialization.cpp", 209 "serializers/Serialization.cpp",
206 "serializers/Serialization.h", 210 "serializers/Serialization.h",
207 "serializers/StyledMarkupAccumulator.cpp", 211 "serializers/StyledMarkupAccumulator.cpp",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "//third_party/WebKit/Source:config", 316 "//third_party/WebKit/Source:config",
313 "//third_party/WebKit/Source:inside_blink", 317 "//third_party/WebKit/Source:inside_blink",
314 ] 318 ]
315 319
316 deps = [ 320 deps = [
317 "//testing/gmock", 321 "//testing/gmock",
318 "//testing/gtest", 322 "//testing/gtest",
319 "//third_party/WebKit/Source/core:core", 323 "//third_party/WebKit/Source/core:core",
320 ] 324 ]
321 } 325 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698