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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1589 'frame/DeviceSingleWindowEventController.cpp', | 1589 'frame/DeviceSingleWindowEventController.cpp', |
1590 'frame/DeviceSingleWindowEventController.h', | 1590 'frame/DeviceSingleWindowEventController.h', |
1591 'frame/EventHandlerRegistry.cpp', | 1591 'frame/EventHandlerRegistry.cpp', |
1592 'frame/EventHandlerRegistry.h', | 1592 'frame/EventHandlerRegistry.h', |
1593 'frame/Frame.cpp', | 1593 'frame/Frame.cpp', |
1594 'frame/Frame.h', | 1594 'frame/Frame.h', |
1595 'frame/FrameConsole.cpp', | 1595 'frame/FrameConsole.cpp', |
1596 'frame/FrameHost.cpp', | 1596 'frame/FrameHost.cpp', |
1597 'frame/FrameHost.h', | 1597 'frame/FrameHost.h', |
1598 'frame/FrameOwner.h', | 1598 'frame/FrameOwner.h', |
| 1599 'frame/FrameSerializer.cpp', |
| 1600 'frame/FrameSerializer.h', |
1599 'frame/FrameView.cpp', | 1601 'frame/FrameView.cpp', |
1600 'frame/FrameView.h', | 1602 'frame/FrameView.h', |
1601 'frame/FrameViewAutoSizeInfo.cpp', | 1603 'frame/FrameViewAutoSizeInfo.cpp', |
1602 'frame/History.cpp', | 1604 'frame/History.cpp', |
1603 'frame/History.h', | 1605 'frame/History.h', |
1604 'frame/ImageBitmap.cpp', | 1606 'frame/ImageBitmap.cpp', |
1605 'frame/ImageBitmap.h', | 1607 'frame/ImageBitmap.h', |
1606 'frame/LayoutSubtreeRootList.cpp', | 1608 'frame/LayoutSubtreeRootList.cpp', |
1607 'frame/LayoutSubtreeRootList.h', | 1609 'frame/LayoutSubtreeRootList.h', |
1608 'frame/LocalDOMWindow.cpp', | 1610 'frame/LocalDOMWindow.cpp', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 'page/Page.h', | 1914 'page/Page.h', |
1913 'page/PageAnimator.cpp', | 1915 'page/PageAnimator.cpp', |
1914 'page/PageAnimator.h', | 1916 'page/PageAnimator.h', |
1915 'page/PageLifecycleNotifier.cpp', | 1917 'page/PageLifecycleNotifier.cpp', |
1916 'page/PageLifecycleNotifier.h', | 1918 'page/PageLifecycleNotifier.h', |
1917 'page/PageLifecycleObserver.h', | 1919 'page/PageLifecycleObserver.h', |
1918 'page/PagePopupClient.cpp', | 1920 'page/PagePopupClient.cpp', |
1919 'page/PagePopupClient.h', | 1921 'page/PagePopupClient.h', |
1920 'page/PagePopupController.cpp', | 1922 'page/PagePopupController.cpp', |
1921 'page/PagePopupController.h', | 1923 'page/PagePopupController.h', |
1922 'page/PageSerializer.cpp', | |
1923 'page/PageVisibilityState.cpp', | 1924 'page/PageVisibilityState.cpp', |
1924 'page/PointerLockController.cpp', | 1925 'page/PointerLockController.cpp', |
1925 'page/PointerLockController.h', | 1926 'page/PointerLockController.h', |
1926 'page/PopupOpeningObserver.h', | 1927 'page/PopupOpeningObserver.h', |
1927 'page/PrintContext.cpp', | 1928 'page/PrintContext.cpp', |
1928 'page/ScopedPageLoadDeferrer.cpp', | 1929 'page/ScopedPageLoadDeferrer.cpp', |
1929 'page/ScopedPageLoadDeferrer.h', | 1930 'page/ScopedPageLoadDeferrer.h', |
1930 'page/SpatialNavigation.cpp', | 1931 'page/SpatialNavigation.cpp', |
1931 'page/TouchAdjustment.cpp', | 1932 'page/TouchAdjustment.cpp', |
1932 'page/TouchAdjustment.h', | 1933 'page/TouchAdjustment.h', |
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3972 'style/SVGComputedStyleTest.cpp', | 3973 'style/SVGComputedStyleTest.cpp', |
3973 'svg/SVGPathParserTest.cpp', | 3974 'svg/SVGPathParserTest.cpp', |
3974 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3975 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3975 'testing/PrivateScriptTestTest.cpp', | 3976 'testing/PrivateScriptTestTest.cpp', |
3976 'timing/MemoryInfoTest.cpp', | 3977 'timing/MemoryInfoTest.cpp', |
3977 'workers/WorkerThreadTest.cpp', | 3978 'workers/WorkerThreadTest.cpp', |
3978 'xml/parser/SharedBufferReaderTest.cpp', | 3979 'xml/parser/SharedBufferReaderTest.cpp', |
3979 ], | 3980 ], |
3980 } | 3981 } |
3981 } | 3982 } |
OLD | NEW |