| 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 1740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1751 'page/DOMWindowPagePopup.cpp', | 1751 'page/DOMWindowPagePopup.cpp', |
| 1752 'page/DOMWindowPagePopup.h', | 1752 'page/DOMWindowPagePopup.h', |
| 1753 'page/DragController.cpp', | 1753 'page/DragController.cpp', |
| 1754 'page/DragData.cpp', | 1754 'page/DragData.cpp', |
| 1755 'page/EventHandler.cpp', | 1755 'page/EventHandler.cpp', |
| 1756 'page/EventSource.cpp', | 1756 'page/EventSource.cpp', |
| 1757 'page/EventSource.h', | 1757 'page/EventSource.h', |
| 1758 'page/EventWithHitTestResults.h', | 1758 'page/EventWithHitTestResults.h', |
| 1759 'page/FocusController.cpp', | 1759 'page/FocusController.cpp', |
| 1760 'page/FrameTree.cpp', | 1760 'page/FrameTree.cpp', |
| 1761 'page/InjectedStyleSheets.cpp', | |
| 1762 'page/InjectedStyleSheets.h', | |
| 1763 'page/NetworkStateNotifier.cpp', | 1761 'page/NetworkStateNotifier.cpp', |
| 1764 'page/NetworkStateNotifier.h', | 1762 'page/NetworkStateNotifier.h', |
| 1765 'page/Page.cpp', | 1763 'page/Page.cpp', |
| 1766 'page/Page.h', | 1764 'page/Page.h', |
| 1767 'page/PageAnimator.cpp', | 1765 'page/PageAnimator.cpp', |
| 1768 'page/PageAnimator.h', | 1766 'page/PageAnimator.h', |
| 1769 'page/PageLifecycleNotifier.cpp', | 1767 'page/PageLifecycleNotifier.cpp', |
| 1770 'page/PageLifecycleNotifier.h', | 1768 'page/PageLifecycleNotifier.h', |
| 1771 'page/PageLifecycleObserver.h', | 1769 'page/PageLifecycleObserver.h', |
| 1772 'page/PagePopupClient.cpp', | 1770 'page/PagePopupClient.cpp', |
| (...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3812 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3810 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3813 'paint/TextPainterTest.cpp', | 3811 'paint/TextPainterTest.cpp', |
| 3814 'paint/ViewDisplayListTest.cpp', | 3812 'paint/ViewDisplayListTest.cpp', |
| 3815 'streams/ReadableStreamReaderTest.cpp', | 3813 'streams/ReadableStreamReaderTest.cpp', |
| 3816 'streams/ReadableStreamTest.cpp', | 3814 'streams/ReadableStreamTest.cpp', |
| 3817 'testing/PrivateScriptTestTest.cpp', | 3815 'testing/PrivateScriptTestTest.cpp', |
| 3818 'xml/parser/SharedBufferReaderTest.cpp', | 3816 'xml/parser/SharedBufferReaderTest.cpp', |
| 3819 ], | 3817 ], |
| 3820 } | 3818 } |
| 3821 } | 3819 } |
| OLD | NEW |