| 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 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1863 'inspector/InspectorTaskRunner.cpp', | 1863 'inspector/InspectorTaskRunner.cpp', |
| 1864 'inspector/InspectorTaskRunner.h', | 1864 'inspector/InspectorTaskRunner.h', |
| 1865 'inspector/InspectorTraceEvents.cpp', | 1865 'inspector/InspectorTraceEvents.cpp', |
| 1866 'inspector/InspectorTraceEvents.h', | 1866 'inspector/InspectorTraceEvents.h', |
| 1867 'inspector/InspectorTracingAgent.cpp', | 1867 'inspector/InspectorTracingAgent.cpp', |
| 1868 'inspector/InspectorTracingAgent.h', | 1868 'inspector/InspectorTracingAgent.h', |
| 1869 'inspector/InspectorWorkerAgent.cpp', | 1869 'inspector/InspectorWorkerAgent.cpp', |
| 1870 'inspector/InspectorWorkerAgent.h', | 1870 'inspector/InspectorWorkerAgent.h', |
| 1871 'inspector/InstanceCounters.cpp', | 1871 'inspector/InstanceCounters.cpp', |
| 1872 'inspector/InstanceCounters.h', | 1872 'inspector/InstanceCounters.h', |
| 1873 'inspector/InstrumentingSessions.h', | |
| 1874 'inspector/LayoutEditor.cpp', | 1873 'inspector/LayoutEditor.cpp', |
| 1875 'inspector/LayoutEditor.h', | 1874 'inspector/LayoutEditor.h', |
| 1876 'inspector/MainThreadDebugger.cpp', | 1875 'inspector/MainThreadDebugger.cpp', |
| 1877 'inspector/MainThreadDebugger.h', | 1876 'inspector/MainThreadDebugger.h', |
| 1878 'inspector/NetworkResourcesData.cpp', | 1877 'inspector/NetworkResourcesData.cpp', |
| 1879 'inspector/NetworkResourcesData.h', | 1878 'inspector/NetworkResourcesData.h', |
| 1880 'inspector/PageConsoleAgent.cpp', | 1879 'inspector/PageConsoleAgent.cpp', |
| 1881 'inspector/PageConsoleAgent.h', | 1880 'inspector/PageConsoleAgent.h', |
| 1882 'inspector/PageDebuggerAgent.cpp', | 1881 'inspector/PageDebuggerAgent.cpp', |
| 1883 'inspector/PageDebuggerAgent.h', | 1882 'inspector/PageDebuggerAgent.h', |
| (...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4116 'svg/SVGPathParserTest.cpp', | 4115 'svg/SVGPathParserTest.cpp', |
| 4117 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4116 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4118 'testing/PrivateScriptTestTest.cpp', | 4117 'testing/PrivateScriptTestTest.cpp', |
| 4119 'timing/MemoryInfoTest.cpp', | 4118 'timing/MemoryInfoTest.cpp', |
| 4120 'workers/WorkerThreadTest.cpp', | 4119 'workers/WorkerThreadTest.cpp', |
| 4121 'workers/WorkerThreadTestHelper.h', | 4120 'workers/WorkerThreadTestHelper.h', |
| 4122 'xml/parser/SharedBufferReaderTest.cpp', | 4121 'xml/parser/SharedBufferReaderTest.cpp', |
| 4123 ], | 4122 ], |
| 4124 } | 4123 } |
| 4125 } | 4124 } |
| OLD | NEW |