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

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

Issue 997073004: Move inspector/InspectorNodeIds to dom/DOMNodeIds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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') | 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 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 'inspector/InspectorInputAgent.cpp', 1604 'inspector/InspectorInputAgent.cpp',
1605 'inspector/InspectorInputAgent.h', 1605 'inspector/InspectorInputAgent.h',
1606 'inspector/InspectorInspectorAgent.cpp', 1606 'inspector/InspectorInspectorAgent.cpp',
1607 'inspector/InspectorInstrumentation.cpp', 1607 'inspector/InspectorInstrumentation.cpp',
1608 'inspector/InspectorInstrumentation.h', 1608 'inspector/InspectorInstrumentation.h',
1609 'inspector/InspectorInstrumentationCustomInl.h', 1609 'inspector/InspectorInstrumentationCustomInl.h',
1610 'inspector/InspectorLayerTreeAgent.cpp', 1610 'inspector/InspectorLayerTreeAgent.cpp',
1611 'inspector/InspectorLayerTreeAgent.h', 1611 'inspector/InspectorLayerTreeAgent.h',
1612 'inspector/InspectorMemoryAgent.cpp', 1612 'inspector/InspectorMemoryAgent.cpp',
1613 'inspector/InspectorMemoryAgent.h', 1613 'inspector/InspectorMemoryAgent.h',
1614 'inspector/InspectorNodeIds.cpp',
1615 'inspector/InspectorNodeIds.h',
1616 'inspector/InspectorOverlay.h', 1614 'inspector/InspectorOverlay.h',
1617 'inspector/InspectorOverlayHost.cpp', 1615 'inspector/InspectorOverlayHost.cpp',
1618 'inspector/InspectorOverlayHost.h', 1616 'inspector/InspectorOverlayHost.h',
1619 'inspector/InspectorPageAgent.cpp', 1617 'inspector/InspectorPageAgent.cpp',
1620 'inspector/InspectorPageAgent.h', 1618 'inspector/InspectorPageAgent.h',
1621 'inspector/InspectorProfilerAgent.cpp', 1619 'inspector/InspectorProfilerAgent.cpp',
1622 'inspector/InspectorProfilerAgent.h', 1620 'inspector/InspectorProfilerAgent.h',
1623 'inspector/InspectorResourceAgent.cpp', 1621 'inspector/InspectorResourceAgent.cpp',
1624 'inspector/InspectorResourceAgent.h', 1622 'inspector/InspectorResourceAgent.h',
1625 'inspector/InspectorResourceContentLoader.cpp', 1623 'inspector/InspectorResourceContentLoader.cpp',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 'dom/DOMDataView.h', 2116 'dom/DOMDataView.h',
2119 'dom/DOMError.cpp', 2117 'dom/DOMError.cpp',
2120 'dom/DOMError.h', 2118 'dom/DOMError.h',
2121 'dom/DOMException.cpp', 2119 'dom/DOMException.cpp',
2122 'dom/DOMException.h', 2120 'dom/DOMException.h',
2123 'dom/DOMImplementation.cpp', 2121 'dom/DOMImplementation.cpp',
2124 'dom/DOMMatrix.cpp', 2122 'dom/DOMMatrix.cpp',
2125 'dom/DOMMatrix.h', 2123 'dom/DOMMatrix.h',
2126 'dom/DOMMatrixReadOnly.cpp', 2124 'dom/DOMMatrixReadOnly.cpp',
2127 'dom/DOMMatrixReadOnly.h', 2125 'dom/DOMMatrixReadOnly.h',
2126 'dom/DOMNodeIds.cpp',
2127 'dom/DOMNodeIds.h',
2128 'dom/DOMPoint.cpp', 2128 'dom/DOMPoint.cpp',
2129 'dom/DOMPoint.h', 2129 'dom/DOMPoint.h',
2130 'dom/DOMPointReadOnly.cpp', 2130 'dom/DOMPointReadOnly.cpp',
2131 'dom/DOMPointReadOnly.h', 2131 'dom/DOMPointReadOnly.h',
2132 'dom/DOMRect.cpp', 2132 'dom/DOMRect.cpp',
2133 'dom/DOMRect.h', 2133 'dom/DOMRect.h',
2134 'dom/DOMRectReadOnly.cpp', 2134 'dom/DOMRectReadOnly.cpp',
2135 'dom/DOMRectReadOnly.h', 2135 'dom/DOMRectReadOnly.h',
2136 'dom/DOMSettableTokenList.cpp', 2136 'dom/DOMSettableTokenList.cpp',
2137 'dom/DOMSettableTokenList.h', 2137 'dom/DOMSettableTokenList.h',
(...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after
3802 'paint/LayoutObjectDrawingRecorderTest.cpp', 3802 'paint/LayoutObjectDrawingRecorderTest.cpp',
3803 'paint/TextPainterTest.cpp', 3803 'paint/TextPainterTest.cpp',
3804 'paint/ViewDisplayListTest.cpp', 3804 'paint/ViewDisplayListTest.cpp',
3805 'streams/ReadableStreamReaderTest.cpp', 3805 'streams/ReadableStreamReaderTest.cpp',
3806 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3807 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3808 'xml/parser/SharedBufferReaderTest.cpp', 3808 'xml/parser/SharedBufferReaderTest.cpp',
3809 ], 3809 ],
3810 } 3810 }
3811 } 3811 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DOMNodeIds.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698