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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1650543002: Introduce ForwardsTextBuffer and BackwardsTextBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stop the win compiler's complaint Created 4 years, 10 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/iterators/BackwardsTextBuffer.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 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1482 'editing/commands/TypingCommand.cpp', 1482 'editing/commands/TypingCommand.cpp',
1483 'editing/commands/TypingCommand.h', 1483 'editing/commands/TypingCommand.h',
1484 'editing/commands/UndoStack.cpp', 1484 'editing/commands/UndoStack.cpp',
1485 'editing/commands/UndoStack.h', 1485 'editing/commands/UndoStack.h',
1486 'editing/commands/UndoStep.h', 1486 'editing/commands/UndoStep.h',
1487 'editing/commands/UnlinkCommand.cpp', 1487 'editing/commands/UnlinkCommand.cpp',
1488 'editing/commands/UnlinkCommand.h', 1488 'editing/commands/UnlinkCommand.h',
1489 'editing/commands/WrapContentsInDummySpanCommand.cpp', 1489 'editing/commands/WrapContentsInDummySpanCommand.cpp',
1490 'editing/commands/WrapContentsInDummySpanCommand.h', 1490 'editing/commands/WrapContentsInDummySpanCommand.h',
1491 'editing/iterators/BackwardsCharacterIterator.cpp', 1491 'editing/iterators/BackwardsCharacterIterator.cpp',
1492 'editing/iterators/BackwardsTextBuffer.cpp',
1493 'editing/iterators/BackwardsTextBuffer.h',
1492 'editing/iterators/BitStack.cpp', 1494 'editing/iterators/BitStack.cpp',
1495 'editing/iterators/ForwardsTextBuffer.cpp',
1496 'editing/iterators/ForwardsTextBuffer.h',
1493 'editing/iterators/FullyClippedStateStack.cpp', 1497 'editing/iterators/FullyClippedStateStack.cpp',
1494 'editing/iterators/SearchBuffer.cpp', 1498 'editing/iterators/SearchBuffer.cpp',
1495 'editing/iterators/SearchBuffer.h', 1499 'editing/iterators/SearchBuffer.h',
1500 'editing/iterators/TextBufferBase.cpp',
1501 'editing/iterators/TextBufferBase.h',
1496 'editing/iterators/TextIterator.cpp', 1502 'editing/iterators/TextIterator.cpp',
1497 'editing/iterators/TextIterator.h', 1503 'editing/iterators/TextIterator.h',
1498 'editing/iterators/TextIteratorTextState.cpp', 1504 'editing/iterators/TextIteratorTextState.cpp',
1499 'editing/iterators/TextIteratorTextState.h', 1505 'editing/iterators/TextIteratorTextState.h',
1500 'editing/iterators/CharacterIterator.cpp', 1506 'editing/iterators/CharacterIterator.cpp',
1501 'editing/iterators/SimplifiedBackwardsTextIterator.cpp', 1507 'editing/iterators/SimplifiedBackwardsTextIterator.cpp',
1502 'editing/iterators/WordAwareIterator.cpp', 1508 'editing/iterators/WordAwareIterator.cpp',
1503 'editing/markers/DocumentMarker.cpp', 1509 'editing/markers/DocumentMarker.cpp',
1504 'editing/markers/DocumentMarker.h', 1510 'editing/markers/DocumentMarker.h',
1505 'editing/markers/DocumentMarkerController.cpp', 1511 'editing/markers/DocumentMarkerController.cpp',
(...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after
3927 'dom/TreeScopeTest.cpp', 3933 'dom/TreeScopeTest.cpp',
3928 'dom/URLSearchParamsTest.cpp', 3934 'dom/URLSearchParamsTest.cpp',
3929 'dom/shadow/ComposedTreeTraversalTest.cpp', 3935 'dom/shadow/ComposedTreeTraversalTest.cpp',
3930 'editing/EditingStrategyTest.cpp', 3936 'editing/EditingStrategyTest.cpp',
3931 'editing/EditingTestBase.cpp', 3937 'editing/EditingTestBase.cpp',
3932 'editing/EditingTestBase.h', 3938 'editing/EditingTestBase.h',
3933 'editing/EditingUtilitiesTest.cpp', 3939 'editing/EditingUtilitiesTest.cpp',
3934 'editing/FrameSelectionTest.cpp', 3940 'editing/FrameSelectionTest.cpp',
3935 'editing/GranularityStrategyTest.cpp', 3941 'editing/GranularityStrategyTest.cpp',
3936 'editing/InputMethodControllerTest.cpp', 3942 'editing/InputMethodControllerTest.cpp',
3943 'editing/iterators/BackwardsTextBufferTest.cpp',
3937 'editing/iterators/CharacterIteratorTest.cpp', 3944 'editing/iterators/CharacterIteratorTest.cpp',
3945 'editing/iterators/ForwardsTextBufferTest.cpp',
3938 'editing/iterators/SearchBufferTest.cpp', 3946 'editing/iterators/SearchBufferTest.cpp',
3939 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3947 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3940 'editing/iterators/TextIteratorTest.cpp', 3948 'editing/iterators/TextIteratorTest.cpp',
3941 'editing/markers/DocumentMarkerControllerTest.cpp', 3949 'editing/markers/DocumentMarkerControllerTest.cpp',
3942 'editing/PositionTest.cpp', 3950 'editing/PositionTest.cpp',
3943 'editing/SelectionAdjusterTest.cpp', 3951 'editing/SelectionAdjusterTest.cpp',
3944 'editing/SurroundingTextTest.cpp', 3952 'editing/SurroundingTextTest.cpp',
3945 'editing/VisiblePositionTest.cpp', 3953 'editing/VisiblePositionTest.cpp',
3946 'editing/VisibleSelectionTest.cpp', 3954 'editing/VisibleSelectionTest.cpp',
3947 'editing/VisibleUnitsTest.cpp', 3955 'editing/VisibleUnitsTest.cpp',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
4048 'style/SVGComputedStyleTest.cpp', 4056 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4057 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4059 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4060 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4061 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4062 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4063 ],
4056 } 4064 }
4057 } 4065 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/iterators/BackwardsTextBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698