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 1666563005: DevTools: merge ScriptCallStack and ScriptAsyncCallStack, move CallStacks from console to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: testts 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 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1805 'inspector/NetworkResourcesData.cpp', 1805 'inspector/NetworkResourcesData.cpp',
1806 'inspector/NetworkResourcesData.h', 1806 'inspector/NetworkResourcesData.h',
1807 'inspector/PageConsoleAgent.cpp', 1807 'inspector/PageConsoleAgent.cpp',
1808 'inspector/PageConsoleAgent.h', 1808 'inspector/PageConsoleAgent.h',
1809 'inspector/PageDebuggerAgent.cpp', 1809 'inspector/PageDebuggerAgent.cpp',
1810 'inspector/PageDebuggerAgent.h', 1810 'inspector/PageDebuggerAgent.h',
1811 'inspector/PageRuntimeAgent.cpp', 1811 'inspector/PageRuntimeAgent.cpp',
1812 'inspector/PageRuntimeAgent.h', 1812 'inspector/PageRuntimeAgent.h',
1813 'inspector/ScriptArguments.cpp', 1813 'inspector/ScriptArguments.cpp',
1814 'inspector/ScriptArguments.h', 1814 'inspector/ScriptArguments.h',
1815 'inspector/ScriptAsyncCallStack.cpp',
1816 'inspector/ScriptAsyncCallStack.h',
1817 'inspector/ScriptCallFrame.cpp', 1815 'inspector/ScriptCallFrame.cpp',
1818 'inspector/ScriptCallFrame.h', 1816 'inspector/ScriptCallFrame.h',
1819 'inspector/ScriptCallStack.cpp', 1817 'inspector/ScriptCallStack.cpp',
1820 'inspector/ScriptCallStack.h', 1818 'inspector/ScriptCallStack.h',
1821 'inspector/ThreadDebugger.cpp', 1819 'inspector/ThreadDebugger.cpp',
1822 'inspector/ThreadDebugger.h', 1820 'inspector/ThreadDebugger.h',
1823 'inspector/v8/AsyncCallChain.cpp', 1821 'inspector/v8/AsyncCallChain.cpp',
1824 'inspector/v8/AsyncCallChain.h', 1822 'inspector/v8/AsyncCallChain.h',
1825 'inspector/v8/EventListenerInfo.h', 1823 'inspector/v8/EventListenerInfo.h',
1826 'inspector/v8/InspectorWrapper.cpp', 1824 'inspector/v8/InspectorWrapper.cpp',
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 'style/SVGComputedStyleTest.cpp', 4059 'style/SVGComputedStyleTest.cpp',
4062 'svg/SVGPathParserTest.cpp', 4060 'svg/SVGPathParserTest.cpp',
4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4064 'testing/PrivateScriptTestTest.cpp', 4062 'testing/PrivateScriptTestTest.cpp',
4065 'timing/MemoryInfoTest.cpp', 4063 'timing/MemoryInfoTest.cpp',
4066 'workers/WorkerThreadTest.cpp', 4064 'workers/WorkerThreadTest.cpp',
4067 'xml/parser/SharedBufferReaderTest.cpp', 4065 'xml/parser/SharedBufferReaderTest.cpp',
4068 ], 4066 ],
4069 } 4067 }
4070 } 4068 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698