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

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

Issue 1899933003: [DevTools] Introduce InspectorSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: export, comment 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorBaseAgent.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 1796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 'inspector/DevToolsHost.cpp', 1807 'inspector/DevToolsHost.cpp',
1808 'inspector/DevToolsHost.h', 1808 'inspector/DevToolsHost.h',
1809 'inspector/IdentifiersFactory.cpp', 1809 'inspector/IdentifiersFactory.cpp',
1810 'inspector/IdentifiersFactory.h', 1810 'inspector/IdentifiersFactory.h',
1811 'inspector/InspectedFrames.cpp', 1811 'inspector/InspectedFrames.cpp',
1812 'inspector/InspectedFrames.h', 1812 'inspector/InspectedFrames.h',
1813 'inspector/InspectorAnimationAgent.cpp', 1813 'inspector/InspectorAnimationAgent.cpp',
1814 'inspector/InspectorAnimationAgent.h', 1814 'inspector/InspectorAnimationAgent.h',
1815 'inspector/InspectorApplicationCacheAgent.cpp', 1815 'inspector/InspectorApplicationCacheAgent.cpp',
1816 'inspector/InspectorApplicationCacheAgent.h', 1816 'inspector/InspectorApplicationCacheAgent.h',
1817 'inspector/InspectorBaseAgent.cpp', 1817 'inspector/InspectorBaseAgent.h',
1818 'inspector/InspectorCSSAgent.cpp', 1818 'inspector/InspectorCSSAgent.cpp',
1819 'inspector/InspectorCSSAgent.h', 1819 'inspector/InspectorCSSAgent.h',
1820 'inspector/InspectorConsoleAgent.cpp', 1820 'inspector/InspectorConsoleAgent.cpp',
1821 'inspector/InspectorConsoleAgent.h', 1821 'inspector/InspectorConsoleAgent.h',
1822 'inspector/InspectorConsoleInstrumentation.h', 1822 'inspector/InspectorConsoleInstrumentation.h',
1823 'inspector/InspectorDOMAgent.cpp', 1823 'inspector/InspectorDOMAgent.cpp',
1824 'inspector/InspectorDOMDebuggerAgent.cpp', 1824 'inspector/InspectorDOMDebuggerAgent.cpp',
1825 'inspector/InspectorDOMDebuggerAgent.h', 1825 'inspector/InspectorDOMDebuggerAgent.h',
1826 'inspector/InspectorDebuggerAgent.cpp', 1826 'inspector/InspectorDebuggerAgent.cpp',
1827 'inspector/InspectorDebuggerAgent.h', 1827 'inspector/InspectorDebuggerAgent.h',
(...skipping 19 matching lines...) Expand all
1847 'inspector/InspectorProfilerAgent.cpp', 1847 'inspector/InspectorProfilerAgent.cpp',
1848 'inspector/InspectorProfilerAgent.h', 1848 'inspector/InspectorProfilerAgent.h',
1849 'inspector/InspectorResourceAgent.cpp', 1849 'inspector/InspectorResourceAgent.cpp',
1850 'inspector/InspectorResourceAgent.h', 1850 'inspector/InspectorResourceAgent.h',
1851 'inspector/InspectorResourceContainer.cpp', 1851 'inspector/InspectorResourceContainer.cpp',
1852 'inspector/InspectorResourceContainer.h', 1852 'inspector/InspectorResourceContainer.h',
1853 'inspector/InspectorResourceContentLoader.cpp', 1853 'inspector/InspectorResourceContentLoader.cpp',
1854 'inspector/InspectorResourceContentLoader.h', 1854 'inspector/InspectorResourceContentLoader.h',
1855 'inspector/InspectorRuntimeAgent.cpp', 1855 'inspector/InspectorRuntimeAgent.cpp',
1856 'inspector/InspectorRuntimeAgent.h', 1856 'inspector/InspectorRuntimeAgent.h',
1857 'inspector/InspectorSession.cpp',
1858 'inspector/InspectorSession.h',
1857 'inspector/InspectorStyleSheet.cpp', 1859 'inspector/InspectorStyleSheet.cpp',
1858 'inspector/InspectorStyleSheet.h', 1860 'inspector/InspectorStyleSheet.h',
1859 'inspector/InspectorTaskRunner.cpp', 1861 'inspector/InspectorTaskRunner.cpp',
1860 'inspector/InspectorTaskRunner.h', 1862 'inspector/InspectorTaskRunner.h',
1861 'inspector/InspectorTraceEvents.cpp', 1863 'inspector/InspectorTraceEvents.cpp',
1862 'inspector/InspectorTraceEvents.h', 1864 'inspector/InspectorTraceEvents.h',
1863 'inspector/InspectorTracingAgent.cpp', 1865 'inspector/InspectorTracingAgent.cpp',
1864 'inspector/InspectorTracingAgent.h', 1866 'inspector/InspectorTracingAgent.h',
1865 'inspector/InspectorWorkerAgent.cpp', 1867 'inspector/InspectorWorkerAgent.cpp',
1866 'inspector/InspectorWorkerAgent.h', 1868 'inspector/InspectorWorkerAgent.h',
(...skipping 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4111 ],
4110 } 4112 }
4111 } 4113 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698