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

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

Issue 1085033003: Introduce InspectorIdentifiers<> and use it to assign/lookup LocalFrame and DocumentLoader (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed explicit instantiation, we seem to be doing fine without it 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/DOMNodeIds.h » ('j') | Source/core/dom/DOMNodeIds.h » ('J')
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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after
1613 'inspector/InspectorDOMDebuggerAgent.h', 1613 'inspector/InspectorDOMDebuggerAgent.h',
1614 'inspector/InspectorDebuggerAgent.cpp', 1614 'inspector/InspectorDebuggerAgent.cpp',
1615 'inspector/InspectorDebuggerAgent.h', 1615 'inspector/InspectorDebuggerAgent.h',
1616 'inspector/InspectorFrontendChannel.h', 1616 'inspector/InspectorFrontendChannel.h',
1617 'inspector/InspectorHeapProfilerAgent.cpp', 1617 'inspector/InspectorHeapProfilerAgent.cpp',
1618 'inspector/InspectorHeapProfilerAgent.h', 1618 'inspector/InspectorHeapProfilerAgent.h',
1619 'inspector/InspectorHighlight.cpp', 1619 'inspector/InspectorHighlight.cpp',
1620 'inspector/InspectorHighlight.h', 1620 'inspector/InspectorHighlight.h',
1621 'inspector/InspectorHistory.cpp', 1621 'inspector/InspectorHistory.cpp',
1622 'inspector/InspectorHistory.h', 1622 'inspector/InspectorHistory.h',
1623 'inspector/InspectorIdentifiers.h',
1623 'inspector/InspectorInputAgent.cpp', 1624 'inspector/InspectorInputAgent.cpp',
1624 'inspector/InspectorInputAgent.h', 1625 'inspector/InspectorInputAgent.h',
1625 'inspector/InspectorInspectorAgent.cpp', 1626 'inspector/InspectorInspectorAgent.cpp',
1626 'inspector/InspectorInstrumentation.cpp', 1627 'inspector/InspectorInstrumentation.cpp',
1627 'inspector/InspectorInstrumentation.h', 1628 'inspector/InspectorInstrumentation.h',
1628 'inspector/InspectorInstrumentationCustomInl.h', 1629 'inspector/InspectorInstrumentationCustomInl.h',
1629 'inspector/InspectorLayerTreeAgent.cpp', 1630 'inspector/InspectorLayerTreeAgent.cpp',
1630 'inspector/InspectorLayerTreeAgent.h', 1631 'inspector/InspectorLayerTreeAgent.h',
1631 'inspector/InspectorMemoryAgent.cpp', 1632 'inspector/InspectorMemoryAgent.cpp',
1632 'inspector/InspectorMemoryAgent.h', 1633 'inspector/InspectorMemoryAgent.h',
(...skipping 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after
3848 'paint/LayerClipRecorderTest.cpp', 3849 'paint/LayerClipRecorderTest.cpp',
3849 'paint/LayoutObjectDrawingRecorderTest.cpp', 3850 'paint/LayoutObjectDrawingRecorderTest.cpp',
3850 'paint/TextPainterTest.cpp', 3851 'paint/TextPainterTest.cpp',
3851 'streams/ReadableStreamReaderTest.cpp', 3852 'streams/ReadableStreamReaderTest.cpp',
3852 'streams/ReadableStreamTest.cpp', 3853 'streams/ReadableStreamTest.cpp',
3853 'testing/PrivateScriptTestTest.cpp', 3854 'testing/PrivateScriptTestTest.cpp',
3854 'xml/parser/SharedBufferReaderTest.cpp', 3855 'xml/parser/SharedBufferReaderTest.cpp',
3855 ], 3856 ],
3856 } 3857 }
3857 } 3858 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMNodeIds.h » ('j') | Source/core/dom/DOMNodeIds.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698