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

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

Issue 1405823002: DevTools: extract Blink-independent part of CPU profiler into V8ProfilerAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check if client is present before calling its methods 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/InspectorProfilerAgent.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 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1761 'inspector/v8/V8Debugger.h', 1761 'inspector/v8/V8Debugger.h',
1762 'inspector/v8/V8DebuggerClient.h', 1762 'inspector/v8/V8DebuggerClient.h',
1763 'inspector/v8/V8DebuggerImpl.cpp', 1763 'inspector/v8/V8DebuggerImpl.cpp',
1764 'inspector/v8/V8DebuggerImpl.h', 1764 'inspector/v8/V8DebuggerImpl.h',
1765 'inspector/v8/V8DebuggerListener.cpp', 1765 'inspector/v8/V8DebuggerListener.cpp',
1766 'inspector/v8/V8DebuggerListener.h', 1766 'inspector/v8/V8DebuggerListener.h',
1767 'inspector/v8/V8InjectedScriptHost.cpp', 1767 'inspector/v8/V8InjectedScriptHost.cpp',
1768 'inspector/v8/V8InjectedScriptHost.h', 1768 'inspector/v8/V8InjectedScriptHost.h',
1769 'inspector/v8/V8JavaScriptCallFrame.cpp', 1769 'inspector/v8/V8JavaScriptCallFrame.cpp',
1770 'inspector/v8/V8JavaScriptCallFrame.h', 1770 'inspector/v8/V8JavaScriptCallFrame.h',
1771 'inspector/v8/V8ProfilerAgent.h',
1772 'inspector/v8/V8ProfilerAgentImpl.cpp',
1773 'inspector/v8/V8ProfilerAgentImpl.h',
1771 'inspector/v8/V8RuntimeAgent.h', 1774 'inspector/v8/V8RuntimeAgent.h',
1772 'inspector/v8/V8RuntimeAgentImpl.cpp', 1775 'inspector/v8/V8RuntimeAgentImpl.cpp',
1773 'inspector/v8/V8RuntimeAgentImpl.h', 1776 'inspector/v8/V8RuntimeAgentImpl.h',
1774 'inspector/WorkerConsoleAgent.cpp', 1777 'inspector/WorkerConsoleAgent.cpp',
1775 'inspector/WorkerConsoleAgent.h', 1778 'inspector/WorkerConsoleAgent.h',
1776 'inspector/WorkerDebuggerAgent.cpp', 1779 'inspector/WorkerDebuggerAgent.cpp',
1777 'inspector/WorkerDebuggerAgent.h', 1780 'inspector/WorkerDebuggerAgent.h',
1778 'inspector/WorkerInspectorController.cpp', 1781 'inspector/WorkerInspectorController.cpp',
1779 'inspector/WorkerInspectorController.h', 1782 'inspector/WorkerInspectorController.h',
1780 'inspector/WorkerRuntimeAgent.cpp', 1783 'inspector/WorkerRuntimeAgent.cpp',
(...skipping 2125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3906 'style/OutlineValueTest.cpp', 3909 'style/OutlineValueTest.cpp',
3907 'style/SVGComputedStyleTest.cpp', 3910 'style/SVGComputedStyleTest.cpp',
3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3911 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3909 'testing/PrivateScriptTestTest.cpp', 3912 'testing/PrivateScriptTestTest.cpp',
3910 'timing/MemoryInfoTest.cpp', 3913 'timing/MemoryInfoTest.cpp',
3911 'workers/WorkerThreadTest.cpp', 3914 'workers/WorkerThreadTest.cpp',
3912 'xml/parser/SharedBufferReaderTest.cpp', 3915 'xml/parser/SharedBufferReaderTest.cpp',
3913 ], 3916 ],
3914 } 3917 }
3915 } 3918 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698