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

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

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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 | « Source/core/core.gyp ('k') | Source/core/core_generated.gypi » ('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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 1558 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 'inspector/DevToolsHost.cpp', 1569 'inspector/DevToolsHost.cpp',
1570 'inspector/DevToolsHost.h', 1570 'inspector/DevToolsHost.h',
1571 'inspector/IdentifiersFactory.cpp', 1571 'inspector/IdentifiersFactory.cpp',
1572 'inspector/IdentifiersFactory.h', 1572 'inspector/IdentifiersFactory.h',
1573 'inspector/InjectedScript.cpp', 1573 'inspector/InjectedScript.cpp',
1574 'inspector/InjectedScript.h', 1574 'inspector/InjectedScript.h',
1575 'inspector/InjectedScriptNative.cpp', 1575 'inspector/InjectedScriptNative.cpp',
1576 'inspector/InjectedScriptNative.h', 1576 'inspector/InjectedScriptNative.h',
1577 'inspector/InjectedScriptBase.cpp', 1577 'inspector/InjectedScriptBase.cpp',
1578 'inspector/InjectedScriptBase.h', 1578 'inspector/InjectedScriptBase.h',
1579 'inspector/InjectedScriptCanvasModule.cpp',
1580 'inspector/InjectedScriptCanvasModule.h',
1581 'inspector/InjectedScriptHost.cpp', 1579 'inspector/InjectedScriptHost.cpp',
1582 'inspector/InjectedScriptHost.h', 1580 'inspector/InjectedScriptHost.h',
1583 'inspector/InjectedScriptManager.cpp', 1581 'inspector/InjectedScriptManager.cpp',
1584 'inspector/InjectedScriptManager.h', 1582 'inspector/InjectedScriptManager.h',
1585 'inspector/InjectedScriptModule.cpp',
1586 'inspector/InjectedScriptModule.h',
1587 'inspector/InspectorAnimationAgent.cpp', 1583 'inspector/InspectorAnimationAgent.cpp',
1588 'inspector/InspectorAnimationAgent.h', 1584 'inspector/InspectorAnimationAgent.h',
1589 'inspector/InspectorApplicationCacheAgent.cpp', 1585 'inspector/InspectorApplicationCacheAgent.cpp',
1590 'inspector/InspectorApplicationCacheAgent.h', 1586 'inspector/InspectorApplicationCacheAgent.h',
1591 'inspector/InspectorBaseAgent.cpp', 1587 'inspector/InspectorBaseAgent.cpp',
1592 'inspector/InspectorCSSAgent.cpp', 1588 'inspector/InspectorCSSAgent.cpp',
1593 'inspector/InspectorCSSAgent.h', 1589 'inspector/InspectorCSSAgent.h',
1594 'inspector/InspectorCanvasAgent.cpp',
1595 'inspector/InspectorCanvasAgent.h',
1596 'inspector/InspectorCanvasInstrumentation.h',
1597 'inspector/InspectorConsoleAgent.cpp', 1590 'inspector/InspectorConsoleAgent.cpp',
1598 'inspector/InspectorConsoleAgent.h', 1591 'inspector/InspectorConsoleAgent.h',
1599 'inspector/InspectorConsoleInstrumentation.h', 1592 'inspector/InspectorConsoleInstrumentation.h',
1600 'inspector/InspectorCounters.cpp', 1593 'inspector/InspectorCounters.cpp',
1601 'inspector/InspectorCounters.h', 1594 'inspector/InspectorCounters.h',
1602 'inspector/InspectorDOMAgent.cpp', 1595 'inspector/InspectorDOMAgent.cpp',
1603 'inspector/InspectorDOMDebuggerAgent.cpp', 1596 'inspector/InspectorDOMDebuggerAgent.cpp',
1604 'inspector/InspectorDOMDebuggerAgent.h', 1597 'inspector/InspectorDOMDebuggerAgent.h',
1605 'inspector/InspectorDebuggerAgent.cpp', 1598 'inspector/InspectorDebuggerAgent.cpp',
1606 'inspector/InspectorDebuggerAgent.h', 1599 'inspector/InspectorDebuggerAgent.h',
(...skipping 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after
3821 'paint/LayerClipRecorderTest.cpp', 3814 'paint/LayerClipRecorderTest.cpp',
3822 'paint/LayoutObjectDrawingRecorderTest.cpp', 3815 'paint/LayoutObjectDrawingRecorderTest.cpp',
3823 'paint/TextPainterTest.cpp', 3816 'paint/TextPainterTest.cpp',
3824 'streams/ReadableStreamReaderTest.cpp', 3817 'streams/ReadableStreamReaderTest.cpp',
3825 'streams/ReadableStreamTest.cpp', 3818 'streams/ReadableStreamTest.cpp',
3826 'testing/PrivateScriptTestTest.cpp', 3819 'testing/PrivateScriptTestTest.cpp',
3827 'xml/parser/SharedBufferReaderTest.cpp', 3820 'xml/parser/SharedBufferReaderTest.cpp',
3828 ], 3821 ],
3829 } 3822 }
3830 } 3823 }
OLDNEW
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698