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

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

Issue 1866213002: [DevTools] Move inspect from Inspector to Runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@inspector-connection
Patch Set: inspectRequested Created 4 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
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 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'inspector/InspectorDebuggerAgent.cpp', 1818 'inspector/InspectorDebuggerAgent.cpp',
1819 'inspector/InspectorDebuggerAgent.h', 1819 'inspector/InspectorDebuggerAgent.h',
1820 'inspector/InspectorHeapProfilerAgent.cpp', 1820 'inspector/InspectorHeapProfilerAgent.cpp',
1821 'inspector/InspectorHeapProfilerAgent.h', 1821 'inspector/InspectorHeapProfilerAgent.h',
1822 'inspector/InspectorHighlight.cpp', 1822 'inspector/InspectorHighlight.cpp',
1823 'inspector/InspectorHighlight.h', 1823 'inspector/InspectorHighlight.h',
1824 'inspector/InspectorHistory.cpp', 1824 'inspector/InspectorHistory.cpp',
1825 'inspector/InspectorHistory.h', 1825 'inspector/InspectorHistory.h',
1826 'inspector/InspectorInputAgent.cpp', 1826 'inspector/InspectorInputAgent.cpp',
1827 'inspector/InspectorInputAgent.h', 1827 'inspector/InspectorInputAgent.h',
1828 'inspector/InspectorInspectorAgent.cpp',
1829 'inspector/InspectorInstrumentation.cpp', 1828 'inspector/InspectorInstrumentation.cpp',
1830 'inspector/InspectorInstrumentation.h', 1829 'inspector/InspectorInstrumentation.h',
1831 'inspector/InspectorInstrumentationCustomInl.h', 1830 'inspector/InspectorInstrumentationCustomInl.h',
1832 'inspector/InspectorLayerTreeAgent.cpp', 1831 'inspector/InspectorLayerTreeAgent.cpp',
1833 'inspector/InspectorLayerTreeAgent.h', 1832 'inspector/InspectorLayerTreeAgent.h',
1834 'inspector/InspectorMemoryAgent.cpp', 1833 'inspector/InspectorMemoryAgent.cpp',
1835 'inspector/InspectorMemoryAgent.h', 1834 'inspector/InspectorMemoryAgent.h',
1836 'inspector/InspectorOverlayHost.cpp', 1835 'inspector/InspectorOverlayHost.cpp',
1837 'inspector/InspectorOverlayHost.h', 1836 'inspector/InspectorOverlayHost.h',
1838 'inspector/InspectorPageAgent.cpp', 1837 'inspector/InspectorPageAgent.cpp',
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
4093 'svg/SVGPathParserTest.cpp', 4092 'svg/SVGPathParserTest.cpp',
4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4095 'testing/PrivateScriptTestTest.cpp', 4094 'testing/PrivateScriptTestTest.cpp',
4096 'timing/MemoryInfoTest.cpp', 4095 'timing/MemoryInfoTest.cpp',
4097 'workers/WorkerThreadTest.cpp', 4096 'workers/WorkerThreadTest.cpp',
4098 'workers/WorkerThreadTestHelper.h', 4097 'workers/WorkerThreadTestHelper.h',
4099 'xml/parser/SharedBufferReaderTest.cpp', 4098 'xml/parser/SharedBufferReaderTest.cpp',
4100 ], 4099 ],
4101 } 4100 }
4102 } 4101 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698