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

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

Issue 2802993007: Add SplitTextNodeCommandTest (Closed)
Patch Set: Rebase on renaming Created 3 years, 8 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/commands/SplitTextNodeCommand.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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "VisibleSelectionTest.cpp", 270 "VisibleSelectionTest.cpp",
271 "VisibleUnitsTest.cpp", 271 "VisibleUnitsTest.cpp",
272 "commands/ApplyBlockElementCommandTest.cpp", 272 "commands/ApplyBlockElementCommandTest.cpp",
273 "commands/ApplyStyleCommandTest.cpp", 273 "commands/ApplyStyleCommandTest.cpp",
274 "commands/CompositeEditCommandTest.cpp", 274 "commands/CompositeEditCommandTest.cpp",
275 "commands/DeleteSelectionCommandTest.cpp", 275 "commands/DeleteSelectionCommandTest.cpp",
276 "commands/InsertIncrementalTextCommandTest.cpp", 276 "commands/InsertIncrementalTextCommandTest.cpp",
277 "commands/InsertListCommandTest.cpp", 277 "commands/InsertListCommandTest.cpp",
278 "commands/ReplaceSelectionCommandTest.cpp", 278 "commands/ReplaceSelectionCommandTest.cpp",
279 "commands/SetCharacterDataCommandTest.cpp", 279 "commands/SetCharacterDataCommandTest.cpp",
280 "commands/SplitTextNodeCommandTest.cpp",
280 "commands/TypingCommandTest.cpp", 281 "commands/TypingCommandTest.cpp",
281 "iterators/BackwardsTextBufferTest.cpp", 282 "iterators/BackwardsTextBufferTest.cpp",
282 "iterators/CharacterIteratorTest.cpp", 283 "iterators/CharacterIteratorTest.cpp",
283 "iterators/ForwardsTextBufferTest.cpp", 284 "iterators/ForwardsTextBufferTest.cpp",
284 "iterators/SearchBufferTest.cpp", 285 "iterators/SearchBufferTest.cpp",
285 "iterators/SimplifiedBackwardsTextIteratorTest.cpp", 286 "iterators/SimplifiedBackwardsTextIteratorTest.cpp",
286 "iterators/TextIteratorTest.cpp", 287 "iterators/TextIteratorTest.cpp",
287 "iterators/TextSearcherICUTest.cpp", 288 "iterators/TextSearcherICUTest.cpp",
288 "markers/DocumentMarkerControllerTest.cpp", 289 "markers/DocumentMarkerControllerTest.cpp",
289 "markers/DocumentMarkerTest.cpp", 290 "markers/DocumentMarkerTest.cpp",
(...skipping 17 matching lines...) Expand all
307 "//third_party/WebKit/Source:config", 308 "//third_party/WebKit/Source:config",
308 "//third_party/WebKit/Source:inside_blink", 309 "//third_party/WebKit/Source:inside_blink",
309 ] 310 ]
310 311
311 deps = [ 312 deps = [
312 "//testing/gmock", 313 "//testing/gmock",
313 "//testing/gtest", 314 "//testing/gtest",
314 "//third_party/WebKit/Source/core:core", 315 "//third_party/WebKit/Source/core:core",
315 ] 316 ]
316 } 317 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/commands/SplitTextNodeCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698