Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1650283002: DevTools: remove DOM and Bindings dependencies from inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1696 'frame/csp/CSPDirectiveList.cpp', 1696 'frame/csp/CSPDirectiveList.cpp',
1697 'frame/csp/CSPSource.cpp', 1697 'frame/csp/CSPSource.cpp',
1698 'frame/csp/CSPSourceList.cpp', 1698 'frame/csp/CSPSourceList.cpp',
1699 'frame/csp/ContentSecurityPolicy.cpp', 1699 'frame/csp/ContentSecurityPolicy.cpp',
1700 'frame/csp/MediaListDirective.cpp', 1700 'frame/csp/MediaListDirective.cpp',
1701 'frame/csp/SourceListDirective.cpp', 1701 'frame/csp/SourceListDirective.cpp',
1702 'imagebitmap/ImageBitmapFactories.cpp', 1702 'imagebitmap/ImageBitmapFactories.cpp',
1703 'imagebitmap/ImageBitmapFactories.h', 1703 'imagebitmap/ImageBitmapFactories.h',
1704 'imagebitmap/ImageBitmapSource.cpp', 1704 'imagebitmap/ImageBitmapSource.cpp',
1705 'imagebitmap/ImageBitmapSource.h', 1705 'imagebitmap/ImageBitmapSource.h',
1706 'inspector/AsyncCallChain.cpp',
1707 'inspector/AsyncCallChain.h',
1708 'inspector/AsyncCallTracker.cpp', 1706 'inspector/AsyncCallTracker.cpp',
1709 'inspector/AsyncCallTracker.h', 1707 'inspector/AsyncCallTracker.h',
1710 'inspector/AsyncOperationMap.h', 1708 'inspector/AsyncOperationMap.h',
1711 'inspector/ConsoleAPITypes.h', 1709 'inspector/ConsoleAPITypes.h',
1712 'inspector/ConsoleMessage.cpp', 1710 'inspector/ConsoleMessage.cpp',
1713 'inspector/ConsoleMessage.h', 1711 'inspector/ConsoleMessage.h',
1714 'inspector/ConsoleMessageStorage.cpp', 1712 'inspector/ConsoleMessageStorage.cpp',
1715 'inspector/ConsoleMessageStorage.h', 1713 'inspector/ConsoleMessageStorage.h',
1716 'inspector/ContentSearchUtils.cpp', 1714 'inspector/ContentSearchUtils.cpp',
1717 'inspector/ContentSearchUtils.h', 1715 'inspector/ContentSearchUtils.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 'inspector/MainThreadDebugger.h', 1788 'inspector/MainThreadDebugger.h',
1791 'inspector/MuteConsoleScope.h', 1789 'inspector/MuteConsoleScope.h',
1792 'inspector/NetworkResourcesData.cpp', 1790 'inspector/NetworkResourcesData.cpp',
1793 'inspector/NetworkResourcesData.h', 1791 'inspector/NetworkResourcesData.h',
1794 'inspector/PageConsoleAgent.cpp', 1792 'inspector/PageConsoleAgent.cpp',
1795 'inspector/PageConsoleAgent.h', 1793 'inspector/PageConsoleAgent.h',
1796 'inspector/PageDebuggerAgent.cpp', 1794 'inspector/PageDebuggerAgent.cpp',
1797 'inspector/PageDebuggerAgent.h', 1795 'inspector/PageDebuggerAgent.h',
1798 'inspector/PageRuntimeAgent.cpp', 1796 'inspector/PageRuntimeAgent.cpp',
1799 'inspector/PageRuntimeAgent.h', 1797 'inspector/PageRuntimeAgent.h',
1800 'inspector/PromiseTracker.cpp',
1801 'inspector/PromiseTracker.h',
1802 'inspector/ScriptArguments.cpp', 1798 'inspector/ScriptArguments.cpp',
1803 'inspector/ScriptArguments.h', 1799 'inspector/ScriptArguments.h',
1804 'inspector/ScriptAsyncCallStack.cpp', 1800 'inspector/ScriptAsyncCallStack.cpp',
1805 'inspector/ScriptAsyncCallStack.h', 1801 'inspector/ScriptAsyncCallStack.h',
1806 'inspector/ScriptCallFrame.cpp', 1802 'inspector/ScriptCallFrame.cpp',
1807 'inspector/ScriptCallFrame.h', 1803 'inspector/ScriptCallFrame.h',
1808 'inspector/ScriptCallStack.cpp', 1804 'inspector/ScriptCallStack.cpp',
1809 'inspector/ScriptCallStack.h', 1805 'inspector/ScriptCallStack.h',
1810 'inspector/ThreadDebugger.cpp', 1806 'inspector/ThreadDebugger.cpp',
1811 'inspector/ThreadDebugger.h', 1807 'inspector/ThreadDebugger.h',
1808 'inspector/v8/AsyncCallChain.cpp',
1809 'inspector/v8/AsyncCallChain.h',
1812 'inspector/v8/EventListenerInfo.h', 1810 'inspector/v8/EventListenerInfo.h',
1813 'inspector/v8/InspectorWrapper.cpp', 1811 'inspector/v8/InspectorWrapper.cpp',
1814 'inspector/v8/InspectorWrapper.h', 1812 'inspector/v8/InspectorWrapper.h',
1815 'inspector/v8/IgnoreExceptionsScope.h', 1813 'inspector/v8/IgnoreExceptionsScope.h',
1816 'inspector/v8/IgnoreExceptionsScope.cpp', 1814 'inspector/v8/IgnoreExceptionsScope.cpp',
1817 'inspector/v8/InjectedScript.cpp', 1815 'inspector/v8/InjectedScript.cpp',
1818 'inspector/v8/InjectedScript.h', 1816 'inspector/v8/InjectedScript.h',
1819 'inspector/v8/InjectedScriptNative.cpp', 1817 'inspector/v8/InjectedScriptNative.cpp',
1820 'inspector/v8/InjectedScriptNative.h', 1818 'inspector/v8/InjectedScriptNative.h',
1821 'inspector/v8/InjectedScriptHost.cpp', 1819 'inspector/v8/InjectedScriptHost.cpp',
1822 'inspector/v8/InjectedScriptHost.h', 1820 'inspector/v8/InjectedScriptHost.h',
1823 'inspector/v8/InjectedScriptManager.cpp', 1821 'inspector/v8/InjectedScriptManager.cpp',
1824 'inspector/v8/InjectedScriptManager.h', 1822 'inspector/v8/InjectedScriptManager.h',
1825 'inspector/v8/JavaScriptCallFrame.cpp', 1823 'inspector/v8/JavaScriptCallFrame.cpp',
1826 'inspector/v8/JavaScriptCallFrame.h', 1824 'inspector/v8/JavaScriptCallFrame.h',
1825 'inspector/v8/PromiseTracker.cpp',
1826 'inspector/v8/PromiseTracker.h',
1827 'inspector/v8/ScriptBreakpoint.h', 1827 'inspector/v8/ScriptBreakpoint.h',
1828 'inspector/v8/SourceMap.cpp', 1828 'inspector/v8/SourceMap.cpp',
1829 'inspector/v8/SourceMap.h', 1829 'inspector/v8/SourceMap.h',
1830 'inspector/v8/RemoteObjectId.cpp', 1830 'inspector/v8/RemoteObjectId.cpp',
1831 'inspector/v8/RemoteObjectId.h', 1831 'inspector/v8/RemoteObjectId.h',
1832 'inspector/v8/V8AsyncCallTracker.cpp', 1832 'inspector/v8/V8AsyncCallTracker.cpp',
1833 'inspector/v8/V8AsyncCallTracker.h', 1833 'inspector/v8/V8AsyncCallTracker.h',
1834 'inspector/v8/V8DebuggerAgent.h', 1834 'inspector/v8/V8DebuggerAgent.h',
1835 'inspector/v8/V8DebuggerAgentImpl.cpp', 1835 'inspector/v8/V8DebuggerAgentImpl.cpp',
1836 'inspector/v8/V8DebuggerAgentImpl.h', 1836 'inspector/v8/V8DebuggerAgentImpl.h',
1837 'inspector/v8/V8Debugger.h', 1837 'inspector/v8/V8Debugger.h',
1838 'inspector/v8/V8DebuggerClient.h', 1838 'inspector/v8/V8DebuggerClient.h',
1839 'inspector/v8/V8DebuggerImpl.cpp', 1839 'inspector/v8/V8DebuggerImpl.cpp',
1840 'inspector/v8/V8DebuggerImpl.h', 1840 'inspector/v8/V8DebuggerImpl.h',
1841 'inspector/v8/V8DebuggerScript.cpp', 1841 'inspector/v8/V8DebuggerScript.cpp',
1842 'inspector/v8/V8DebuggerScript.h', 1842 'inspector/v8/V8DebuggerScript.h',
1843 'inspector/v8/V8FunctionCall.cpp', 1843 'inspector/v8/V8FunctionCall.cpp',
1844 'inspector/v8/V8FunctionCall.h', 1844 'inspector/v8/V8FunctionCall.h',
1845 'inspector/v8/V8InjectedScriptHost.cpp', 1845 'inspector/v8/V8InjectedScriptHost.cpp',
1846 'inspector/v8/V8InjectedScriptHost.h', 1846 'inspector/v8/V8InjectedScriptHost.h',
1847 'inspector/v8/V8JavaScriptCallFrame.cpp', 1847 'inspector/v8/V8JavaScriptCallFrame.cpp',
1848 'inspector/v8/V8JavaScriptCallFrame.h', 1848 'inspector/v8/V8JavaScriptCallFrame.h',
1849 'inspector/v8/V8ProfilerAgent.h', 1849 'inspector/v8/V8ProfilerAgent.h',
1850 'inspector/v8/V8ProfilerAgentImpl.cpp', 1850 'inspector/v8/V8ProfilerAgentImpl.cpp',
1851 'inspector/v8/V8ProfilerAgentImpl.h', 1851 'inspector/v8/V8ProfilerAgentImpl.h',
1852 'inspector/v8/V8RuntimeAgent.h', 1852 'inspector/v8/V8RuntimeAgent.h',
1853 'inspector/v8/V8RuntimeAgentImpl.cpp', 1853 'inspector/v8/V8RuntimeAgentImpl.cpp',
1854 'inspector/v8/V8RuntimeAgentImpl.h', 1854 'inspector/v8/V8RuntimeAgentImpl.h',
1855 'inspector/v8/V8StringUtil.cpp',
1856 'inspector/v8/V8StringUtil.h',
1855 'inspector/WorkerConsoleAgent.cpp', 1857 'inspector/WorkerConsoleAgent.cpp',
1856 'inspector/WorkerConsoleAgent.h', 1858 'inspector/WorkerConsoleAgent.h',
1857 'inspector/WorkerDebuggerAgent.cpp', 1859 'inspector/WorkerDebuggerAgent.cpp',
1858 'inspector/WorkerDebuggerAgent.h', 1860 'inspector/WorkerDebuggerAgent.h',
1859 'inspector/WorkerInspectorController.cpp', 1861 'inspector/WorkerInspectorController.cpp',
1860 'inspector/WorkerInspectorController.h', 1862 'inspector/WorkerInspectorController.h',
1861 'inspector/WorkerRuntimeAgent.cpp', 1863 'inspector/WorkerRuntimeAgent.cpp',
1862 'inspector/WorkerRuntimeAgent.h', 1864 'inspector/WorkerRuntimeAgent.h',
1863 'inspector/WorkerThreadDebugger.cpp', 1865 'inspector/WorkerThreadDebugger.cpp',
1864 'inspector/WorkerThreadDebugger.h', 1866 'inspector/WorkerThreadDebugger.h',
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
4042 'style/SVGComputedStyleTest.cpp', 4044 'style/SVGComputedStyleTest.cpp',
4043 'svg/SVGPathParserTest.cpp', 4045 'svg/SVGPathParserTest.cpp',
4044 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4046 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4045 'testing/PrivateScriptTestTest.cpp', 4047 'testing/PrivateScriptTestTest.cpp',
4046 'timing/MemoryInfoTest.cpp', 4048 'timing/MemoryInfoTest.cpp',
4047 'workers/WorkerThreadTest.cpp', 4049 'workers/WorkerThreadTest.cpp',
4048 'xml/parser/SharedBufferReaderTest.cpp', 4050 'xml/parser/SharedBufferReaderTest.cpp',
4049 ], 4051 ],
4050 } 4052 }
4051 } 4053 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698