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 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1605 'frame/DOMWindowEventHandlers.h', | 1605 'frame/DOMWindowEventHandlers.h', |
1606 'frame/DOMWindowLifecycleNotifier.cpp', | 1606 'frame/DOMWindowLifecycleNotifier.cpp', |
1607 'frame/DOMWindowLifecycleNotifier.h', | 1607 'frame/DOMWindowLifecycleNotifier.h', |
1608 'frame/DOMWindowLifecycleObserver.h', | 1608 'frame/DOMWindowLifecycleObserver.h', |
1609 'frame/DOMWindowProperty.cpp', | 1609 'frame/DOMWindowProperty.cpp', |
1610 'frame/DOMWindowProperty.h', | 1610 'frame/DOMWindowProperty.h', |
1611 'frame/DOMWindowTimers.cpp', | 1611 'frame/DOMWindowTimers.cpp', |
1612 'frame/DOMWindowTimers.h', | 1612 'frame/DOMWindowTimers.h', |
1613 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', | 1613 'frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp', |
1614 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', | 1614 'frame/DeprecatedScheduleStyleRecalcDuringLayout.h', |
| 1615 'frame/DeprecationHelper.cpp', |
| 1616 'frame/DeprecationHelper.h', |
1615 'frame/DeviceSingleWindowEventController.cpp', | 1617 'frame/DeviceSingleWindowEventController.cpp', |
1616 'frame/DeviceSingleWindowEventController.h', | 1618 'frame/DeviceSingleWindowEventController.h', |
1617 'frame/EventHandlerRegistry.cpp', | 1619 'frame/EventHandlerRegistry.cpp', |
1618 'frame/EventHandlerRegistry.h', | 1620 'frame/EventHandlerRegistry.h', |
1619 'frame/Frame.cpp', | 1621 'frame/Frame.cpp', |
1620 'frame/Frame.h', | 1622 'frame/Frame.h', |
1621 'frame/FrameConsole.cpp', | 1623 'frame/FrameConsole.cpp', |
1622 'frame/FrameHost.cpp', | 1624 'frame/FrameHost.cpp', |
1623 'frame/FrameHost.h', | 1625 'frame/FrameHost.h', |
1624 'frame/FrameOwner.h', | 1626 'frame/FrameOwner.h', |
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4029 'style/SVGComputedStyleTest.cpp', | 4031 'style/SVGComputedStyleTest.cpp', |
4030 'svg/SVGPathParserTest.cpp', | 4032 'svg/SVGPathParserTest.cpp', |
4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4033 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4032 'testing/PrivateScriptTestTest.cpp', | 4034 'testing/PrivateScriptTestTest.cpp', |
4033 'timing/MemoryInfoTest.cpp', | 4035 'timing/MemoryInfoTest.cpp', |
4034 'workers/WorkerThreadTest.cpp', | 4036 'workers/WorkerThreadTest.cpp', |
4035 'xml/parser/SharedBufferReaderTest.cpp', | 4037 'xml/parser/SharedBufferReaderTest.cpp', |
4036 ], | 4038 ], |
4037 } | 4039 } |
4038 } | 4040 } |
OLD | NEW |