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

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

Issue 1092123004: DevTools: remove dependency of most agents on InspectorPageAgent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed yurys comments, added InspectorResolver 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
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 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1640 'inspector/InspectorLayerTreeAgent.h', 1640 'inspector/InspectorLayerTreeAgent.h',
1641 'inspector/InspectorMemoryAgent.cpp', 1641 'inspector/InspectorMemoryAgent.cpp',
1642 'inspector/InspectorMemoryAgent.h', 1642 'inspector/InspectorMemoryAgent.h',
1643 'inspector/InspectorOverlay.h', 1643 'inspector/InspectorOverlay.h',
1644 'inspector/InspectorOverlayHost.cpp', 1644 'inspector/InspectorOverlayHost.cpp',
1645 'inspector/InspectorOverlayHost.h', 1645 'inspector/InspectorOverlayHost.h',
1646 'inspector/InspectorPageAgent.cpp', 1646 'inspector/InspectorPageAgent.cpp',
1647 'inspector/InspectorPageAgent.h', 1647 'inspector/InspectorPageAgent.h',
1648 'inspector/InspectorProfilerAgent.cpp', 1648 'inspector/InspectorProfilerAgent.cpp',
1649 'inspector/InspectorProfilerAgent.h', 1649 'inspector/InspectorProfilerAgent.h',
1650 'inspector/InspectorResolver.cpp',
1651 'inspector/InspectorResolver.h',
1650 'inspector/InspectorResourceAgent.cpp', 1652 'inspector/InspectorResourceAgent.cpp',
1651 'inspector/InspectorResourceAgent.h', 1653 'inspector/InspectorResourceAgent.h',
1652 'inspector/InspectorResourceContentLoader.cpp', 1654 'inspector/InspectorResourceContentLoader.cpp',
1653 'inspector/InspectorResourceContentLoader.h', 1655 'inspector/InspectorResourceContentLoader.h',
1654 'inspector/InspectorRuntimeAgent.cpp', 1656 'inspector/InspectorRuntimeAgent.cpp',
1655 'inspector/InspectorRuntimeAgent.h', 1657 'inspector/InspectorRuntimeAgent.h',
1656 'inspector/InspectorState.cpp', 1658 'inspector/InspectorState.cpp',
1657 'inspector/InspectorState.h', 1659 'inspector/InspectorState.h',
1658 'inspector/InspectorStateClient.h', 1660 'inspector/InspectorStateClient.h',
1659 'inspector/InspectorStyleSheet.cpp', 1661 'inspector/InspectorStyleSheet.cpp',
(...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
3864 'paint/LayerClipRecorderTest.cpp', 3866 'paint/LayerClipRecorderTest.cpp',
3865 'paint/LayoutObjectDrawingRecorderTest.cpp', 3867 'paint/LayoutObjectDrawingRecorderTest.cpp',
3866 'paint/TextPainterTest.cpp', 3868 'paint/TextPainterTest.cpp',
3867 'streams/ReadableStreamReaderTest.cpp', 3869 'streams/ReadableStreamReaderTest.cpp',
3868 'streams/ReadableStreamTest.cpp', 3870 'streams/ReadableStreamTest.cpp',
3869 'testing/PrivateScriptTestTest.cpp', 3871 'testing/PrivateScriptTestTest.cpp',
3870 'xml/parser/SharedBufferReaderTest.cpp', 3872 'xml/parser/SharedBufferReaderTest.cpp',
3871 ], 3873 ],
3872 } 3874 }
3873 } 3875 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorAnimationAgent.h » ('j') | Source/core/inspector/InspectorPageAgent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698