| 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1622 'inspector/InspectorDOMDebuggerAgent.h', | 1622 'inspector/InspectorDOMDebuggerAgent.h', |
| 1623 'inspector/InspectorDebuggerAgent.cpp', | 1623 'inspector/InspectorDebuggerAgent.cpp', |
| 1624 'inspector/InspectorDebuggerAgent.h', | 1624 'inspector/InspectorDebuggerAgent.h', |
| 1625 'inspector/InspectorFrontendChannel.h', | 1625 'inspector/InspectorFrontendChannel.h', |
| 1626 'inspector/InspectorHeapProfilerAgent.cpp', | 1626 'inspector/InspectorHeapProfilerAgent.cpp', |
| 1627 'inspector/InspectorHeapProfilerAgent.h', | 1627 'inspector/InspectorHeapProfilerAgent.h', |
| 1628 'inspector/InspectorHighlight.cpp', | 1628 'inspector/InspectorHighlight.cpp', |
| 1629 'inspector/InspectorHighlight.h', | 1629 'inspector/InspectorHighlight.h', |
| 1630 'inspector/InspectorHistory.cpp', | 1630 'inspector/InspectorHistory.cpp', |
| 1631 'inspector/InspectorHistory.h', | 1631 'inspector/InspectorHistory.h', |
| 1632 'inspector/InspectorIdentifiers.h', |
| 1632 'inspector/InspectorInputAgent.cpp', | 1633 'inspector/InspectorInputAgent.cpp', |
| 1633 'inspector/InspectorInputAgent.h', | 1634 'inspector/InspectorInputAgent.h', |
| 1634 'inspector/InspectorInspectorAgent.cpp', | 1635 'inspector/InspectorInspectorAgent.cpp', |
| 1635 'inspector/InspectorInstrumentation.cpp', | 1636 'inspector/InspectorInstrumentation.cpp', |
| 1636 'inspector/InspectorInstrumentation.h', | 1637 'inspector/InspectorInstrumentation.h', |
| 1637 'inspector/InspectorInstrumentationCustomInl.h', | 1638 'inspector/InspectorInstrumentationCustomInl.h', |
| 1638 'inspector/InspectorLayerTreeAgent.cpp', | 1639 'inspector/InspectorLayerTreeAgent.cpp', |
| 1639 'inspector/InspectorLayerTreeAgent.h', | 1640 'inspector/InspectorLayerTreeAgent.h', |
| 1640 'inspector/InspectorMemoryAgent.cpp', | 1641 'inspector/InspectorMemoryAgent.cpp', |
| 1641 'inspector/InspectorMemoryAgent.h', | 1642 'inspector/InspectorMemoryAgent.h', |
| (...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3863 'paint/LayerClipRecorderTest.cpp', | 3864 'paint/LayerClipRecorderTest.cpp', |
| 3864 'paint/LayoutObjectDrawingRecorderTest.cpp', | 3865 'paint/LayoutObjectDrawingRecorderTest.cpp', |
| 3865 'paint/TextPainterTest.cpp', | 3866 'paint/TextPainterTest.cpp', |
| 3866 'streams/ReadableStreamReaderTest.cpp', | 3867 'streams/ReadableStreamReaderTest.cpp', |
| 3867 'streams/ReadableStreamTest.cpp', | 3868 'streams/ReadableStreamTest.cpp', |
| 3868 'testing/PrivateScriptTestTest.cpp', | 3869 'testing/PrivateScriptTestTest.cpp', |
| 3869 'xml/parser/SharedBufferReaderTest.cpp', | 3870 'xml/parser/SharedBufferReaderTest.cpp', |
| 3870 ], | 3871 ], |
| 3871 } | 3872 } |
| 3872 } | 3873 } |
| OLD | NEW |