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

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: 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 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
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