| 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 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1733 'inspector/ScriptArguments.cpp', | 1733 'inspector/ScriptArguments.cpp', |
| 1734 'inspector/ScriptArguments.h', | 1734 'inspector/ScriptArguments.h', |
| 1735 'inspector/ScriptAsyncCallStack.cpp', | 1735 'inspector/ScriptAsyncCallStack.cpp', |
| 1736 'inspector/ScriptAsyncCallStack.h', | 1736 'inspector/ScriptAsyncCallStack.h', |
| 1737 'inspector/ScriptCallFrame.cpp', | 1737 'inspector/ScriptCallFrame.cpp', |
| 1738 'inspector/ScriptCallFrame.h', | 1738 'inspector/ScriptCallFrame.h', |
| 1739 'inspector/ScriptCallStack.cpp', | 1739 'inspector/ScriptCallStack.cpp', |
| 1740 'inspector/ScriptCallStack.h', | 1740 'inspector/ScriptCallStack.h', |
| 1741 'inspector/ScriptDebuggerBase.cpp', | 1741 'inspector/ScriptDebuggerBase.cpp', |
| 1742 'inspector/ScriptDebuggerBase.h', | 1742 'inspector/ScriptDebuggerBase.h', |
| 1743 'inspector/V8DebuggerAgent.cpp', | |
| 1744 'inspector/V8DebuggerAgent.h', | |
| 1745 'inspector/V8AsyncCallTracker.cpp', | |
| 1746 'inspector/V8AsyncCallTracker.h', | |
| 1747 'inspector/v8/InspectorWrapper.cpp', | 1743 'inspector/v8/InspectorWrapper.cpp', |
| 1748 'inspector/v8/InspectorWrapper.h', | 1744 'inspector/v8/InspectorWrapper.h', |
| 1749 'inspector/v8/JavaScriptCallFrame.cpp', | 1745 'inspector/v8/JavaScriptCallFrame.cpp', |
| 1750 'inspector/v8/JavaScriptCallFrame.h', | 1746 'inspector/v8/JavaScriptCallFrame.h', |
| 1751 'inspector/v8/ScriptBreakpoint.h', | 1747 'inspector/v8/ScriptBreakpoint.h', |
| 1748 'inspector/v8/V8AsyncCallTracker.cpp', |
| 1749 'inspector/v8/V8AsyncCallTracker.h', |
| 1750 'inspector/v8/V8DebuggerAgent.h', |
| 1751 'inspector/v8/V8DebuggerAgentImpl.cpp', |
| 1752 'inspector/v8/V8DebuggerAgentImpl.h', |
| 1752 'inspector/v8/V8Debugger.h', | 1753 'inspector/v8/V8Debugger.h', |
| 1753 'inspector/v8/V8DebuggerClient.h', | 1754 'inspector/v8/V8DebuggerClient.h', |
| 1754 'inspector/v8/V8DebuggerImpl.cpp', | 1755 'inspector/v8/V8DebuggerImpl.cpp', |
| 1755 'inspector/v8/V8DebuggerImpl.h', | 1756 'inspector/v8/V8DebuggerImpl.h', |
| 1756 'inspector/v8/V8DebuggerListener.cpp', | 1757 'inspector/v8/V8DebuggerListener.cpp', |
| 1757 'inspector/v8/V8DebuggerListener.h', | 1758 'inspector/v8/V8DebuggerListener.h', |
| 1758 'inspector/v8/V8InjectedScriptHost.cpp', | 1759 'inspector/v8/V8InjectedScriptHost.cpp', |
| 1759 'inspector/v8/V8InjectedScriptHost.h', | 1760 'inspector/v8/V8InjectedScriptHost.h', |
| 1760 'inspector/v8/V8JavaScriptCallFrame.cpp', | 1761 'inspector/v8/V8JavaScriptCallFrame.cpp', |
| 1761 'inspector/v8/V8JavaScriptCallFrame.h', | 1762 'inspector/v8/V8JavaScriptCallFrame.h', |
| (...skipping 2126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3888 'style/OutlineValueTest.cpp', | 3889 'style/OutlineValueTest.cpp', |
| 3889 'style/SVGComputedStyleTest.cpp', | 3890 'style/SVGComputedStyleTest.cpp', |
| 3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3891 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3891 'testing/PrivateScriptTestTest.cpp', | 3892 'testing/PrivateScriptTestTest.cpp', |
| 3892 'timing/MemoryInfoTest.cpp', | 3893 'timing/MemoryInfoTest.cpp', |
| 3893 'workers/WorkerThreadTest.cpp', | 3894 'workers/WorkerThreadTest.cpp', |
| 3894 'xml/parser/SharedBufferReaderTest.cpp', | 3895 'xml/parser/SharedBufferReaderTest.cpp', |
| 3895 ], | 3896 ], |
| 3896 } | 3897 } |
| 3897 } | 3898 } |
| OLD | NEW |