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

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

Issue 1514523004: DevTools: remove V8DebuggerListener and ScriptDebuggerBase abstractions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 5 years 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 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698