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

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

Issue 1618003003: DevTools: clean up V8Debugger.h API, remove parts accessed only from within inspector/v8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
1809 'inspector/ScriptCallFrame.cpp', 1809 'inspector/ScriptCallFrame.cpp',
1810 'inspector/ScriptCallFrame.h', 1810 'inspector/ScriptCallFrame.h',
1811 'inspector/ScriptCallStack.cpp', 1811 'inspector/ScriptCallStack.cpp',
1812 'inspector/ScriptCallStack.h', 1812 'inspector/ScriptCallStack.h',
1813 'inspector/ThreadDebugger.cpp', 1813 'inspector/ThreadDebugger.cpp',
1814 'inspector/ThreadDebugger.h', 1814 'inspector/ThreadDebugger.h',
1815 'inspector/v8/EventListenerInfo.h', 1815 'inspector/v8/EventListenerInfo.h',
1816 'inspector/v8/InspectorWrapper.cpp', 1816 'inspector/v8/InspectorWrapper.cpp',
1817 'inspector/v8/InspectorWrapper.h', 1817 'inspector/v8/InspectorWrapper.h',
1818 'inspector/v8/IgnoreExceptionsScope.h', 1818 'inspector/v8/IgnoreExceptionsScope.h',
1819 'inspector/v8/IgnoreExceptionsScope.cpp',
1819 'inspector/v8/JavaScriptCallFrame.cpp', 1820 'inspector/v8/JavaScriptCallFrame.cpp',
1820 'inspector/v8/JavaScriptCallFrame.h', 1821 'inspector/v8/JavaScriptCallFrame.h',
1821 'inspector/v8/ScriptBreakpoint.h', 1822 'inspector/v8/ScriptBreakpoint.h',
1822 'inspector/v8/SourceMap.cpp', 1823 'inspector/v8/SourceMap.cpp',
1823 'inspector/v8/SourceMap.h', 1824 'inspector/v8/SourceMap.h',
1824 'inspector/v8/V8AsyncCallTracker.cpp', 1825 'inspector/v8/V8AsyncCallTracker.cpp',
1825 'inspector/v8/V8AsyncCallTracker.h', 1826 'inspector/v8/V8AsyncCallTracker.h',
1826 'inspector/v8/V8DebuggerAgent.h', 1827 'inspector/v8/V8DebuggerAgent.h',
1827 'inspector/v8/V8DebuggerAgentImpl.cpp', 1828 'inspector/v8/V8DebuggerAgentImpl.cpp',
1828 'inspector/v8/V8DebuggerAgentImpl.h', 1829 'inspector/v8/V8DebuggerAgentImpl.h',
(...skipping 2197 matching lines...) Expand 10 before | Expand all | Expand 10 after
4026 'style/SVGComputedStyleTest.cpp', 4027 'style/SVGComputedStyleTest.cpp',
4027 'svg/SVGPathParserTest.cpp', 4028 'svg/SVGPathParserTest.cpp',
4028 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4029 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4029 'testing/PrivateScriptTestTest.cpp', 4030 'testing/PrivateScriptTestTest.cpp',
4030 'timing/MemoryInfoTest.cpp', 4031 'timing/MemoryInfoTest.cpp',
4031 'workers/WorkerThreadTest.cpp', 4032 'workers/WorkerThreadTest.cpp',
4032 'xml/parser/SharedBufferReaderTest.cpp', 4033 'xml/parser/SharedBufferReaderTest.cpp',
4033 ], 4034 ],
4034 } 4035 }
4035 } 4036 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698