| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "markers/CompositionMarkerListImpl.cpp", | 194 "markers/CompositionMarkerListImpl.cpp", |
| 195 "markers/CompositionMarkerListImpl.h", | 195 "markers/CompositionMarkerListImpl.h", |
| 196 "markers/DocumentMarker.cpp", | 196 "markers/DocumentMarker.cpp", |
| 197 "markers/DocumentMarker.h", | 197 "markers/DocumentMarker.h", |
| 198 "markers/DocumentMarkerController.cpp", | 198 "markers/DocumentMarkerController.cpp", |
| 199 "markers/DocumentMarkerController.h", | 199 "markers/DocumentMarkerController.h", |
| 200 "markers/DocumentMarkerList.cpp", | 200 "markers/DocumentMarkerList.cpp", |
| 201 "markers/DocumentMarkerList.h", | 201 "markers/DocumentMarkerList.h", |
| 202 "markers/DocumentMarkerListEditor.cpp", | 202 "markers/DocumentMarkerListEditor.cpp", |
| 203 "markers/DocumentMarkerListEditor.h", | 203 "markers/DocumentMarkerListEditor.h", |
| 204 "markers/GenericDocumentMarkerListImpl.cpp", | |
| 205 "markers/GenericDocumentMarkerListImpl.h", | |
| 206 "markers/GrammarMarkerListImpl.cpp", | 204 "markers/GrammarMarkerListImpl.cpp", |
| 207 "markers/GrammarMarkerListImpl.h", | 205 "markers/GrammarMarkerListImpl.h", |
| 208 "markers/RenderedDocumentMarker.h", | 206 "markers/RenderedDocumentMarker.h", |
| 209 "markers/SpellCheckMarkerListImpl.cpp", | 207 "markers/SpellCheckMarkerListImpl.cpp", |
| 210 "markers/SpellCheckMarkerListImpl.h", | 208 "markers/SpellCheckMarkerListImpl.h", |
| 211 "markers/SpellingMarkerListImpl.cpp", | 209 "markers/SpellingMarkerListImpl.cpp", |
| 212 "markers/SpellingMarkerListImpl.h", | 210 "markers/SpellingMarkerListImpl.h", |
| 211 "markers/TextMatchMarkerListImpl.cpp", |
| 212 "markers/TextMatchMarkerListImpl.h", |
| 213 "serializers/HTMLInterchange.cpp", | 213 "serializers/HTMLInterchange.cpp", |
| 214 "serializers/HTMLInterchange.h", | 214 "serializers/HTMLInterchange.h", |
| 215 "serializers/MarkupAccumulator.cpp", | 215 "serializers/MarkupAccumulator.cpp", |
| 216 "serializers/MarkupAccumulator.h", | 216 "serializers/MarkupAccumulator.h", |
| 217 "serializers/MarkupFormatter.cpp", | 217 "serializers/MarkupFormatter.cpp", |
| 218 "serializers/MarkupFormatter.h", | 218 "serializers/MarkupFormatter.h", |
| 219 "serializers/Serialization.cpp", | 219 "serializers/Serialization.cpp", |
| 220 "serializers/Serialization.h", | 220 "serializers/Serialization.h", |
| 221 "serializers/StyledMarkupAccumulator.cpp", | 221 "serializers/StyledMarkupAccumulator.cpp", |
| 222 "serializers/StyledMarkupAccumulator.h", | 222 "serializers/StyledMarkupAccumulator.h", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "iterators/ForwardsTextBufferTest.cpp", | 303 "iterators/ForwardsTextBufferTest.cpp", |
| 304 "iterators/SearchBufferTest.cpp", | 304 "iterators/SearchBufferTest.cpp", |
| 305 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", | 305 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", |
| 306 "iterators/TextIteratorTest.cpp", | 306 "iterators/TextIteratorTest.cpp", |
| 307 "iterators/TextSearcherICUTest.cpp", | 307 "iterators/TextSearcherICUTest.cpp", |
| 308 "markers/CompositionMarkerListImplTest.cpp", | 308 "markers/CompositionMarkerListImplTest.cpp", |
| 309 "markers/DocumentMarkerControllerTest.cpp", | 309 "markers/DocumentMarkerControllerTest.cpp", |
| 310 "markers/DocumentMarkerTest.cpp", | 310 "markers/DocumentMarkerTest.cpp", |
| 311 "markers/GrammarMarkerListImplTest.cpp", | 311 "markers/GrammarMarkerListImplTest.cpp", |
| 312 "markers/SpellingMarkerListImplTest.cpp", | 312 "markers/SpellingMarkerListImplTest.cpp", |
| 313 "markers/TextMatchMarkerListImplTest.cpp", |
| 313 "serializers/StyledMarkupSerializerTest.cpp", | 314 "serializers/StyledMarkupSerializerTest.cpp", |
| 314 "spellcheck/IdleSpellCheckCallbackTest.cpp", | 315 "spellcheck/IdleSpellCheckCallbackTest.cpp", |
| 315 "spellcheck/SpellCheckTestBase.cpp", | 316 "spellcheck/SpellCheckTestBase.cpp", |
| 316 "spellcheck/SpellCheckTestBase.h", | 317 "spellcheck/SpellCheckTestBase.h", |
| 317 "spellcheck/SpellCheckerTest.cpp", | 318 "spellcheck/SpellCheckerTest.cpp", |
| 318 "state_machines/BackspaceStateMachineTest.cpp", | 319 "state_machines/BackspaceStateMachineTest.cpp", |
| 319 "state_machines/BackwardCodePointStateMachineTest.cpp", | 320 "state_machines/BackwardCodePointStateMachineTest.cpp", |
| 320 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", | 321 "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", |
| 321 "state_machines/ForwardCodePointStateMachineTest.cpp", | 322 "state_machines/ForwardCodePointStateMachineTest.cpp", |
| 322 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", | 323 "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", |
| 323 "state_machines/StateMachineTestUtil.cpp", | 324 "state_machines/StateMachineTestUtil.cpp", |
| 324 "state_machines/StateMachineTestUtil.h", | 325 "state_machines/StateMachineTestUtil.h", |
| 325 "state_machines/StateMachineUtilTest.cpp", | 326 "state_machines/StateMachineUtilTest.cpp", |
| 326 ] | 327 ] |
| 327 | 328 |
| 328 configs += [ | 329 configs += [ |
| 329 "//third_party/WebKit/Source/core:blink_core_pch", | 330 "//third_party/WebKit/Source/core:blink_core_pch", |
| 330 "//third_party/WebKit/Source:config", | 331 "//third_party/WebKit/Source:config", |
| 331 "//third_party/WebKit/Source:inside_blink", | 332 "//third_party/WebKit/Source:inside_blink", |
| 332 ] | 333 ] |
| 333 | 334 |
| 334 deps = [ | 335 deps = [ |
| 335 "//testing/gmock", | 336 "//testing/gmock", |
| 336 "//testing/gtest", | 337 "//testing/gtest", |
| 337 "//third_party/WebKit/Source/core:core", | 338 "//third_party/WebKit/Source/core:core", |
| 338 ] | 339 ] |
| 339 } | 340 } |
| OLD | NEW |