Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: third_party/WebKit/Source/core/editing/BUILD.gn

Issue 2903413003: Add tests for DocumentMarkerListEditor::ShiftMarkersContent{D,Ind}ependent (Closed)
Patch Set: Final Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "commands/TypingCommandTest.cpp", 301 "commands/TypingCommandTest.cpp",
302 "iterators/BackwardsTextBufferTest.cpp", 302 "iterators/BackwardsTextBufferTest.cpp",
303 "iterators/CharacterIteratorTest.cpp", 303 "iterators/CharacterIteratorTest.cpp",
304 "iterators/ForwardsTextBufferTest.cpp", 304 "iterators/ForwardsTextBufferTest.cpp",
305 "iterators/SearchBufferTest.cpp", 305 "iterators/SearchBufferTest.cpp",
306 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", 306 "iterators/SimplifiedBackwardsTextIteratorTest.cpp",
307 "iterators/TextIteratorTest.cpp", 307 "iterators/TextIteratorTest.cpp",
308 "iterators/TextSearcherICUTest.cpp", 308 "iterators/TextSearcherICUTest.cpp",
309 "markers/CompositionMarkerListImplTest.cpp", 309 "markers/CompositionMarkerListImplTest.cpp",
310 "markers/DocumentMarkerControllerTest.cpp", 310 "markers/DocumentMarkerControllerTest.cpp",
311 "markers/DocumentMarkerListEditorTest.cpp",
311 "markers/DocumentMarkerTest.cpp", 312 "markers/DocumentMarkerTest.cpp",
312 "markers/GrammarMarkerListImplTest.cpp", 313 "markers/GrammarMarkerListImplTest.cpp",
313 "markers/SpellingMarkerListImplTest.cpp", 314 "markers/SpellingMarkerListImplTest.cpp",
314 "markers/TextMatchMarkerListImplTest.cpp", 315 "markers/TextMatchMarkerListImplTest.cpp",
315 "serializers/StyledMarkupSerializerTest.cpp", 316 "serializers/StyledMarkupSerializerTest.cpp",
316 "spellcheck/IdleSpellCheckCallbackTest.cpp", 317 "spellcheck/IdleSpellCheckCallbackTest.cpp",
317 "spellcheck/SpellCheckTestBase.cpp", 318 "spellcheck/SpellCheckTestBase.cpp",
318 "spellcheck/SpellCheckTestBase.h", 319 "spellcheck/SpellCheckTestBase.h",
319 "spellcheck/SpellCheckerTest.cpp", 320 "spellcheck/SpellCheckerTest.cpp",
320 "state_machines/BackspaceStateMachineTest.cpp", 321 "state_machines/BackspaceStateMachineTest.cpp",
(...skipping 11 matching lines...) Expand all
332 "//third_party/WebKit/Source:config", 333 "//third_party/WebKit/Source:config",
333 "//third_party/WebKit/Source:inside_blink", 334 "//third_party/WebKit/Source:inside_blink",
334 ] 335 ]
335 336
336 deps = [ 337 deps = [
337 "//testing/gmock", 338 "//testing/gmock",
338 "//testing/gtest", 339 "//testing/gtest",
339 "//third_party/WebKit/Source/core:core", 340 "//third_party/WebKit/Source/core:core",
340 ] 341 ]
341 } 342 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerListEditor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698