| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1655 'inspector/InspectorInputAgent.cpp', | 1655 'inspector/InspectorInputAgent.cpp', |
| 1656 'inspector/InspectorInputAgent.h', | 1656 'inspector/InspectorInputAgent.h', |
| 1657 'inspector/InspectorInspectorAgent.cpp', | 1657 'inspector/InspectorInspectorAgent.cpp', |
| 1658 'inspector/InspectorInstrumentation.cpp', | 1658 'inspector/InspectorInstrumentation.cpp', |
| 1659 'inspector/InspectorInstrumentation.h', | 1659 'inspector/InspectorInstrumentation.h', |
| 1660 'inspector/InspectorInstrumentationCustomInl.h', | 1660 'inspector/InspectorInstrumentationCustomInl.h', |
| 1661 'inspector/InspectorLayerTreeAgent.cpp', | 1661 'inspector/InspectorLayerTreeAgent.cpp', |
| 1662 'inspector/InspectorLayerTreeAgent.h', | 1662 'inspector/InspectorLayerTreeAgent.h', |
| 1663 'inspector/InspectorMemoryAgent.cpp', | 1663 'inspector/InspectorMemoryAgent.cpp', |
| 1664 'inspector/InspectorMemoryAgent.h', | 1664 'inspector/InspectorMemoryAgent.h', |
| 1665 'inspector/InspectorOverlay.h', | |
| 1666 'inspector/InspectorOverlayHost.cpp', | 1665 'inspector/InspectorOverlayHost.cpp', |
| 1667 'inspector/InspectorOverlayHost.h', | 1666 'inspector/InspectorOverlayHost.h', |
| 1668 'inspector/InspectorPageAgent.cpp', | 1667 'inspector/InspectorPageAgent.cpp', |
| 1669 'inspector/InspectorPageAgent.h', | 1668 'inspector/InspectorPageAgent.h', |
| 1670 'inspector/InspectorProfilerAgent.cpp', | 1669 'inspector/InspectorProfilerAgent.cpp', |
| 1671 'inspector/InspectorProfilerAgent.h', | 1670 'inspector/InspectorProfilerAgent.h', |
| 1672 'inspector/InspectorResourceAgent.cpp', | 1671 'inspector/InspectorResourceAgent.cpp', |
| 1673 'inspector/InspectorResourceAgent.h', | 1672 'inspector/InspectorResourceAgent.h', |
| 1674 'inspector/InspectorResourceContentLoader.cpp', | 1673 'inspector/InspectorResourceContentLoader.cpp', |
| 1675 'inspector/InspectorResourceContentLoader.h', | 1674 'inspector/InspectorResourceContentLoader.h', |
| (...skipping 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3858 'style/OutlineValueTest.cpp', | 3857 'style/OutlineValueTest.cpp', |
| 3859 'style/SVGComputedStyleTest.cpp', | 3858 'style/SVGComputedStyleTest.cpp', |
| 3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3861 'testing/PrivateScriptTestTest.cpp', | 3860 'testing/PrivateScriptTestTest.cpp', |
| 3862 'timing/MemoryInfoTest.cpp', | 3861 'timing/MemoryInfoTest.cpp', |
| 3863 'workers/WorkerThreadTest.cpp', | 3862 'workers/WorkerThreadTest.cpp', |
| 3864 'xml/parser/SharedBufferReaderTest.cpp', | 3863 'xml/parser/SharedBufferReaderTest.cpp', |
| 3865 ], | 3864 ], |
| 3866 } | 3865 } |
| 3867 } | 3866 } |
| OLD | NEW |