| 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/TextIterator.cpp", | 185 "iterators/TextIterator.cpp", |
| 186 "iterators/TextIterator.h", | 186 "iterators/TextIterator.h", |
| 187 "iterators/TextIteratorBehavior.cpp", | 187 "iterators/TextIteratorBehavior.cpp", |
| 188 "iterators/TextIteratorBehavior.h", | 188 "iterators/TextIteratorBehavior.h", |
| 189 "iterators/TextIteratorTextNodeHandler.cpp", | 189 "iterators/TextIteratorTextNodeHandler.cpp", |
| 190 "iterators/TextIteratorTextNodeHandler.h", | 190 "iterators/TextIteratorTextNodeHandler.h", |
| 191 "iterators/TextIteratorTextState.cpp", | 191 "iterators/TextIteratorTextState.cpp", |
| 192 "iterators/TextIteratorTextState.h", | 192 "iterators/TextIteratorTextState.h", |
| 193 "iterators/TextSearcherICU.cpp", | 193 "iterators/TextSearcherICU.cpp", |
| 194 "iterators/TextSearcherICU.h", | 194 "iterators/TextSearcherICU.h", |
| 195 "markers/CompositionMarker.cpp", |
| 196 "markers/CompositionMarker.h", |
| 195 "markers/CompositionMarkerListImpl.cpp", | 197 "markers/CompositionMarkerListImpl.cpp", |
| 196 "markers/CompositionMarkerListImpl.h", | 198 "markers/CompositionMarkerListImpl.h", |
| 197 "markers/DocumentMarker.cpp", | 199 "markers/DocumentMarker.cpp", |
| 198 "markers/DocumentMarker.h", | 200 "markers/DocumentMarker.h", |
| 199 "markers/DocumentMarkerController.cpp", | 201 "markers/DocumentMarkerController.cpp", |
| 200 "markers/DocumentMarkerController.h", | 202 "markers/DocumentMarkerController.h", |
| 201 "markers/DocumentMarkerList.cpp", | 203 "markers/DocumentMarkerList.cpp", |
| 202 "markers/DocumentMarkerList.h", | 204 "markers/DocumentMarkerList.h", |
| 203 "markers/DocumentMarkerListEditor.cpp", | 205 "markers/DocumentMarkerListEditor.cpp", |
| 204 "markers/DocumentMarkerListEditor.h", | 206 "markers/DocumentMarkerListEditor.h", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "commands/SplitTextNodeCommandTest.cpp", | 307 "commands/SplitTextNodeCommandTest.cpp", |
| 306 "commands/TypingCommandTest.cpp", | 308 "commands/TypingCommandTest.cpp", |
| 307 "iterators/BackwardsTextBufferTest.cpp", | 309 "iterators/BackwardsTextBufferTest.cpp", |
| 308 "iterators/CharacterIteratorTest.cpp", | 310 "iterators/CharacterIteratorTest.cpp", |
| 309 "iterators/ForwardsTextBufferTest.cpp", | 311 "iterators/ForwardsTextBufferTest.cpp", |
| 310 "iterators/SearchBufferTest.cpp", | 312 "iterators/SearchBufferTest.cpp", |
| 311 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", | 313 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", |
| 312 "iterators/TextIteratorTest.cpp", | 314 "iterators/TextIteratorTest.cpp", |
| 313 "iterators/TextSearcherICUTest.cpp", | 315 "iterators/TextSearcherICUTest.cpp", |
| 314 "markers/CompositionMarkerListImplTest.cpp", | 316 "markers/CompositionMarkerListImplTest.cpp", |
| 317 "markers/CompositionMarkerTest.cpp", |
| 315 "markers/DocumentMarkerControllerTest.cpp", | 318 "markers/DocumentMarkerControllerTest.cpp", |
| 316 "markers/DocumentMarkerListEditorTest.cpp", | 319 "markers/DocumentMarkerListEditorTest.cpp", |
| 317 "markers/DocumentMarkerTest.cpp", | 320 "markers/DocumentMarkerTest.cpp", |
| 318 "markers/GrammarMarkerListImplTest.cpp", | 321 "markers/GrammarMarkerListImplTest.cpp", |
| 319 "markers/SpellingMarkerListImplTest.cpp", | 322 "markers/SpellingMarkerListImplTest.cpp", |
| 320 "markers/TextMatchMarkerListImplTest.cpp", | 323 "markers/TextMatchMarkerListImplTest.cpp", |
| 321 "serializers/StyledMarkupSerializerTest.cpp", | 324 "serializers/StyledMarkupSerializerTest.cpp", |
| 322 "spellcheck/IdleSpellCheckCallbackTest.cpp", | 325 "spellcheck/IdleSpellCheckCallbackTest.cpp", |
| 323 "spellcheck/SpellCheckTestBase.cpp", | 326 "spellcheck/SpellCheckTestBase.cpp", |
| 324 "spellcheck/SpellCheckTestBase.h", | 327 "spellcheck/SpellCheckTestBase.h", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 338 "//third_party/WebKit/Source:config", | 341 "//third_party/WebKit/Source:config", |
| 339 "//third_party/WebKit/Source:inside_blink", | 342 "//third_party/WebKit/Source:inside_blink", |
| 340 ] | 343 ] |
| 341 | 344 |
| 342 deps = [ | 345 deps = [ |
| 343 "//testing/gmock", | 346 "//testing/gmock", |
| 344 "//testing/gtest", | 347 "//testing/gtest", |
| 345 "//third_party/WebKit/Source/core:core", | 348 "//third_party/WebKit/Source/core:core", |
| 346 ] | 349 ] |
| 347 } | 350 } |
| OLD | NEW |