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

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

Issue 2898953005: [DMC #16] Rename RenderedDocumentMarker to TextMatchMarker (Closed)
Patch Set: Rebase 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp » ('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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "markers/DocumentMarker.cpp", 196 "markers/DocumentMarker.cpp",
197 "markers/DocumentMarker.h", 197 "markers/DocumentMarker.h",
198 "markers/DocumentMarkerController.cpp", 198 "markers/DocumentMarkerController.cpp",
199 "markers/DocumentMarkerController.h", 199 "markers/DocumentMarkerController.h",
200 "markers/DocumentMarkerList.cpp", 200 "markers/DocumentMarkerList.cpp",
201 "markers/DocumentMarkerList.h", 201 "markers/DocumentMarkerList.h",
202 "markers/DocumentMarkerListEditor.cpp", 202 "markers/DocumentMarkerListEditor.cpp",
203 "markers/DocumentMarkerListEditor.h", 203 "markers/DocumentMarkerListEditor.h",
204 "markers/GrammarMarkerListImpl.cpp", 204 "markers/GrammarMarkerListImpl.cpp",
205 "markers/GrammarMarkerListImpl.h", 205 "markers/GrammarMarkerListImpl.h",
206 "markers/RenderedDocumentMarker.h",
207 "markers/SpellCheckMarkerListImpl.cpp", 206 "markers/SpellCheckMarkerListImpl.cpp",
208 "markers/SpellCheckMarkerListImpl.h", 207 "markers/SpellCheckMarkerListImpl.h",
209 "markers/SpellingMarkerListImpl.cpp", 208 "markers/SpellingMarkerListImpl.cpp",
210 "markers/SpellingMarkerListImpl.h", 209 "markers/SpellingMarkerListImpl.h",
210 "markers/TextMatchMarker.h",
211 "markers/TextMatchMarkerListImpl.cpp", 211 "markers/TextMatchMarkerListImpl.cpp",
212 "markers/TextMatchMarkerListImpl.h", 212 "markers/TextMatchMarkerListImpl.h",
213 "serializers/HTMLInterchange.cpp", 213 "serializers/HTMLInterchange.cpp",
214 "serializers/HTMLInterchange.h", 214 "serializers/HTMLInterchange.h",
215 "serializers/MarkupAccumulator.cpp", 215 "serializers/MarkupAccumulator.cpp",
216 "serializers/MarkupAccumulator.h", 216 "serializers/MarkupAccumulator.h",
217 "serializers/MarkupFormatter.cpp", 217 "serializers/MarkupFormatter.cpp",
218 "serializers/MarkupFormatter.h", 218 "serializers/MarkupFormatter.h",
219 "serializers/Serialization.cpp", 219 "serializers/Serialization.cpp",
220 "serializers/Serialization.h", 220 "serializers/Serialization.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "//third_party/WebKit/Source:config", 331 "//third_party/WebKit/Source:config",
332 "//third_party/WebKit/Source:inside_blink", 332 "//third_party/WebKit/Source:inside_blink",
333 ] 333 ]
334 334
335 deps = [ 335 deps = [
336 "//testing/gmock", 336 "//testing/gmock",
337 "//testing/gtest", 337 "//testing/gtest",
338 "//third_party/WebKit/Source/core:core", 338 "//third_party/WebKit/Source/core:core",
339 ] 339 ]
340 } 340 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698