| 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 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'inspector/InspectorDebuggerAgent.cpp', | 1818 'inspector/InspectorDebuggerAgent.cpp', |
| 1819 'inspector/InspectorDebuggerAgent.h', | 1819 'inspector/InspectorDebuggerAgent.h', |
| 1820 'inspector/InspectorHeapProfilerAgent.cpp', | 1820 'inspector/InspectorHeapProfilerAgent.cpp', |
| 1821 'inspector/InspectorHeapProfilerAgent.h', | 1821 'inspector/InspectorHeapProfilerAgent.h', |
| 1822 'inspector/InspectorHighlight.cpp', | 1822 'inspector/InspectorHighlight.cpp', |
| 1823 'inspector/InspectorHighlight.h', | 1823 'inspector/InspectorHighlight.h', |
| 1824 'inspector/InspectorHistory.cpp', | 1824 'inspector/InspectorHistory.cpp', |
| 1825 'inspector/InspectorHistory.h', | 1825 'inspector/InspectorHistory.h', |
| 1826 'inspector/InspectorInputAgent.cpp', | 1826 'inspector/InspectorInputAgent.cpp', |
| 1827 'inspector/InspectorInputAgent.h', | 1827 'inspector/InspectorInputAgent.h', |
| 1828 'inspector/InspectorInspectorAgent.cpp', | |
| 1829 'inspector/InspectorInstrumentation.cpp', | 1828 'inspector/InspectorInstrumentation.cpp', |
| 1830 'inspector/InspectorInstrumentation.h', | 1829 'inspector/InspectorInstrumentation.h', |
| 1831 'inspector/InspectorInstrumentationCustomInl.h', | 1830 'inspector/InspectorInstrumentationCustomInl.h', |
| 1832 'inspector/InspectorLayerTreeAgent.cpp', | 1831 'inspector/InspectorLayerTreeAgent.cpp', |
| 1833 'inspector/InspectorLayerTreeAgent.h', | 1832 'inspector/InspectorLayerTreeAgent.h', |
| 1834 'inspector/InspectorMemoryAgent.cpp', | 1833 'inspector/InspectorMemoryAgent.cpp', |
| 1835 'inspector/InspectorMemoryAgent.h', | 1834 'inspector/InspectorMemoryAgent.h', |
| 1836 'inspector/InspectorOverlayHost.cpp', | 1835 'inspector/InspectorOverlayHost.cpp', |
| 1837 'inspector/InspectorOverlayHost.h', | 1836 'inspector/InspectorOverlayHost.h', |
| 1838 'inspector/InspectorPageAgent.cpp', | 1837 'inspector/InspectorPageAgent.cpp', |
| (...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4093 'svg/SVGPathParserTest.cpp', | 4092 'svg/SVGPathParserTest.cpp', |
| 4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4095 'testing/PrivateScriptTestTest.cpp', | 4094 'testing/PrivateScriptTestTest.cpp', |
| 4096 'timing/MemoryInfoTest.cpp', | 4095 'timing/MemoryInfoTest.cpp', |
| 4097 'workers/WorkerThreadTest.cpp', | 4096 'workers/WorkerThreadTest.cpp', |
| 4098 'workers/WorkerThreadTestHelper.h', | 4097 'workers/WorkerThreadTestHelper.h', |
| 4099 'xml/parser/SharedBufferReaderTest.cpp', | 4098 'xml/parser/SharedBufferReaderTest.cpp', |
| 4100 ], | 4099 ], |
| 4101 } | 4100 } |
| 4102 } | 4101 } |
| OLD | NEW |