OLD | NEW |
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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 199 "markers/RenderedDocumentMarker.cpp", |
200 "markers/RenderedDocumentMarker.h", | 200 "markers/RenderedDocumentMarker.h", |
201 "markers/SpellCheckMarkerList.cpp", | 201 "markers/SpellCheckMarkerList.cpp", |
202 "markers/SpellCheckMarkerList.h", | 202 "markers/SpellCheckMarkerList.h", |
| 203 "markers/TextMatchMarker.cpp", |
| 204 "markers/TextMatchMarker.h", |
| 205 "markers/TextMatchMarkerList.cpp", |
| 206 "markers/TextMatchMarkerList.h", |
203 "serializers/HTMLInterchange.cpp", | 207 "serializers/HTMLInterchange.cpp", |
204 "serializers/HTMLInterchange.h", | 208 "serializers/HTMLInterchange.h", |
205 "serializers/MarkupAccumulator.cpp", | 209 "serializers/MarkupAccumulator.cpp", |
206 "serializers/MarkupAccumulator.h", | 210 "serializers/MarkupAccumulator.h", |
207 "serializers/MarkupFormatter.cpp", | 211 "serializers/MarkupFormatter.cpp", |
208 "serializers/MarkupFormatter.h", | 212 "serializers/MarkupFormatter.h", |
209 "serializers/Serialization.cpp", | 213 "serializers/Serialization.cpp", |
210 "serializers/Serialization.h", | 214 "serializers/Serialization.h", |
211 "serializers/StyledMarkupAccumulator.cpp", | 215 "serializers/StyledMarkupAccumulator.cpp", |
212 "serializers/StyledMarkupAccumulator.h", | 216 "serializers/StyledMarkupAccumulator.h", |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 "iterators/ForwardsTextBufferTest.cpp", | 294 "iterators/ForwardsTextBufferTest.cpp", |
291 "iterators/SearchBufferTest.cpp", | 295 "iterators/SearchBufferTest.cpp", |
292 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", | 296 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", |
293 "iterators/TextIteratorTest.cpp", | 297 "iterators/TextIteratorTest.cpp", |
294 "iterators/TextSearcherICUTest.cpp", | 298 "iterators/TextSearcherICUTest.cpp", |
295 "markers/DocumentMarkerControllerTest.cpp", | 299 "markers/DocumentMarkerControllerTest.cpp", |
296 "markers/DocumentMarkerListTest.cpp", | 300 "markers/DocumentMarkerListTest.cpp", |
297 "markers/DocumentMarkerTest.cpp", | 301 "markers/DocumentMarkerTest.cpp", |
298 "markers/EditingMarkerListTest.cpp", | 302 "markers/EditingMarkerListTest.cpp", |
299 "markers/SpellCheckMarkerListTest.cpp", | 303 "markers/SpellCheckMarkerListTest.cpp", |
| 304 "markers/TextMatchMarkerListTest.cpp", |
300 "serializers/StyledMarkupSerializerTest.cpp", | 305 "serializers/StyledMarkupSerializerTest.cpp", |
301 "spellcheck/IdleSpellCheckCallbackTest.cpp", | 306 "spellcheck/IdleSpellCheckCallbackTest.cpp", |
302 "spellcheck/SpellCheckTestBase.cpp", | 307 "spellcheck/SpellCheckTestBase.cpp", |
303 "spellcheck/SpellCheckTestBase.h", | 308 "spellcheck/SpellCheckTestBase.h", |
304 "spellcheck/SpellCheckerTest.cpp", | 309 "spellcheck/SpellCheckerTest.cpp", |
305 "state_machines/BackspaceStateMachineTest.cpp", | 310 "state_machines/BackspaceStateMachineTest.cpp", |
306 "state_machines/BackwardCodePointStateMachineTest.cpp", | 311 "state_machines/BackwardCodePointStateMachineTest.cpp", |
307 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", | 312 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", |
308 "state_machines/ForwardCodePointStateMachineTest.cpp", | 313 "state_machines/ForwardCodePointStateMachineTest.cpp", |
309 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", | 314 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", |
310 "state_machines/StateMachineTestUtil.cpp", | 315 "state_machines/StateMachineTestUtil.cpp", |
311 "state_machines/StateMachineTestUtil.h", | 316 "state_machines/StateMachineTestUtil.h", |
312 "state_machines/StateMachineUtilTest.cpp", | 317 "state_machines/StateMachineUtilTest.cpp", |
313 ] | 318 ] |
314 | 319 |
315 configs += [ | 320 configs += [ |
316 "//third_party/WebKit/Source/core:blink_core_pch", | 321 "//third_party/WebKit/Source/core:blink_core_pch", |
317 "//third_party/WebKit/Source:config", | 322 "//third_party/WebKit/Source:config", |
318 "//third_party/WebKit/Source:inside_blink", | 323 "//third_party/WebKit/Source:inside_blink", |
319 ] | 324 ] |
320 | 325 |
321 deps = [ | 326 deps = [ |
322 "//testing/gmock", | 327 "//testing/gmock", |
323 "//testing/gtest", | 328 "//testing/gtest", |
324 "//third_party/WebKit/Source/core:core", | 329 "//third_party/WebKit/Source/core:core", |
325 ] | 330 ] |
326 } | 331 } |
OLD | NEW |