| 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "iterators/TextIterator.cpp", | 180 "iterators/TextIterator.cpp", |
| 181 "iterators/TextIterator.h", | 181 "iterators/TextIterator.h", |
| 182 "iterators/TextIteratorBehavior.cpp", | 182 "iterators/TextIteratorBehavior.cpp", |
| 183 "iterators/TextIteratorBehavior.h", | 183 "iterators/TextIteratorBehavior.h", |
| 184 "iterators/TextIteratorTextState.cpp", | 184 "iterators/TextIteratorTextState.cpp", |
| 185 "iterators/TextIteratorTextState.h", | 185 "iterators/TextIteratorTextState.h", |
| 186 "iterators/TextSearcherICU.cpp", | 186 "iterators/TextSearcherICU.cpp", |
| 187 "iterators/TextSearcherICU.h", | 187 "iterators/TextSearcherICU.h", |
| 188 "iterators/WordAwareIterator.cpp", | 188 "iterators/WordAwareIterator.cpp", |
| 189 "iterators/WordAwareIterator.h", | 189 "iterators/WordAwareIterator.h", |
| 190 "markers/CompositionMarkerList.cpp", |
| 191 "markers/CompositionMarkerList.h", |
| 190 "markers/DocumentMarker.cpp", | 192 "markers/DocumentMarker.cpp", |
| 191 "markers/DocumentMarker.h", | 193 "markers/DocumentMarker.h", |
| 192 "markers/DocumentMarkerController.cpp", | 194 "markers/DocumentMarkerController.cpp", |
| 193 "markers/DocumentMarkerController.h", | 195 "markers/DocumentMarkerController.h", |
| 196 "markers/DocumentMarkerList.cpp", |
| 197 "markers/DocumentMarkerList.h", |
| 198 "markers/DocumentMarkerListEditor.cpp", |
| 199 "markers/DocumentMarkerListEditor.h", |
| 194 "markers/RenderedDocumentMarker.h", | 200 "markers/RenderedDocumentMarker.h", |
| 201 "markers/SpellCheckMarkerList.cpp", |
| 202 "markers/SpellCheckMarkerList.h", |
| 203 "markers/TextMatchMarker.cpp", |
| 204 "markers/TextMatchMarker.h", |
| 205 "markers/TextMatchMarkerList.cpp", |
| 206 "markers/TextMatchMarkerList.h", |
| 195 "serializers/HTMLInterchange.cpp", | 207 "serializers/HTMLInterchange.cpp", |
| 196 "serializers/HTMLInterchange.h", | 208 "serializers/HTMLInterchange.h", |
| 197 "serializers/MarkupAccumulator.cpp", | 209 "serializers/MarkupAccumulator.cpp", |
| 198 "serializers/MarkupAccumulator.h", | 210 "serializers/MarkupAccumulator.h", |
| 199 "serializers/MarkupFormatter.cpp", | 211 "serializers/MarkupFormatter.cpp", |
| 200 "serializers/MarkupFormatter.h", | 212 "serializers/MarkupFormatter.h", |
| 201 "serializers/Serialization.cpp", | 213 "serializers/Serialization.cpp", |
| 202 "serializers/Serialization.h", | 214 "serializers/Serialization.h", |
| 203 "serializers/StyledMarkupAccumulator.cpp", | 215 "serializers/StyledMarkupAccumulator.cpp", |
| 204 "serializers/StyledMarkupAccumulator.h", | 216 "serializers/StyledMarkupAccumulator.h", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 "VisibleSelectionTest.cpp", | 282 "VisibleSelectionTest.cpp", |
| 271 "VisibleUnitsTest.cpp", | 283 "VisibleUnitsTest.cpp", |
| 272 "commands/ApplyBlockElementCommandTest.cpp", | 284 "commands/ApplyBlockElementCommandTest.cpp", |
| 273 "commands/ApplyStyleCommandTest.cpp", | 285 "commands/ApplyStyleCommandTest.cpp", |
| 274 "commands/CompositeEditCommandTest.cpp", | 286 "commands/CompositeEditCommandTest.cpp", |
| 275 "commands/DeleteSelectionCommandTest.cpp", | 287 "commands/DeleteSelectionCommandTest.cpp", |
| 276 "commands/InsertIncrementalTextCommandTest.cpp", | 288 "commands/InsertIncrementalTextCommandTest.cpp", |
| 277 "commands/InsertListCommandTest.cpp", | 289 "commands/InsertListCommandTest.cpp", |
| 278 "commands/ReplaceSelectionCommandTest.cpp", | 290 "commands/ReplaceSelectionCommandTest.cpp", |
| 279 "commands/SetCharacterDataCommandTest.cpp", | 291 "commands/SetCharacterDataCommandTest.cpp", |
| 292 "commands/SplitTextNodeCommandTest.cpp", |
| 280 "commands/TypingCommandTest.cpp", | 293 "commands/TypingCommandTest.cpp", |
| 281 "iterators/BackwardsTextBufferTest.cpp", | 294 "iterators/BackwardsTextBufferTest.cpp", |
| 282 "iterators/CharacterIteratorTest.cpp", | 295 "iterators/CharacterIteratorTest.cpp", |
| 283 "iterators/ForwardsTextBufferTest.cpp", | 296 "iterators/ForwardsTextBufferTest.cpp", |
| 284 "iterators/SearchBufferTest.cpp", | 297 "iterators/SearchBufferTest.cpp", |
| 285 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", | 298 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", |
| 286 "iterators/TextIteratorTest.cpp", | 299 "iterators/TextIteratorTest.cpp", |
| 287 "iterators/TextSearcherICUTest.cpp", | 300 "iterators/TextSearcherICUTest.cpp", |
| 288 "markers/DocumentMarkerControllerTest.cpp", | 301 "markers/DocumentMarkerControllerTest.cpp", |
| 289 "markers/DocumentMarkerTest.cpp", | 302 "markers/DocumentMarkerTest.cpp", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 307 "//third_party/WebKit/Source:config", | 320 "//third_party/WebKit/Source:config", |
| 308 "//third_party/WebKit/Source:inside_blink", | 321 "//third_party/WebKit/Source:inside_blink", |
| 309 ] | 322 ] |
| 310 | 323 |
| 311 deps = [ | 324 deps = [ |
| 312 "//testing/gmock", | 325 "//testing/gmock", |
| 313 "//testing/gtest", | 326 "//testing/gtest", |
| 314 "//third_party/WebKit/Source/core:core", | 327 "//third_party/WebKit/Source/core:core", |
| 315 ] | 328 ] |
| 316 } | 329 } |
| OLD | NEW |