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 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1610 'frame/DOMWindowEventHandlers.h', | 1610 'frame/DOMWindowEventHandlers.h', |
1611 'frame/DOMWindowLifecycleNotifier.cpp', | 1611 'frame/DOMWindowLifecycleNotifier.cpp', |
1612 'frame/DOMWindowLifecycleNotifier.h', | 1612 'frame/DOMWindowLifecycleNotifier.h', |
1613 'frame/DOMWindowLifecycleObserver.h', | 1613 'frame/DOMWindowLifecycleObserver.h', |
1614 'frame/DOMWindowProperty.cpp', | 1614 'frame/DOMWindowProperty.cpp', |
1615 'frame/DOMWindowProperty.h', | 1615 'frame/DOMWindowProperty.h', |
1616 'frame/DOMWindowTimers.cpp', | 1616 'frame/DOMWindowTimers.cpp', |
1617 'frame/DOMWindowTimers.h', | 1617 'frame/DOMWindowTimers.h', |
1618 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1618 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
1619 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1619 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
1620 'frame/Deprecation.cpp', | |
1621 'frame/Deprecation.h', | |
1622 'frame/DeviceSingleWindowEventController.cpp', | 1620 'frame/DeviceSingleWindowEventController.cpp', |
1623 'frame/DeviceSingleWindowEventController.h', | 1621 'frame/DeviceSingleWindowEventController.h', |
1624 'frame/EventHandlerRegistry.cpp', | 1622 'frame/EventHandlerRegistry.cpp', |
1625 'frame/EventHandlerRegistry.h', | 1623 'frame/EventHandlerRegistry.h', |
1626 'frame/Frame.cpp', | 1624 'frame/Frame.cpp', |
1627 'frame/Frame.h', | 1625 'frame/Frame.h', |
1628 'frame/FrameConsole.cpp', | 1626 'frame/FrameConsole.cpp', |
1629 'frame/FrameHost.cpp', | 1627 'frame/FrameHost.cpp', |
1630 'frame/FrameHost.h', | 1628 'frame/FrameHost.h', |
1631 'frame/FrameOwner.h', | 1629 'frame/FrameOwner.h', |
(...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4040 'style/SVGComputedStyleTest.cpp', | 4038 'style/SVGComputedStyleTest.cpp', |
4041 'svg/SVGPathParserTest.cpp', | 4039 'svg/SVGPathParserTest.cpp', |
4042 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4040 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4043 'testing/PrivateScriptTestTest.cpp', | 4041 'testing/PrivateScriptTestTest.cpp', |
4044 'timing/MemoryInfoTest.cpp', | 4042 'timing/MemoryInfoTest.cpp', |
4045 'workers/WorkerThreadTest.cpp', | 4043 'workers/WorkerThreadTest.cpp', |
4046 'xml/parser/SharedBufferReaderTest.cpp', | 4044 'xml/parser/SharedBufferReaderTest.cpp', |
4047 ], | 4045 ], |
4048 } | 4046 } |
4049 } | 4047 } |
OLD | NEW |