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

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

Issue 2723663002: Refactor DocumentMarkerController (Closed)
Patch Set: Rebase 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/InputMethodControllerTest.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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "markers/CompositionMarkerList.cpp", 189 "markers/CompositionMarkerList.cpp",
190 "markers/CompositionMarkerList.h", 190 "markers/CompositionMarkerList.h",
191 "markers/DocumentMarker.cpp", 191 "markers/DocumentMarker.cpp",
192 "markers/DocumentMarker.h", 192 "markers/DocumentMarker.h",
193 "markers/DocumentMarkerController.cpp", 193 "markers/DocumentMarkerController.cpp",
194 "markers/DocumentMarkerController.h", 194 "markers/DocumentMarkerController.h",
195 "markers/DocumentMarkerList.cpp", 195 "markers/DocumentMarkerList.cpp",
196 "markers/DocumentMarkerList.h", 196 "markers/DocumentMarkerList.h",
197 "markers/EditingMarkerList.cpp", 197 "markers/EditingMarkerList.cpp",
198 "markers/EditingMarkerList.h", 198 "markers/EditingMarkerList.h",
199 "markers/RenderedDocumentMarker.cpp",
200 "markers/RenderedDocumentMarker.h",
201 "markers/SpellCheckMarkerList.cpp", 199 "markers/SpellCheckMarkerList.cpp",
202 "markers/SpellCheckMarkerList.h", 200 "markers/SpellCheckMarkerList.h",
203 "markers/TextMatchMarker.cpp", 201 "markers/TextMatchMarker.cpp",
204 "markers/TextMatchMarker.h", 202 "markers/TextMatchMarker.h",
205 "markers/TextMatchMarkerList.cpp", 203 "markers/TextMatchMarkerList.cpp",
206 "markers/TextMatchMarkerList.h", 204 "markers/TextMatchMarkerList.h",
207 "serializers/HTMLInterchange.cpp", 205 "serializers/HTMLInterchange.cpp",
208 "serializers/HTMLInterchange.h", 206 "serializers/HTMLInterchange.h",
209 "serializers/MarkupAccumulator.cpp", 207 "serializers/MarkupAccumulator.cpp",
210 "serializers/MarkupAccumulator.h", 208 "serializers/MarkupAccumulator.h",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "//third_party/WebKit/Source:config", 320 "//third_party/WebKit/Source:config",
323 "//third_party/WebKit/Source:inside_blink", 321 "//third_party/WebKit/Source:inside_blink",
324 ] 322 ]
325 323
326 deps = [ 324 deps = [
327 "//testing/gmock", 325 "//testing/gmock",
328 "//testing/gtest", 326 "//testing/gtest",
329 "//third_party/WebKit/Source/core:core", 327 "//third_party/WebKit/Source/core:core",
330 ] 328 ]
331 } 329 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698