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