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

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

Issue 1647483003: Introduce TextBuffer as Output Type of copyTextTo() for Text Iterators (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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/UndoStep.h', 1482 'editing/commands/UndoStep.h',
1483 'editing/commands/UnlinkCommand.cpp', 1483 'editing/commands/UnlinkCommand.cpp',
1484 'editing/commands/UnlinkCommand.h', 1484 'editing/commands/UnlinkCommand.h',
1485 'editing/commands/WrapContentsInDummySpanCommand.cpp', 1485 'editing/commands/WrapContentsInDummySpanCommand.cpp',
1486 'editing/commands/WrapContentsInDummySpanCommand.h', 1486 'editing/commands/WrapContentsInDummySpanCommand.h',
1487 'editing/iterators/BackwardsCharacterIterator.cpp', 1487 'editing/iterators/BackwardsCharacterIterator.cpp',
1488 'editing/iterators/BitStack.cpp', 1488 'editing/iterators/BitStack.cpp',
1489 'editing/iterators/FullyClippedStateStack.cpp', 1489 'editing/iterators/FullyClippedStateStack.cpp',
1490 'editing/iterators/SearchBuffer.cpp', 1490 'editing/iterators/SearchBuffer.cpp',
1491 'editing/iterators/SearchBuffer.h', 1491 'editing/iterators/SearchBuffer.h',
1492 'editing/iterators/TextBuffer.cpp',
1493 'editing/iterators/TextBuffer.h',
1492 'editing/iterators/TextIterator.cpp', 1494 'editing/iterators/TextIterator.cpp',
1493 'editing/iterators/TextIterator.h', 1495 'editing/iterators/TextIterator.h',
1494 'editing/iterators/TextIteratorTextState.cpp', 1496 'editing/iterators/TextIteratorTextState.cpp',
1495 'editing/iterators/TextIteratorTextState.h', 1497 'editing/iterators/TextIteratorTextState.h',
1496 'editing/iterators/CharacterIterator.cpp', 1498 'editing/iterators/CharacterIterator.cpp',
1497 'editing/iterators/SimplifiedBackwardsTextIterator.cpp', 1499 'editing/iterators/SimplifiedBackwardsTextIterator.cpp',
1498 'editing/iterators/WordAwareIterator.cpp', 1500 'editing/iterators/WordAwareIterator.cpp',
1499 'editing/markers/DocumentMarker.cpp', 1501 'editing/markers/DocumentMarker.cpp',
1500 'editing/markers/DocumentMarker.h', 1502 'editing/markers/DocumentMarker.h',
1501 'editing/markers/DocumentMarkerController.cpp', 1503 'editing/markers/DocumentMarkerController.cpp',
(...skipping 2536 matching lines...) Expand 10 before | Expand all | Expand 10 after
4038 'style/SVGComputedStyleTest.cpp', 4040 'style/SVGComputedStyleTest.cpp',
4039 'svg/SVGPathParserTest.cpp', 4041 'svg/SVGPathParserTest.cpp',
4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4041 'testing/PrivateScriptTestTest.cpp', 4043 'testing/PrivateScriptTestTest.cpp',
4042 'timing/MemoryInfoTest.cpp', 4044 'timing/MemoryInfoTest.cpp',
4043 'workers/WorkerThreadTest.cpp', 4045 'workers/WorkerThreadTest.cpp',
4044 'xml/parser/SharedBufferReaderTest.cpp', 4046 'xml/parser/SharedBufferReaderTest.cpp',
4045 ], 4047 ],
4046 } 4048 }
4047 } 4049 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698