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

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

Issue 1367623006: DevTools: extract V8DebuggerAgent interface, move it under .../inspector/v8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/AsyncCallTracker.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1733 'inspector/ScriptArguments.cpp', 1733 'inspector/ScriptArguments.cpp',
1734 'inspector/ScriptArguments.h', 1734 'inspector/ScriptArguments.h',
1735 'inspector/ScriptAsyncCallStack.cpp', 1735 'inspector/ScriptAsyncCallStack.cpp',
1736 'inspector/ScriptAsyncCallStack.h', 1736 'inspector/ScriptAsyncCallStack.h',
1737 'inspector/ScriptCallFrame.cpp', 1737 'inspector/ScriptCallFrame.cpp',
1738 'inspector/ScriptCallFrame.h', 1738 'inspector/ScriptCallFrame.h',
1739 'inspector/ScriptCallStack.cpp', 1739 'inspector/ScriptCallStack.cpp',
1740 'inspector/ScriptCallStack.h', 1740 'inspector/ScriptCallStack.h',
1741 'inspector/ScriptDebuggerBase.cpp', 1741 'inspector/ScriptDebuggerBase.cpp',
1742 'inspector/ScriptDebuggerBase.h', 1742 'inspector/ScriptDebuggerBase.h',
1743 'inspector/V8DebuggerAgent.cpp',
1744 'inspector/V8DebuggerAgent.h',
1745 'inspector/V8AsyncCallTracker.cpp',
1746 'inspector/V8AsyncCallTracker.h',
1747 'inspector/v8/InspectorWrapper.cpp', 1743 'inspector/v8/InspectorWrapper.cpp',
1748 'inspector/v8/InspectorWrapper.h', 1744 'inspector/v8/InspectorWrapper.h',
1749 'inspector/v8/JavaScriptCallFrame.cpp', 1745 'inspector/v8/JavaScriptCallFrame.cpp',
1750 'inspector/v8/JavaScriptCallFrame.h', 1746 'inspector/v8/JavaScriptCallFrame.h',
1751 'inspector/v8/ScriptBreakpoint.h', 1747 'inspector/v8/ScriptBreakpoint.h',
1748 'inspector/v8/V8AsyncCallTracker.cpp',
1749 'inspector/v8/V8AsyncCallTracker.h',
1750 'inspector/v8/V8DebuggerAgent.h',
1751 'inspector/v8/V8DebuggerAgentImpl.cpp',
1752 'inspector/v8/V8DebuggerAgentImpl.h',
1752 'inspector/v8/V8Debugger.h', 1753 'inspector/v8/V8Debugger.h',
1753 'inspector/v8/V8DebuggerClient.h', 1754 'inspector/v8/V8DebuggerClient.h',
1754 'inspector/v8/V8DebuggerImpl.cpp', 1755 'inspector/v8/V8DebuggerImpl.cpp',
1755 'inspector/v8/V8DebuggerImpl.h', 1756 'inspector/v8/V8DebuggerImpl.h',
1756 'inspector/v8/V8DebuggerListener.cpp', 1757 'inspector/v8/V8DebuggerListener.cpp',
1757 'inspector/v8/V8DebuggerListener.h', 1758 'inspector/v8/V8DebuggerListener.h',
1758 'inspector/v8/V8InjectedScriptHost.cpp', 1759 'inspector/v8/V8InjectedScriptHost.cpp',
1759 'inspector/v8/V8InjectedScriptHost.h', 1760 'inspector/v8/V8InjectedScriptHost.h',
1760 'inspector/v8/V8JavaScriptCallFrame.cpp', 1761 'inspector/v8/V8JavaScriptCallFrame.cpp',
1761 'inspector/v8/V8JavaScriptCallFrame.h', 1762 'inspector/v8/V8JavaScriptCallFrame.h',
(...skipping 2126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 'style/OutlineValueTest.cpp', 3889 'style/OutlineValueTest.cpp',
3889 'style/SVGComputedStyleTest.cpp', 3890 'style/SVGComputedStyleTest.cpp',
3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3891 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3891 'testing/PrivateScriptTestTest.cpp', 3892 'testing/PrivateScriptTestTest.cpp',
3892 'timing/MemoryInfoTest.cpp', 3893 'timing/MemoryInfoTest.cpp',
3893 'workers/WorkerThreadTest.cpp', 3894 'workers/WorkerThreadTest.cpp',
3894 'xml/parser/SharedBufferReaderTest.cpp', 3895 'xml/parser/SharedBufferReaderTest.cpp',
3895 ], 3896 ],
3896 } 3897 }
3897 } 3898 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/AsyncCallTracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698