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 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1661 'inspector/AsyncCallTracker.cpp', | 1661 'inspector/AsyncCallTracker.cpp', |
1662 'inspector/AsyncCallTracker.h', | 1662 'inspector/AsyncCallTracker.h', |
1663 'inspector/AsyncOperationMap.h', | 1663 'inspector/AsyncOperationMap.h', |
1664 'inspector/ConsoleAPITypes.h', | 1664 'inspector/ConsoleAPITypes.h', |
1665 'inspector/ConsoleMessage.cpp', | 1665 'inspector/ConsoleMessage.cpp', |
1666 'inspector/ConsoleMessage.h', | 1666 'inspector/ConsoleMessage.h', |
1667 'inspector/ConsoleMessageStorage.cpp', | 1667 'inspector/ConsoleMessageStorage.cpp', |
1668 'inspector/ConsoleMessageStorage.h', | 1668 'inspector/ConsoleMessageStorage.h', |
1669 'inspector/ContentSearchUtils.cpp', | 1669 'inspector/ContentSearchUtils.cpp', |
1670 'inspector/ContentSearchUtils.h', | 1670 'inspector/ContentSearchUtils.h', |
| 1671 'inspector/DebuggerScript.cpp', |
| 1672 'inspector/DebuggerScript.h', |
1671 'inspector/DOMEditor.cpp', | 1673 'inspector/DOMEditor.cpp', |
1672 'inspector/DOMEditor.h', | 1674 'inspector/DOMEditor.h', |
1673 'inspector/DOMPatchSupport.cpp', | 1675 'inspector/DOMPatchSupport.cpp', |
1674 'inspector/DOMPatchSupport.h', | 1676 'inspector/DOMPatchSupport.h', |
1675 'inspector/DevToolsHost.cpp', | 1677 'inspector/DevToolsHost.cpp', |
1676 'inspector/DevToolsHost.h', | 1678 'inspector/DevToolsHost.h', |
1677 'inspector/EventListenerInfo.cpp', | 1679 'inspector/EventListenerInfo.cpp', |
1678 'inspector/EventListenerInfo.h', | 1680 'inspector/EventListenerInfo.h', |
1679 'inspector/IdentifiersFactory.cpp', | 1681 'inspector/IdentifiersFactory.cpp', |
1680 'inspector/IdentifiersFactory.h', | 1682 'inspector/IdentifiersFactory.h', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1770 'inspector/RemoteObjectId.cpp', | 1772 'inspector/RemoteObjectId.cpp', |
1771 'inspector/RemoteObjectId.h', | 1773 'inspector/RemoteObjectId.h', |
1772 'inspector/ScriptArguments.cpp', | 1774 'inspector/ScriptArguments.cpp', |
1773 'inspector/ScriptArguments.h', | 1775 'inspector/ScriptArguments.h', |
1774 'inspector/ScriptAsyncCallStack.cpp', | 1776 'inspector/ScriptAsyncCallStack.cpp', |
1775 'inspector/ScriptAsyncCallStack.h', | 1777 'inspector/ScriptAsyncCallStack.h', |
1776 'inspector/ScriptCallFrame.cpp', | 1778 'inspector/ScriptCallFrame.cpp', |
1777 'inspector/ScriptCallFrame.h', | 1779 'inspector/ScriptCallFrame.h', |
1778 'inspector/ScriptCallStack.cpp', | 1780 'inspector/ScriptCallStack.cpp', |
1779 'inspector/ScriptCallStack.h', | 1781 'inspector/ScriptCallStack.h', |
1780 'inspector/ScriptDebuggerBase.cpp', | |
1781 'inspector/ScriptDebuggerBase.h', | |
1782 'inspector/v8/InspectorWrapper.cpp', | 1782 'inspector/v8/InspectorWrapper.cpp', |
1783 'inspector/v8/InspectorWrapper.h', | 1783 'inspector/v8/InspectorWrapper.h', |
1784 'inspector/v8/IgnoreExceptionsScope.h', | 1784 'inspector/v8/IgnoreExceptionsScope.h', |
1785 'inspector/v8/JavaScriptCallFrame.cpp', | 1785 'inspector/v8/JavaScriptCallFrame.cpp', |
1786 'inspector/v8/JavaScriptCallFrame.h', | 1786 'inspector/v8/JavaScriptCallFrame.h', |
1787 'inspector/v8/ScriptBreakpoint.h', | 1787 'inspector/v8/ScriptBreakpoint.h', |
1788 'inspector/v8/V8AsyncCallTracker.cpp', | 1788 'inspector/v8/V8AsyncCallTracker.cpp', |
1789 'inspector/v8/V8AsyncCallTracker.h', | 1789 'inspector/v8/V8AsyncCallTracker.h', |
1790 'inspector/v8/V8DebuggerAgent.h', | 1790 'inspector/v8/V8DebuggerAgent.h', |
1791 'inspector/v8/V8DebuggerAgentImpl.cpp', | 1791 'inspector/v8/V8DebuggerAgentImpl.cpp', |
1792 'inspector/v8/V8DebuggerAgentImpl.h', | 1792 'inspector/v8/V8DebuggerAgentImpl.h', |
1793 'inspector/v8/V8Debugger.h', | 1793 'inspector/v8/V8Debugger.h', |
1794 'inspector/v8/V8DebuggerClient.h', | 1794 'inspector/v8/V8DebuggerClient.h', |
1795 'inspector/v8/V8DebuggerImpl.cpp', | 1795 'inspector/v8/V8DebuggerImpl.cpp', |
1796 'inspector/v8/V8DebuggerImpl.h', | 1796 'inspector/v8/V8DebuggerImpl.h', |
1797 'inspector/v8/V8DebuggerListener.cpp', | 1797 'inspector/v8/V8DebuggerScript.cpp', |
1798 'inspector/v8/V8DebuggerListener.h', | 1798 'inspector/v8/V8DebuggerScript.h', |
1799 'inspector/v8/V8InjectedScriptHost.cpp', | 1799 'inspector/v8/V8InjectedScriptHost.cpp', |
1800 'inspector/v8/V8InjectedScriptHost.h', | 1800 'inspector/v8/V8InjectedScriptHost.h', |
1801 'inspector/v8/V8JavaScriptCallFrame.cpp', | 1801 'inspector/v8/V8JavaScriptCallFrame.cpp', |
1802 'inspector/v8/V8JavaScriptCallFrame.h', | 1802 'inspector/v8/V8JavaScriptCallFrame.h', |
1803 'inspector/v8/V8ProfilerAgent.h', | 1803 'inspector/v8/V8ProfilerAgent.h', |
1804 'inspector/v8/V8ProfilerAgentImpl.cpp', | 1804 'inspector/v8/V8ProfilerAgentImpl.cpp', |
1805 'inspector/v8/V8ProfilerAgentImpl.h', | 1805 'inspector/v8/V8ProfilerAgentImpl.h', |
1806 'inspector/v8/V8RuntimeAgent.h', | 1806 'inspector/v8/V8RuntimeAgent.h', |
1807 'inspector/v8/V8RuntimeAgentImpl.cpp', | 1807 'inspector/v8/V8RuntimeAgentImpl.cpp', |
1808 'inspector/v8/V8RuntimeAgentImpl.h', | 1808 'inspector/v8/V8RuntimeAgentImpl.h', |
(...skipping 2140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3949 'style/SVGComputedStyleTest.cpp', | 3949 'style/SVGComputedStyleTest.cpp', |
3950 'svg/SVGPathParserTest.cpp', | 3950 'svg/SVGPathParserTest.cpp', |
3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3951 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3952 'testing/PrivateScriptTestTest.cpp', | 3952 'testing/PrivateScriptTestTest.cpp', |
3953 'timing/MemoryInfoTest.cpp', | 3953 'timing/MemoryInfoTest.cpp', |
3954 'workers/WorkerThreadTest.cpp', | 3954 'workers/WorkerThreadTest.cpp', |
3955 'xml/parser/SharedBufferReaderTest.cpp', | 3955 'xml/parser/SharedBufferReaderTest.cpp', |
3956 ], | 3956 ], |
3957 } | 3957 } |
3958 } | 3958 } |
OLD | NEW |