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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1655 'editing/serializers/StyledMarkupAccumulator.cpp', | 1655 'editing/serializers/StyledMarkupAccumulator.cpp', |
1656 'editing/serializers/StyledMarkupAccumulator.h', | 1656 'editing/serializers/StyledMarkupAccumulator.h', |
1657 'editing/serializers/StyledMarkupSerializer.cpp', | 1657 'editing/serializers/StyledMarkupSerializer.cpp', |
1658 'editing/serializers/StyledMarkupSerializer.h', | 1658 'editing/serializers/StyledMarkupSerializer.h', |
1659 'editing/serializers/TextOffset.cpp', | 1659 'editing/serializers/TextOffset.cpp', |
1660 'editing/serializers/TextOffset.h', | 1660 'editing/serializers/TextOffset.h', |
1661 'editing/spellcheck/SpellCheckRequester.cpp', | 1661 'editing/spellcheck/SpellCheckRequester.cpp', |
1662 'editing/spellcheck/SpellCheckRequester.h', | 1662 'editing/spellcheck/SpellCheckRequester.h', |
1663 'editing/spellcheck/SpellChecker.cpp', | 1663 'editing/spellcheck/SpellChecker.cpp', |
1664 'editing/spellcheck/SpellChecker.h', | 1664 'editing/spellcheck/SpellChecker.h', |
1665 'editing/spellcheck/TextCheckingHelper.cpp', | 1665 'editing/spellcheck/TextCheckingParagraph.cpp', |
1666 'editing/spellcheck/TextCheckingHelper.h', | 1666 'editing/spellcheck/TextCheckingParagraph.h', |
1667 'editing/state_machines/BackspaceStateMachine.cpp', | 1667 'editing/state_machines/BackspaceStateMachine.cpp', |
1668 'editing/state_machines/BackspaceStateMachine.h', | 1668 'editing/state_machines/BackspaceStateMachine.h', |
1669 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp', | 1669 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp', |
1670 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', | 1670 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', |
1671 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp', | 1671 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp', |
1672 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h', | 1672 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h', |
1673 'editing/state_machines/TextSegmentationMachineState.cpp', | 1673 'editing/state_machines/TextSegmentationMachineState.cpp', |
1674 'editing/state_machines/TextSegmentationMachineState.h', | 1674 'editing/state_machines/TextSegmentationMachineState.h', |
1675 'editing/state_machines/StateMachineUtil.cpp', | 1675 'editing/state_machines/StateMachineUtil.cpp', |
1676 'editing/state_machines/StateMachineUtil.h', | 1676 'editing/state_machines/StateMachineUtil.h', |
(...skipping 2598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4275 'testing/PrivateScriptTestTest.cpp', | 4275 'testing/PrivateScriptTestTest.cpp', |
4276 'timing/MemoryInfoTest.cpp', | 4276 'timing/MemoryInfoTest.cpp', |
4277 'timing/PerformanceBaseTest.cpp', | 4277 'timing/PerformanceBaseTest.cpp', |
4278 'timing/PerformanceObserverTest.cpp', | 4278 'timing/PerformanceObserverTest.cpp', |
4279 'workers/WorkerThreadTest.cpp', | 4279 'workers/WorkerThreadTest.cpp', |
4280 'workers/WorkerThreadTestHelper.h', | 4280 'workers/WorkerThreadTestHelper.h', |
4281 'xml/parser/SharedBufferReaderTest.cpp', | 4281 'xml/parser/SharedBufferReaderTest.cpp', |
4282 ], | 4282 ], |
4283 } | 4283 } |
4284 } | 4284 } |
OLD | NEW |