| 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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1613 'inspector/InspectorDOMDebuggerAgent.h', | 1613 'inspector/InspectorDOMDebuggerAgent.h', |
| 1614 'inspector/InspectorDebuggerAgent.cpp', | 1614 'inspector/InspectorDebuggerAgent.cpp', |
| 1615 'inspector/InspectorDebuggerAgent.h', | 1615 'inspector/InspectorDebuggerAgent.h', |
| 1616 'inspector/InspectorFrontendChannel.h', | 1616 'inspector/InspectorFrontendChannel.h', |
| 1617 'inspector/InspectorHeapProfilerAgent.cpp', | 1617 'inspector/InspectorHeapProfilerAgent.cpp', |
| 1618 'inspector/InspectorHeapProfilerAgent.h', | 1618 'inspector/InspectorHeapProfilerAgent.h', |
| 1619 'inspector/InspectorHighlight.cpp', | 1619 'inspector/InspectorHighlight.cpp', |
| 1620 'inspector/InspectorHighlight.h', | 1620 'inspector/InspectorHighlight.h', |
| 1621 'inspector/InspectorHistory.cpp', | 1621 'inspector/InspectorHistory.cpp', |
| 1622 'inspector/InspectorHistory.h', | 1622 'inspector/InspectorHistory.h', |
| 1623 'inspector/InspectorIdentifiers.h', |
| 1623 'inspector/InspectorInputAgent.cpp', | 1624 'inspector/InspectorInputAgent.cpp', |
| 1624 'inspector/InspectorInputAgent.h', | 1625 'inspector/InspectorInputAgent.h', |
| 1625 'inspector/InspectorInspectorAgent.cpp', | 1626 'inspector/InspectorInspectorAgent.cpp', |
| 1626 'inspector/InspectorInstrumentation.cpp', | 1627 'inspector/InspectorInstrumentation.cpp', |
| 1627 'inspector/InspectorInstrumentation.h', | 1628 'inspector/InspectorInstrumentation.h', |
| 1628 'inspector/InspectorInstrumentationCustomInl.h', | 1629 'inspector/InspectorInstrumentationCustomInl.h', |
| 1629 'inspector/InspectorLayerTreeAgent.cpp', | 1630 'inspector/InspectorLayerTreeAgent.cpp', |
| 1630 'inspector/InspectorLayerTreeAgent.h', | 1631 'inspector/InspectorLayerTreeAgent.h', |
| 1631 'inspector/InspectorMemoryAgent.cpp', | 1632 'inspector/InspectorMemoryAgent.cpp', |
| 1632 'inspector/InspectorMemoryAgent.h', | 1633 'inspector/InspectorMemoryAgent.h', |
| (...skipping 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3848 'paint/LayerClipRecorderTest.cpp', | 3849 'paint/LayerClipRecorderTest.cpp', |
| 3849 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3850 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3850 'paint/TextPainterTest.cpp', | 3851 'paint/TextPainterTest.cpp', |
| 3851 'streams/ReadableStreamReaderTest.cpp', | 3852 'streams/ReadableStreamReaderTest.cpp', |
| 3852 'streams/ReadableStreamTest.cpp', | 3853 'streams/ReadableStreamTest.cpp', |
| 3853 'testing/PrivateScriptTestTest.cpp', | 3854 'testing/PrivateScriptTestTest.cpp', |
| 3854 'xml/parser/SharedBufferReaderTest.cpp', | 3855 'xml/parser/SharedBufferReaderTest.cpp', |
| 3855 ], | 3856 ], |
| 3856 } | 3857 } |
| 3857 } | 3858 } |
| OLD | NEW |