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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2533213002: Move core/editing/*Test.cpp to core/editing/BUILD.gn (Closed)
Patch Set: 2016-11-29T17:42:48 Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 23a2e1fd93f23b21642bee53da5199b4fc25a2cb..0b9caf1a5dcef23de37567dafa123ce2d6de3cba 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1139,46 +1139,6 @@ source_set("unit_tests") {
"dom/custom/CustomElementUpgradeSorterTest.cpp",
"dom/shadow/FlatTreeTraversalTest.cpp",
"dom/shadow/SlotScopedTraversalTest.cpp",
- "editing/CompositionUnderlineTest.cpp",
- "editing/EditingCommandTest.cpp",
- "editing/EditingStrategyTest.cpp",
- "editing/EditingStyleTest.cpp",
- "editing/EditingTestBase.cpp",
- "editing/EditingTestBase.h",
- "editing/EditingUtilitiesTest.cpp",
- "editing/EditorTest.cpp",
- "editing/EphemeralRangeTest.cpp",
- "editing/FrameSelectionTest.cpp",
- "editing/GranularityStrategyTest.cpp",
- "editing/InputMethodControllerTest.cpp",
- "editing/PositionTest.cpp",
- "editing/RelocatablePositionTest.cpp",
- "editing/SelectionAdjusterTest.cpp",
- "editing/SelectionControllerTest.cpp",
- "editing/SelectionTemplateTest.cpp",
- "editing/SurroundingTextTest.cpp",
- "editing/VisiblePositionTest.cpp",
- "editing/VisibleSelectionTest.cpp",
- "editing/VisibleUnitsTest.cpp",
- "editing/commands/ApplyBlockElementCommandTest.cpp",
- "editing/commands/InsertListCommandTest.cpp",
- "editing/commands/ReplaceSelectionCommandTest.cpp",
- "editing/commands/TypingCommandTest.cpp",
- "editing/iterators/BackwardsTextBufferTest.cpp",
- "editing/iterators/CharacterIteratorTest.cpp",
- "editing/iterators/ForwardsTextBufferTest.cpp",
- "editing/iterators/SearchBufferTest.cpp",
- "editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp",
- "editing/iterators/TextIteratorTest.cpp",
- "editing/iterators/TextSearcherICUTest.cpp",
- "editing/markers/DocumentMarkerControllerTest.cpp",
- "editing/serializers/StyledMarkupSerializerTest.cpp",
- "editing/spellcheck/SpellCheckerTest.cpp",
- "editing/state_machines/BackspaceStateMachineTest.cpp",
- "editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp",
- "editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp",
- "editing/state_machines/StateMachineTestUtil.cpp",
- "editing/state_machines/StateMachineUtilTest.cpp",
"events/EventPathTest.cpp",
"events/EventTargetTest.cpp",
"events/PointerEventFactoryTest.cpp",
@@ -1366,6 +1326,7 @@ source_set("unit_tests") {
":core",
"//testing/gmock",
"//testing/gtest",
+ "//third_party/WebKit/Source/core/editing:unit_tests",
]
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698