| 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 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1842 'inspector/InspectorMemoryAgent.cpp', | 1842 'inspector/InspectorMemoryAgent.cpp', |
| 1843 'inspector/InspectorMemoryAgent.h', | 1843 'inspector/InspectorMemoryAgent.h', |
| 1844 'inspector/InspectorOverlayHost.cpp', | 1844 'inspector/InspectorOverlayHost.cpp', |
| 1845 'inspector/InspectorOverlayHost.h', | 1845 'inspector/InspectorOverlayHost.h', |
| 1846 'inspector/InspectorPageAgent.cpp', | 1846 'inspector/InspectorPageAgent.cpp', |
| 1847 'inspector/InspectorPageAgent.h', | 1847 'inspector/InspectorPageAgent.h', |
| 1848 'inspector/InspectorProfilerAgent.cpp', | 1848 'inspector/InspectorProfilerAgent.cpp', |
| 1849 'inspector/InspectorProfilerAgent.h', | 1849 'inspector/InspectorProfilerAgent.h', |
| 1850 'inspector/InspectorResourceAgent.cpp', | 1850 'inspector/InspectorResourceAgent.cpp', |
| 1851 'inspector/InspectorResourceAgent.h', | 1851 'inspector/InspectorResourceAgent.h', |
| 1852 'inspector/InspectorResourceContainer.cpp', |
| 1853 'inspector/InspectorResourceContainer.h', |
| 1852 'inspector/InspectorResourceContentLoader.cpp', | 1854 'inspector/InspectorResourceContentLoader.cpp', |
| 1853 'inspector/InspectorResourceContentLoader.h', | 1855 'inspector/InspectorResourceContentLoader.h', |
| 1854 'inspector/InspectorRuntimeAgent.cpp', | 1856 'inspector/InspectorRuntimeAgent.cpp', |
| 1855 'inspector/InspectorRuntimeAgent.h', | 1857 'inspector/InspectorRuntimeAgent.h', |
| 1856 'inspector/InspectorStyleSheet.cpp', | 1858 'inspector/InspectorStyleSheet.cpp', |
| 1857 'inspector/InspectorStyleSheet.h', | 1859 'inspector/InspectorStyleSheet.h', |
| 1858 'inspector/InspectorTaskRunner.cpp', | 1860 'inspector/InspectorTaskRunner.cpp', |
| 1859 'inspector/InspectorTaskRunner.h', | 1861 'inspector/InspectorTaskRunner.h', |
| 1860 'inspector/InspectorTraceEvents.cpp', | 1862 'inspector/InspectorTraceEvents.cpp', |
| 1861 'inspector/InspectorTraceEvents.h', | 1863 'inspector/InspectorTraceEvents.h', |
| (...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4103 'svg/SVGPathParserTest.cpp', | 4105 'svg/SVGPathParserTest.cpp', |
| 4104 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4106 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4105 'testing/PrivateScriptTestTest.cpp', | 4107 'testing/PrivateScriptTestTest.cpp', |
| 4106 'timing/MemoryInfoTest.cpp', | 4108 'timing/MemoryInfoTest.cpp', |
| 4107 'workers/WorkerThreadTest.cpp', | 4109 'workers/WorkerThreadTest.cpp', |
| 4108 'workers/WorkerThreadTestHelper.h', | 4110 'workers/WorkerThreadTestHelper.h', |
| 4109 'xml/parser/SharedBufferReaderTest.cpp', | 4111 'xml/parser/SharedBufferReaderTest.cpp', |
| 4110 ], | 4112 ], |
| 4111 } | 4113 } |
| 4112 } | 4114 } |
| OLD | NEW |