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

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

Issue 1148633010: Refactoring: Separate MarkupAccumulator into MarkupFormatter and MarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/editing/MarkupAccumulator.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 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 'editing/iterators/FullyClippedStateStack.cpp', 1343 'editing/iterators/FullyClippedStateStack.cpp',
1344 'editing/iterators/TextIterator.cpp', 1344 'editing/iterators/TextIterator.cpp',
1345 'editing/iterators/TextIterator.h', 1345 'editing/iterators/TextIterator.h',
1346 'editing/iterators/TextIteratorTextState.cpp', 1346 'editing/iterators/TextIteratorTextState.cpp',
1347 'editing/iterators/TextIteratorTextState.h', 1347 'editing/iterators/TextIteratorTextState.h',
1348 'editing/iterators/CharacterIterator.cpp', 1348 'editing/iterators/CharacterIterator.cpp',
1349 'editing/iterators/SimplifiedBackwardsTextIterator.cpp', 1349 'editing/iterators/SimplifiedBackwardsTextIterator.cpp',
1350 'editing/iterators/WordAwareIterator.cpp', 1350 'editing/iterators/WordAwareIterator.cpp',
1351 'editing/MarkupAccumulator.cpp', 1351 'editing/MarkupAccumulator.cpp',
1352 'editing/MarkupAccumulator.h', 1352 'editing/MarkupAccumulator.h',
1353 'editing/MarkupFormatter.cpp',
1354 'editing/MarkupFormatter.h',
1353 'editing/MergeIdenticalElementsCommand.cpp', 1355 'editing/MergeIdenticalElementsCommand.cpp',
1354 'editing/MergeIdenticalElementsCommand.h', 1356 'editing/MergeIdenticalElementsCommand.h',
1355 'editing/MoveSelectionCommand.cpp', 1357 'editing/MoveSelectionCommand.cpp',
1356 'editing/PlainTextRange.cpp', 1358 'editing/PlainTextRange.cpp',
1357 'editing/PlainTextRange.h', 1359 'editing/PlainTextRange.h',
1358 'editing/PositionWithAffinity.cpp', 1360 'editing/PositionWithAffinity.cpp',
1359 'editing/PositionWithAffinity.h', 1361 'editing/PositionWithAffinity.h',
1360 'editing/RemoveCSSPropertyCommand.cpp', 1362 'editing/RemoveCSSPropertyCommand.cpp',
1361 'editing/RemoveCSSPropertyCommand.h', 1363 'editing/RemoveCSSPropertyCommand.h',
1362 'editing/RemoveFormatCommand.cpp', 1364 'editing/RemoveFormatCommand.cpp',
(...skipping 2557 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 'style/ComputedStyleTest.cpp', 3922 'style/ComputedStyleTest.cpp',
3921 'style/OutlineValueTest.cpp', 3923 'style/OutlineValueTest.cpp',
3922 'style/SVGComputedStyleTest.cpp', 3924 'style/SVGComputedStyleTest.cpp',
3923 'testing/PrivateScriptTestTest.cpp', 3925 'testing/PrivateScriptTestTest.cpp',
3924 'timing/MemoryInfoTest.cpp', 3926 'timing/MemoryInfoTest.cpp',
3925 'workers/WorkerThreadTest.cpp', 3927 'workers/WorkerThreadTest.cpp',
3926 'xml/parser/SharedBufferReaderTest.cpp', 3928 'xml/parser/SharedBufferReaderTest.cpp',
3927 ], 3929 ],
3928 } 3930 }
3929 } 3931 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/editing/MarkupAccumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698