| 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", | 
| 11     "CaretDisplayItemClient.h", | 11     "CaretDisplayItemClient.h", | 
| 12     "CompositionUnderline.cpp", | 12     "CompositionUnderline.cpp", | 
| 13     "CompositionUnderline.h", | 13     "CompositionUnderline.h", | 
| 14     "DOMSelection.cpp", | 14     "DOMSelection.cpp", | 
| 15     "DOMSelection.h", | 15     "DOMSelection.h", | 
| 16     "DragCaret.cpp", | 16     "DragCaret.cpp", | 
| 17     "DragCaret.h", | 17     "DragCaret.h", | 
| 18     "EditingBehavior.cpp", | 18     "EditingBehavior.cpp", | 
| 19     "EditingBehavior.h", | 19     "EditingBehavior.h", | 
| 20     "EditingStrategy.cpp", | 20     "EditingStrategy.cpp", | 
| 21     "EditingStrategy.h", | 21     "EditingStrategy.h", | 
| 22     "EditingStyle.cpp", | 22     "EditingStyle.cpp", | 
|  | 23     "EditingStyle.h", | 
| 23     "EditingStyleUtilities.cpp", | 24     "EditingStyleUtilities.cpp", | 
| 24     "EditingStyleUtilities.h", | 25     "EditingStyleUtilities.h", | 
| 25     "EditingUtilities.cpp", | 26     "EditingUtilities.cpp", | 
| 26     "EditingUtilities.h", | 27     "EditingUtilities.h", | 
| 27     "Editor.cpp", | 28     "Editor.cpp", | 
| 28     "EditorKeyBindings.cpp", | 29     "EditorKeyBindings.cpp", | 
| 29     "EphemeralRange.cpp", | 30     "EphemeralRange.cpp", | 
| 30     "EphemeralRange.h", | 31     "EphemeralRange.h", | 
| 31     "FrameCaret.cpp", | 32     "FrameCaret.cpp", | 
| 32     "FrameCaret.h", | 33     "FrameCaret.h", | 
| 33     "FrameSelection.cpp", | 34     "FrameSelection.cpp", | 
|  | 35     "FrameSelection.h", | 
| 34     "GranularityStrategy.cpp", | 36     "GranularityStrategy.cpp", | 
|  | 37     "GranularityStrategy.h", | 
| 35     "InputMethodController.cpp", | 38     "InputMethodController.cpp", | 
| 36     "InputMethodController.h", | 39     "InputMethodController.h", | 
| 37     "PendingSelection.cpp", | 40     "PendingSelection.cpp", | 
| 38     "PendingSelection.h", | 41     "PendingSelection.h", | 
| 39     "PlainTextRange.cpp", | 42     "PlainTextRange.cpp", | 
| 40     "PlainTextRange.h", | 43     "PlainTextRange.h", | 
| 41     "Position.cpp", | 44     "Position.cpp", | 
| 42     "Position.h", | 45     "Position.h", | 
| 43     "PositionIterator.cpp", | 46     "PositionIterator.cpp", | 
| 44     "PositionIterator.h", | 47     "PositionIterator.h", | 
| (...skipping 12 matching lines...) Expand all  Loading... | 
| 57     "SelectionModifier.cpp", | 60     "SelectionModifier.cpp", | 
| 58     "SelectionModifier.h", | 61     "SelectionModifier.h", | 
| 59     "SelectionTemplate.cpp", | 62     "SelectionTemplate.cpp", | 
| 60     "SelectionTemplate.h", | 63     "SelectionTemplate.h", | 
| 61     "SelectionType.h", | 64     "SelectionType.h", | 
| 62     "SurroundingText.cpp", | 65     "SurroundingText.cpp", | 
| 63     "SurroundingText.h", | 66     "SurroundingText.h", | 
| 64     "TextAffinity.cpp", | 67     "TextAffinity.cpp", | 
| 65     "TextAffinity.h", | 68     "TextAffinity.h", | 
| 66     "VisiblePosition.cpp", | 69     "VisiblePosition.cpp", | 
|  | 70     "VisiblePosition.h", | 
| 67     "VisibleSelection.cpp", | 71     "VisibleSelection.cpp", | 
|  | 72     "VisibleSelection.h", | 
| 68     "VisibleUnits.cpp", | 73     "VisibleUnits.cpp", | 
|  | 74     "VisibleUnits.h", | 
| 69     "commands/AppendNodeCommand.cpp", | 75     "commands/AppendNodeCommand.cpp", | 
| 70     "commands/AppendNodeCommand.h", | 76     "commands/AppendNodeCommand.h", | 
| 71     "commands/ApplyBlockElementCommand.cpp", | 77     "commands/ApplyBlockElementCommand.cpp", | 
| 72     "commands/ApplyBlockElementCommand.h", | 78     "commands/ApplyBlockElementCommand.h", | 
| 73     "commands/ApplyStyleCommand.cpp", | 79     "commands/ApplyStyleCommand.cpp", | 
| 74     "commands/ApplyStyleCommand.h", | 80     "commands/ApplyStyleCommand.h", | 
| 75     "commands/BreakBlockquoteCommand.cpp", | 81     "commands/BreakBlockquoteCommand.cpp", | 
| 76     "commands/BreakBlockquoteCommand.h", | 82     "commands/BreakBlockquoteCommand.h", | 
| 77     "commands/CompositeEditCommand.cpp", | 83     "commands/CompositeEditCommand.cpp", | 
| 78     "commands/CompositeEditCommand.h", | 84     "commands/CompositeEditCommand.h", | 
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 140     "commands/TypingCommand.h", | 146     "commands/TypingCommand.h", | 
| 141     "commands/UndoStack.cpp", | 147     "commands/UndoStack.cpp", | 
| 142     "commands/UndoStack.h", | 148     "commands/UndoStack.h", | 
| 143     "commands/UndoStep.cpp", | 149     "commands/UndoStep.cpp", | 
| 144     "commands/UndoStep.h", | 150     "commands/UndoStep.h", | 
| 145     "commands/UnlinkCommand.cpp", | 151     "commands/UnlinkCommand.cpp", | 
| 146     "commands/UnlinkCommand.h", | 152     "commands/UnlinkCommand.h", | 
| 147     "commands/WrapContentsInDummySpanCommand.cpp", | 153     "commands/WrapContentsInDummySpanCommand.cpp", | 
| 148     "commands/WrapContentsInDummySpanCommand.h", | 154     "commands/WrapContentsInDummySpanCommand.h", | 
| 149     "iterators/BackwardsCharacterIterator.cpp", | 155     "iterators/BackwardsCharacterIterator.cpp", | 
|  | 156     "iterators/BackwardsCharacterIterator.h", | 
| 150     "iterators/BackwardsTextBuffer.cpp", | 157     "iterators/BackwardsTextBuffer.cpp", | 
| 151     "iterators/BackwardsTextBuffer.h", | 158     "iterators/BackwardsTextBuffer.h", | 
| 152     "iterators/BitStack.cpp", | 159     "iterators/BitStack.cpp", | 
|  | 160     "iterators/BitStack.h", | 
| 153     "iterators/CharacterIterator.cpp", | 161     "iterators/CharacterIterator.cpp", | 
|  | 162     "iterators/CharacterIterator.h", | 
| 154     "iterators/ForwardsTextBuffer.cpp", | 163     "iterators/ForwardsTextBuffer.cpp", | 
| 155     "iterators/ForwardsTextBuffer.h", | 164     "iterators/ForwardsTextBuffer.h", | 
| 156     "iterators/FullyClippedStateStack.cpp", | 165     "iterators/FullyClippedStateStack.cpp", | 
|  | 166     "iterators/FullyClippedStateStack.h", | 
| 157     "iterators/SearchBuffer.cpp", | 167     "iterators/SearchBuffer.cpp", | 
| 158     "iterators/SearchBuffer.h", | 168     "iterators/SearchBuffer.h", | 
| 159     "iterators/SimplifiedBackwardsTextIterator.cpp", | 169     "iterators/SimplifiedBackwardsTextIterator.cpp", | 
|  | 170     "iterators/SimplifiedBackwardsTextIterator.h", | 
| 160     "iterators/TextBufferBase.cpp", | 171     "iterators/TextBufferBase.cpp", | 
| 161     "iterators/TextBufferBase.h", | 172     "iterators/TextBufferBase.h", | 
| 162     "iterators/TextIterator.cpp", | 173     "iterators/TextIterator.cpp", | 
| 163     "iterators/TextIterator.h", | 174     "iterators/TextIterator.h", | 
| 164     "iterators/TextIteratorBehavior.cpp", | 175     "iterators/TextIteratorBehavior.cpp", | 
| 165     "iterators/TextIteratorBehavior.h", | 176     "iterators/TextIteratorBehavior.h", | 
| 166     "iterators/TextIteratorTextState.cpp", | 177     "iterators/TextIteratorTextState.cpp", | 
| 167     "iterators/TextIteratorTextState.h", | 178     "iterators/TextIteratorTextState.h", | 
| 168     "iterators/TextSearcherICU.cpp", | 179     "iterators/TextSearcherICU.cpp", | 
| 169     "iterators/TextSearcherICU.h", | 180     "iterators/TextSearcherICU.h", | 
| 170     "iterators/WordAwareIterator.cpp", | 181     "iterators/WordAwareIterator.cpp", | 
|  | 182     "iterators/WordAwareIterator.h", | 
| 171     "markers/DocumentMarker.cpp", | 183     "markers/DocumentMarker.cpp", | 
| 172     "markers/DocumentMarker.h", | 184     "markers/DocumentMarker.h", | 
| 173     "markers/DocumentMarkerController.cpp", | 185     "markers/DocumentMarkerController.cpp", | 
| 174     "markers/DocumentMarkerController.h", | 186     "markers/DocumentMarkerController.h", | 
| 175     "markers/RenderedDocumentMarker.h", | 187     "markers/RenderedDocumentMarker.h", | 
| 176     "serializers/HTMLInterchange.cpp", | 188     "serializers/HTMLInterchange.cpp", | 
| 177     "serializers/HTMLInterchange.h", | 189     "serializers/HTMLInterchange.h", | 
| 178     "serializers/MarkupAccumulator.cpp", | 190     "serializers/MarkupAccumulator.cpp", | 
| 179     "serializers/MarkupAccumulator.h", | 191     "serializers/MarkupAccumulator.h", | 
| 180     "serializers/MarkupFormatter.cpp", | 192     "serializers/MarkupFormatter.cpp", | 
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 268     "spellcheck/IdleSpellCheckCallbackTest.cpp", | 280     "spellcheck/IdleSpellCheckCallbackTest.cpp", | 
| 269     "spellcheck/SpellCheckTestBase.cpp", | 281     "spellcheck/SpellCheckTestBase.cpp", | 
| 270     "spellcheck/SpellCheckTestBase.h", | 282     "spellcheck/SpellCheckTestBase.h", | 
| 271     "spellcheck/SpellCheckerTest.cpp", | 283     "spellcheck/SpellCheckerTest.cpp", | 
| 272     "state_machines/BackspaceStateMachineTest.cpp", | 284     "state_machines/BackspaceStateMachineTest.cpp", | 
| 273     "state_machines/BackwardCodePointStateMachineTest.cpp", | 285     "state_machines/BackwardCodePointStateMachineTest.cpp", | 
| 274     "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", | 286     "state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", | 
| 275     "state_machines/ForwardCodePointStateMachineTest.cpp", | 287     "state_machines/ForwardCodePointStateMachineTest.cpp", | 
| 276     "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", | 288     "state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", | 
| 277     "state_machines/StateMachineTestUtil.cpp", | 289     "state_machines/StateMachineTestUtil.cpp", | 
|  | 290     "state_machines/StateMachineTestUtil.h", | 
| 278     "state_machines/StateMachineUtilTest.cpp", | 291     "state_machines/StateMachineUtilTest.cpp", | 
| 279   ] | 292   ] | 
| 280 | 293 | 
| 281   configs += [ | 294   configs += [ | 
| 282     "//third_party/WebKit/Source/core:blink_core_pch", | 295     "//third_party/WebKit/Source/core:blink_core_pch", | 
| 283     "//third_party/WebKit/Source:config", | 296     "//third_party/WebKit/Source:config", | 
| 284     "//third_party/WebKit/Source:inside_blink", | 297     "//third_party/WebKit/Source:inside_blink", | 
| 285   ] | 298   ] | 
| 286 | 299 | 
| 287   deps = [ | 300   deps = [ | 
| 288     "//testing/gmock", | 301     "//testing/gmock", | 
| 289     "//testing/gtest", | 302     "//testing/gtest", | 
| 290     "//third_party/WebKit/Source/core:core", | 303     "//third_party/WebKit/Source/core:core", | 
| 291   ] | 304   ] | 
| 292 } | 305 } | 
| OLD | NEW | 
|---|