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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1852 'inspector/InspectorTaskRunner.cpp', | 1852 'inspector/InspectorTaskRunner.cpp', |
1853 'inspector/InspectorTaskRunner.h', | 1853 'inspector/InspectorTaskRunner.h', |
1854 'inspector/InspectorTraceEvents.cpp', | 1854 'inspector/InspectorTraceEvents.cpp', |
1855 'inspector/InspectorTraceEvents.h', | 1855 'inspector/InspectorTraceEvents.h', |
1856 'inspector/InspectorTracingAgent.cpp', | 1856 'inspector/InspectorTracingAgent.cpp', |
1857 'inspector/InspectorTracingAgent.h', | 1857 'inspector/InspectorTracingAgent.h', |
1858 'inspector/InspectorWorkerAgent.cpp', | 1858 'inspector/InspectorWorkerAgent.cpp', |
1859 'inspector/InspectorWorkerAgent.h', | 1859 'inspector/InspectorWorkerAgent.h', |
1860 'inspector/InstanceCounters.cpp', | 1860 'inspector/InstanceCounters.cpp', |
1861 'inspector/InstanceCounters.h', | 1861 'inspector/InstanceCounters.h', |
1862 'inspector/InstrumentingAgents.h', | 1862 'inspector/InstrumentingSessions.h', |
1863 'inspector/LayoutEditor.cpp', | 1863 'inspector/LayoutEditor.cpp', |
1864 'inspector/LayoutEditor.h', | 1864 'inspector/LayoutEditor.h', |
1865 'inspector/MainThreadDebugger.cpp', | 1865 'inspector/MainThreadDebugger.cpp', |
1866 'inspector/MainThreadDebugger.h', | 1866 'inspector/MainThreadDebugger.h', |
1867 'inspector/NetworkResourcesData.cpp', | 1867 'inspector/NetworkResourcesData.cpp', |
1868 'inspector/NetworkResourcesData.h', | 1868 'inspector/NetworkResourcesData.h', |
1869 'inspector/PageConsoleAgent.cpp', | 1869 'inspector/PageConsoleAgent.cpp', |
1870 'inspector/PageConsoleAgent.h', | 1870 'inspector/PageConsoleAgent.h', |
1871 'inspector/PageDebuggerAgent.cpp', | 1871 'inspector/PageDebuggerAgent.cpp', |
1872 'inspector/PageDebuggerAgent.h', | 1872 'inspector/PageDebuggerAgent.h', |
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4093 'svg/SVGPathParserTest.cpp', | 4093 'svg/SVGPathParserTest.cpp', |
4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4095 'testing/PrivateScriptTestTest.cpp', | 4095 'testing/PrivateScriptTestTest.cpp', |
4096 'timing/MemoryInfoTest.cpp', | 4096 'timing/MemoryInfoTest.cpp', |
4097 'workers/WorkerThreadTest.cpp', | 4097 'workers/WorkerThreadTest.cpp', |
4098 'workers/WorkerThreadTestHelper.h', | 4098 'workers/WorkerThreadTestHelper.h', |
4099 'xml/parser/SharedBufferReaderTest.cpp', | 4099 'xml/parser/SharedBufferReaderTest.cpp', |
4100 ], | 4100 ], |
4101 } | 4101 } |
4102 } | 4102 } |
OLD | NEW |