| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |