| 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 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1639 'inspector/InspectorLayerTreeAgent.h', | 1639 'inspector/InspectorLayerTreeAgent.h', |
| 1640 'inspector/InspectorMemoryAgent.cpp', | 1640 'inspector/InspectorMemoryAgent.cpp', |
| 1641 'inspector/InspectorMemoryAgent.h', | 1641 'inspector/InspectorMemoryAgent.h', |
| 1642 'inspector/InspectorOverlay.h', | 1642 'inspector/InspectorOverlay.h', |
| 1643 'inspector/InspectorOverlayHost.cpp', | 1643 'inspector/InspectorOverlayHost.cpp', |
| 1644 'inspector/InspectorOverlayHost.h', | 1644 'inspector/InspectorOverlayHost.h', |
| 1645 'inspector/InspectorPageAgent.cpp', | 1645 'inspector/InspectorPageAgent.cpp', |
| 1646 'inspector/InspectorPageAgent.h', | 1646 'inspector/InspectorPageAgent.h', |
| 1647 'inspector/InspectorProfilerAgent.cpp', | 1647 'inspector/InspectorProfilerAgent.cpp', |
| 1648 'inspector/InspectorProfilerAgent.h', | 1648 'inspector/InspectorProfilerAgent.h', |
| 1649 'inspector/InspectorResolver.cpp', | |
| 1650 'inspector/InspectorResolver.h', | |
| 1651 'inspector/InspectorResourceAgent.cpp', | 1649 'inspector/InspectorResourceAgent.cpp', |
| 1652 'inspector/InspectorResourceAgent.h', | 1650 'inspector/InspectorResourceAgent.h', |
| 1653 'inspector/InspectorResourceContentLoader.cpp', | 1651 'inspector/InspectorResourceContentLoader.cpp', |
| 1654 'inspector/InspectorResourceContentLoader.h', | 1652 'inspector/InspectorResourceContentLoader.h', |
| 1655 'inspector/InspectorRuntimeAgent.cpp', | 1653 'inspector/InspectorRuntimeAgent.cpp', |
| 1656 'inspector/InspectorRuntimeAgent.h', | 1654 'inspector/InspectorRuntimeAgent.h', |
| 1657 'inspector/InspectorState.cpp', | 1655 'inspector/InspectorState.cpp', |
| 1658 'inspector/InspectorState.h', | 1656 'inspector/InspectorState.h', |
| 1659 'inspector/InspectorStateClient.h', | 1657 'inspector/InspectorStateClient.h', |
| 1660 'inspector/InspectorStyleSheet.cpp', | 1658 'inspector/InspectorStyleSheet.cpp', |
| (...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3867 'paint/LayerClipRecorderTest.cpp', | 3865 'paint/LayerClipRecorderTest.cpp', |
| 3868 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3866 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3869 'paint/TextPainterTest.cpp', | 3867 'paint/TextPainterTest.cpp', |
| 3870 'streams/ReadableStreamReaderTest.cpp', | 3868 'streams/ReadableStreamReaderTest.cpp', |
| 3871 'streams/ReadableStreamTest.cpp', | 3869 'streams/ReadableStreamTest.cpp', |
| 3872 'testing/PrivateScriptTestTest.cpp', | 3870 'testing/PrivateScriptTestTest.cpp', |
| 3873 'xml/parser/SharedBufferReaderTest.cpp', | 3871 'xml/parser/SharedBufferReaderTest.cpp', |
| 3874 ], | 3872 ], |
| 3875 } | 3873 } |
| 3876 } | 3874 } |
| OLD | NEW |