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 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1805 'inspector/NetworkResourcesData.cpp', | 1805 'inspector/NetworkResourcesData.cpp', |
1806 'inspector/NetworkResourcesData.h', | 1806 'inspector/NetworkResourcesData.h', |
1807 'inspector/PageConsoleAgent.cpp', | 1807 'inspector/PageConsoleAgent.cpp', |
1808 'inspector/PageConsoleAgent.h', | 1808 'inspector/PageConsoleAgent.h', |
1809 'inspector/PageDebuggerAgent.cpp', | 1809 'inspector/PageDebuggerAgent.cpp', |
1810 'inspector/PageDebuggerAgent.h', | 1810 'inspector/PageDebuggerAgent.h', |
1811 'inspector/PageRuntimeAgent.cpp', | 1811 'inspector/PageRuntimeAgent.cpp', |
1812 'inspector/PageRuntimeAgent.h', | 1812 'inspector/PageRuntimeAgent.h', |
1813 'inspector/ScriptArguments.cpp', | 1813 'inspector/ScriptArguments.cpp', |
1814 'inspector/ScriptArguments.h', | 1814 'inspector/ScriptArguments.h', |
1815 'inspector/ScriptAsyncCallStack.cpp', | |
1816 'inspector/ScriptAsyncCallStack.h', | |
1817 'inspector/ScriptCallFrame.cpp', | 1815 'inspector/ScriptCallFrame.cpp', |
1818 'inspector/ScriptCallFrame.h', | 1816 'inspector/ScriptCallFrame.h', |
1819 'inspector/ScriptCallStack.cpp', | 1817 'inspector/ScriptCallStack.cpp', |
1820 'inspector/ScriptCallStack.h', | 1818 'inspector/ScriptCallStack.h', |
1821 'inspector/ThreadDebugger.cpp', | 1819 'inspector/ThreadDebugger.cpp', |
1822 'inspector/ThreadDebugger.h', | 1820 'inspector/ThreadDebugger.h', |
1823 'inspector/v8/AsyncCallChain.cpp', | 1821 'inspector/v8/AsyncCallChain.cpp', |
1824 'inspector/v8/AsyncCallChain.h', | 1822 'inspector/v8/AsyncCallChain.h', |
1825 'inspector/v8/EventListenerInfo.h', | 1823 'inspector/v8/EventListenerInfo.h', |
1826 'inspector/v8/InspectorWrapper.cpp', | 1824 'inspector/v8/InspectorWrapper.cpp', |
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4061 'style/SVGComputedStyleTest.cpp', | 4059 'style/SVGComputedStyleTest.cpp', |
4062 'svg/SVGPathParserTest.cpp', | 4060 'svg/SVGPathParserTest.cpp', |
4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4064 'testing/PrivateScriptTestTest.cpp', | 4062 'testing/PrivateScriptTestTest.cpp', |
4065 'timing/MemoryInfoTest.cpp', | 4063 'timing/MemoryInfoTest.cpp', |
4066 'workers/WorkerThreadTest.cpp', | 4064 'workers/WorkerThreadTest.cpp', |
4067 'xml/parser/SharedBufferReaderTest.cpp', | 4065 'xml/parser/SharedBufferReaderTest.cpp', |
4068 ], | 4066 ], |
4069 } | 4067 } |
4070 } | 4068 } |
OLD | NEW |