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

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: win build error fixed 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') | 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 1611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 'inspector/InspectorDOMDebuggerAgent.h', 1622 'inspector/InspectorDOMDebuggerAgent.h',
1623 'inspector/InspectorDebuggerAgent.cpp', 1623 'inspector/InspectorDebuggerAgent.cpp',
1624 'inspector/InspectorDebuggerAgent.h', 1624 'inspector/InspectorDebuggerAgent.h',
1625 'inspector/InspectorFrontendChannel.h', 1625 'inspector/InspectorFrontendChannel.h',
1626 'inspector/InspectorHeapProfilerAgent.cpp', 1626 'inspector/InspectorHeapProfilerAgent.cpp',
1627 'inspector/InspectorHeapProfilerAgent.h', 1627 'inspector/InspectorHeapProfilerAgent.h',
1628 'inspector/InspectorHighlight.cpp', 1628 'inspector/InspectorHighlight.cpp',
1629 'inspector/InspectorHighlight.h', 1629 'inspector/InspectorHighlight.h',
1630 'inspector/InspectorHistory.cpp', 1630 'inspector/InspectorHistory.cpp',
1631 'inspector/InspectorHistory.h', 1631 'inspector/InspectorHistory.h',
1632 'inspector/InspectorIdentifiers.h',
1632 'inspector/InspectorInputAgent.cpp', 1633 'inspector/InspectorInputAgent.cpp',
1633 'inspector/InspectorInputAgent.h', 1634 'inspector/InspectorInputAgent.h',
1634 'inspector/InspectorInspectorAgent.cpp', 1635 'inspector/InspectorInspectorAgent.cpp',
1635 'inspector/InspectorInstrumentation.cpp', 1636 'inspector/InspectorInstrumentation.cpp',
1636 'inspector/InspectorInstrumentation.h', 1637 'inspector/InspectorInstrumentation.h',
1637 'inspector/InspectorInstrumentationCustomInl.h', 1638 'inspector/InspectorInstrumentationCustomInl.h',
1638 'inspector/InspectorLayerTreeAgent.cpp', 1639 'inspector/InspectorLayerTreeAgent.cpp',
1639 'inspector/InspectorLayerTreeAgent.h', 1640 'inspector/InspectorLayerTreeAgent.h',
1640 'inspector/InspectorMemoryAgent.cpp', 1641 'inspector/InspectorMemoryAgent.cpp',
1641 'inspector/InspectorMemoryAgent.h', 1642 'inspector/InspectorMemoryAgent.h',
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3863 'paint/LayerClipRecorderTest.cpp', 3864 'paint/LayerClipRecorderTest.cpp',
3864 'paint/LayoutObjectDrawingRecorderTest.cpp', 3865 'paint/LayoutObjectDrawingRecorderTest.cpp',
3865 'paint/TextPainterTest.cpp', 3866 'paint/TextPainterTest.cpp',
3866 'streams/ReadableStreamReaderTest.cpp', 3867 'streams/ReadableStreamReaderTest.cpp',
3867 'streams/ReadableStreamTest.cpp', 3868 'streams/ReadableStreamTest.cpp',
3868 'testing/PrivateScriptTestTest.cpp', 3869 'testing/PrivateScriptTestTest.cpp',
3869 'xml/parser/SharedBufferReaderTest.cpp', 3870 'xml/parser/SharedBufferReaderTest.cpp',
3870 ], 3871 ],
3871 } 3872 }
3872 } 3873 }
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