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

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

Issue 1315283002: [DevTools] Reverse dependencies between InspectorOverlay and agents. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more compile Created 5 years, 3 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/inspector/InspectorDOMAgent.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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 'inspector/InspectorInputAgent.cpp', 1655 'inspector/InspectorInputAgent.cpp',
1656 'inspector/InspectorInputAgent.h', 1656 'inspector/InspectorInputAgent.h',
1657 'inspector/InspectorInspectorAgent.cpp', 1657 'inspector/InspectorInspectorAgent.cpp',
1658 'inspector/InspectorInstrumentation.cpp', 1658 'inspector/InspectorInstrumentation.cpp',
1659 'inspector/InspectorInstrumentation.h', 1659 'inspector/InspectorInstrumentation.h',
1660 'inspector/InspectorInstrumentationCustomInl.h', 1660 'inspector/InspectorInstrumentationCustomInl.h',
1661 'inspector/InspectorLayerTreeAgent.cpp', 1661 'inspector/InspectorLayerTreeAgent.cpp',
1662 'inspector/InspectorLayerTreeAgent.h', 1662 'inspector/InspectorLayerTreeAgent.h',
1663 'inspector/InspectorMemoryAgent.cpp', 1663 'inspector/InspectorMemoryAgent.cpp',
1664 'inspector/InspectorMemoryAgent.h', 1664 'inspector/InspectorMemoryAgent.h',
1665 'inspector/InspectorOverlay.h',
1666 'inspector/InspectorOverlayHost.cpp', 1665 'inspector/InspectorOverlayHost.cpp',
1667 'inspector/InspectorOverlayHost.h', 1666 'inspector/InspectorOverlayHost.h',
1668 'inspector/InspectorPageAgent.cpp', 1667 'inspector/InspectorPageAgent.cpp',
1669 'inspector/InspectorPageAgent.h', 1668 'inspector/InspectorPageAgent.h',
1670 'inspector/InspectorProfilerAgent.cpp', 1669 'inspector/InspectorProfilerAgent.cpp',
1671 'inspector/InspectorProfilerAgent.h', 1670 'inspector/InspectorProfilerAgent.h',
1672 'inspector/InspectorResourceAgent.cpp', 1671 'inspector/InspectorResourceAgent.cpp',
1673 'inspector/InspectorResourceAgent.h', 1672 'inspector/InspectorResourceAgent.h',
1674 'inspector/InspectorResourceContentLoader.cpp', 1673 'inspector/InspectorResourceContentLoader.cpp',
1675 'inspector/InspectorResourceContentLoader.h', 1674 'inspector/InspectorResourceContentLoader.h',
(...skipping 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after
3858 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3859 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3860 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3861 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3862 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3863 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3864 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3865 ], 3864 ],
3866 } 3865 }
3867 } 3866 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorDOMAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698