| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 'page/PopupOpeningObserver.h', | 1801 'page/PopupOpeningObserver.h', |
| 1802 'page/PrintContext.cpp', | 1802 'page/PrintContext.cpp', |
| 1803 'page/ScopedPageLoadDeferrer.cpp', | 1803 'page/ScopedPageLoadDeferrer.cpp', |
| 1804 'page/ScopedPageLoadDeferrer.h', | 1804 'page/ScopedPageLoadDeferrer.h', |
| 1805 'page/SpatialNavigation.cpp', | 1805 'page/SpatialNavigation.cpp', |
| 1806 'page/TouchAdjustment.cpp', | 1806 'page/TouchAdjustment.cpp', |
| 1807 'page/TouchAdjustment.h', | 1807 'page/TouchAdjustment.h', |
| 1808 'page/TouchDisambiguation.cpp', | 1808 'page/TouchDisambiguation.cpp', |
| 1809 'page/TouchDisambiguation.h', | 1809 'page/TouchDisambiguation.h', |
| 1810 'page/WindowFeatures.cpp', | 1810 'page/WindowFeatures.cpp', |
| 1811 'page/WindowFocusAllowedIndicator.cpp', | |
| 1812 'page/scrolling/ScrollingConstraints.cpp', | 1811 'page/scrolling/ScrollingConstraints.cpp', |
| 1813 'page/scrolling/ScrollingConstraints.h', | 1812 'page/scrolling/ScrollingConstraints.h', |
| 1814 'page/scrolling/ScrollingCoordinator.cpp', | 1813 'page/scrolling/ScrollingCoordinator.cpp', |
| 1815 'page/scrolling/ScrollingCoordinator.h', | 1814 'page/scrolling/ScrollingCoordinator.h', |
| 1816 'page/scrolling/ScrollState.cpp', | 1815 'page/scrolling/ScrollState.cpp', |
| 1817 'page/scrolling/ScrollState.h', | 1816 'page/scrolling/ScrollState.h', |
| 1818 'paint/BackgroundImageGeometry.cpp', | 1817 'paint/BackgroundImageGeometry.cpp', |
| 1819 'paint/BackgroundImageGeometry.h', | 1818 'paint/BackgroundImageGeometry.h', |
| 1820 'paint/BlockFlowPainter.cpp', | 1819 'paint/BlockFlowPainter.cpp', |
| 1821 'paint/BlockFlowPainter.h', | 1820 'paint/BlockFlowPainter.h', |
| (...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3859 'paint/LayerClipRecorderTest.cpp', | 3858 'paint/LayerClipRecorderTest.cpp', |
| 3860 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3859 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3861 'paint/TextPainterTest.cpp', | 3860 'paint/TextPainterTest.cpp', |
| 3862 'streams/ReadableStreamReaderTest.cpp', | 3861 'streams/ReadableStreamReaderTest.cpp', |
| 3863 'streams/ReadableStreamTest.cpp', | 3862 'streams/ReadableStreamTest.cpp', |
| 3864 'testing/PrivateScriptTestTest.cpp', | 3863 'testing/PrivateScriptTestTest.cpp', |
| 3865 'xml/parser/SharedBufferReaderTest.cpp', | 3864 'xml/parser/SharedBufferReaderTest.cpp', |
| 3866 ], | 3865 ], |
| 3867 } | 3866 } |
| 3868 } | 3867 } |
| OLD | NEW |