| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 "iterators/TextSearcherICU.cpp", | 185 "iterators/TextSearcherICU.cpp", |
| 186 "iterators/TextSearcherICU.h", | 186 "iterators/TextSearcherICU.h", |
| 187 "iterators/WordAwareIterator.cpp", | 187 "iterators/WordAwareIterator.cpp", |
| 188 "iterators/WordAwareIterator.h", | 188 "iterators/WordAwareIterator.h", |
| 189 "markers/DocumentMarker.cpp", | 189 "markers/DocumentMarker.cpp", |
| 190 "markers/DocumentMarker.h", | 190 "markers/DocumentMarker.h", |
| 191 "markers/DocumentMarkerController.cpp", | 191 "markers/DocumentMarkerController.cpp", |
| 192 "markers/DocumentMarkerController.h", | 192 "markers/DocumentMarkerController.h", |
| 193 "markers/DocumentMarkerList.cpp", | 193 "markers/DocumentMarkerList.cpp", |
| 194 "markers/DocumentMarkerList.h", | 194 "markers/DocumentMarkerList.h", |
| 195 "markers/EditingMarkerList.cpp", |
| 196 "markers/EditingMarkerList.h", |
| 195 "markers/RenderedDocumentMarker.h", | 197 "markers/RenderedDocumentMarker.h", |
| 196 "serializers/HTMLInterchange.cpp", | 198 "serializers/HTMLInterchange.cpp", |
| 197 "serializers/HTMLInterchange.h", | 199 "serializers/HTMLInterchange.h", |
| 198 "serializers/MarkupAccumulator.cpp", | 200 "serializers/MarkupAccumulator.cpp", |
| 199 "serializers/MarkupAccumulator.h", | 201 "serializers/MarkupAccumulator.h", |
| 200 "serializers/MarkupFormatter.cpp", | 202 "serializers/MarkupFormatter.cpp", |
| 201 "serializers/MarkupFormatter.h", | 203 "serializers/MarkupFormatter.h", |
| 202 "serializers/Serialization.cpp", | 204 "serializers/Serialization.cpp", |
| 203 "serializers/Serialization.h", | 205 "serializers/Serialization.h", |
| 204 "serializers/StyledMarkupAccumulator.cpp", | 206 "serializers/StyledMarkupAccumulator.cpp", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 "iterators/BackwardsTextBufferTest.cpp", | 283 "iterators/BackwardsTextBufferTest.cpp", |
| 282 "iterators/CharacterIteratorTest.cpp", | 284 "iterators/CharacterIteratorTest.cpp", |
| 283 "iterators/ForwardsTextBufferTest.cpp", | 285 "iterators/ForwardsTextBufferTest.cpp", |
| 284 "iterators/SearchBufferTest.cpp", | 286 "iterators/SearchBufferTest.cpp", |
| 285 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", | 287 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", |
| 286 "iterators/TextIteratorTest.cpp", | 288 "iterators/TextIteratorTest.cpp", |
| 287 "iterators/TextSearcherICUTest.cpp", | 289 "iterators/TextSearcherICUTest.cpp", |
| 288 "markers/DocumentMarkerControllerTest.cpp", | 290 "markers/DocumentMarkerControllerTest.cpp", |
| 289 "markers/DocumentMarkerListTest.cpp", | 291 "markers/DocumentMarkerListTest.cpp", |
| 290 "markers/DocumentMarkerTest.cpp", | 292 "markers/DocumentMarkerTest.cpp", |
| 293 "markers/EditingMarkerListTest.cpp", |
| 291 "serializers/StyledMarkupSerializerTest.cpp", | 294 "serializers/StyledMarkupSerializerTest.cpp", |
| 292 "spellcheck/IdleSpellCheckCallbackTest.cpp", | 295 "spellcheck/IdleSpellCheckCallbackTest.cpp", |
| 293 "spellcheck/SpellCheckTestBase.cpp", | 296 "spellcheck/SpellCheckTestBase.cpp", |
| 294 "spellcheck/SpellCheckTestBase.h", | 297 "spellcheck/SpellCheckTestBase.h", |
| 295 "spellcheck/SpellCheckerTest.cpp", | 298 "spellcheck/SpellCheckerTest.cpp", |
| 296 "state_machines/BackspaceStateMachineTest.cpp", | 299 "state_machines/BackspaceStateMachineTest.cpp", |
| 297 "state_machines/BackwardCodePointStateMachineTest.cpp", | 300 "state_machines/BackwardCodePointStateMachineTest.cpp", |
| 298 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", | 301 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", |
| 299 "state_machines/ForwardCodePointStateMachineTest.cpp", | 302 "state_machines/ForwardCodePointStateMachineTest.cpp", |
| 300 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", | 303 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", |
| 301 "state_machines/StateMachineTestUtil.cpp", | 304 "state_machines/StateMachineTestUtil.cpp", |
| 302 "state_machines/StateMachineTestUtil.h", | 305 "state_machines/StateMachineTestUtil.h", |
| 303 "state_machines/StateMachineUtilTest.cpp", | 306 "state_machines/StateMachineUtilTest.cpp", |
| 304 ] | 307 ] |
| 305 | 308 |
| 306 configs += [ | 309 configs += [ |
| 307 "//third_party/WebKit/Source/core:blink_core_pch", | 310 "//third_party/WebKit/Source/core:blink_core_pch", |
| 308 "//third_party/WebKit/Source:config", | 311 "//third_party/WebKit/Source:config", |
| 309 "//third_party/WebKit/Source:inside_blink", | 312 "//third_party/WebKit/Source:inside_blink", |
| 310 ] | 313 ] |
| 311 | 314 |
| 312 deps = [ | 315 deps = [ |
| 313 "//testing/gmock", | 316 "//testing/gmock", |
| 314 "//testing/gtest", | 317 "//testing/gtest", |
| 315 "//third_party/WebKit/Source/core:core", | 318 "//third_party/WebKit/Source/core:core", |
| 316 ] | 319 ] |
| 317 } | 320 } |
| OLD | NEW |