| 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 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4065 'style/SVGComputedStyleTest.cpp', | 4063 'style/SVGComputedStyleTest.cpp', |
| 4066 'svg/SVGPathParserTest.cpp', | 4064 'svg/SVGPathParserTest.cpp', |
| 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4068 'testing/PrivateScriptTestTest.cpp', | 4066 'testing/PrivateScriptTestTest.cpp', |
| 4069 'timing/MemoryInfoTest.cpp', | 4067 'timing/MemoryInfoTest.cpp', |
| 4070 'workers/WorkerThreadTest.cpp', | 4068 'workers/WorkerThreadTest.cpp', |
| 4071 'xml/parser/SharedBufferReaderTest.cpp', | 4069 'xml/parser/SharedBufferReaderTest.cpp', |
| 4072 ], | 4070 ], |
| 4073 } | 4071 } |
| 4074 } | 4072 } |
| OLD | NEW |