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

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

Issue 1967933002: [DevTools] Dispatch messages to V8InspectorSession directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1936593002
Patch Set: rebased Created 4 years, 7 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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'inspector/InspectorApplicationCacheAgent.h', 1824 'inspector/InspectorApplicationCacheAgent.h',
1825 'inspector/InspectorBaseAgent.h', 1825 'inspector/InspectorBaseAgent.h',
1826 'inspector/InspectorCSSAgent.cpp', 1826 'inspector/InspectorCSSAgent.cpp',
1827 'inspector/InspectorCSSAgent.h', 1827 'inspector/InspectorCSSAgent.h',
1828 'inspector/InspectorConsoleAgent.cpp', 1828 'inspector/InspectorConsoleAgent.cpp',
1829 'inspector/InspectorConsoleAgent.h', 1829 'inspector/InspectorConsoleAgent.h',
1830 'inspector/InspectorConsoleInstrumentation.h', 1830 'inspector/InspectorConsoleInstrumentation.h',
1831 'inspector/InspectorDOMAgent.cpp', 1831 'inspector/InspectorDOMAgent.cpp',
1832 'inspector/InspectorDOMDebuggerAgent.cpp', 1832 'inspector/InspectorDOMDebuggerAgent.cpp',
1833 'inspector/InspectorDOMDebuggerAgent.h', 1833 'inspector/InspectorDOMDebuggerAgent.h',
1834 'inspector/InspectorDebuggerAgent.cpp',
1835 'inspector/InspectorDebuggerAgent.h',
1836 'inspector/InspectorHeapProfilerAgent.cpp',
1837 'inspector/InspectorHeapProfilerAgent.h',
1838 'inspector/InspectorHighlight.cpp', 1834 'inspector/InspectorHighlight.cpp',
1839 'inspector/InspectorHighlight.h', 1835 'inspector/InspectorHighlight.h',
1840 'inspector/InspectorHistory.cpp', 1836 'inspector/InspectorHistory.cpp',
1841 'inspector/InspectorHistory.h', 1837 'inspector/InspectorHistory.h',
1842 'inspector/InspectorInputAgent.cpp', 1838 'inspector/InspectorInputAgent.cpp',
1843 'inspector/InspectorInputAgent.h', 1839 'inspector/InspectorInputAgent.h',
1844 'inspector/InspectorInstrumentation.cpp', 1840 'inspector/InspectorInstrumentation.cpp',
1845 'inspector/InspectorInstrumentation.h', 1841 'inspector/InspectorInstrumentation.h',
1846 'inspector/InspectorInstrumentationCustomInl.h', 1842 'inspector/InspectorInstrumentationCustomInl.h',
1847 'inspector/InspectorLayerTreeAgent.cpp', 1843 'inspector/InspectorLayerTreeAgent.cpp',
1848 'inspector/InspectorLayerTreeAgent.h', 1844 'inspector/InspectorLayerTreeAgent.h',
1849 'inspector/InspectorMemoryAgent.cpp', 1845 'inspector/InspectorMemoryAgent.cpp',
1850 'inspector/InspectorMemoryAgent.h', 1846 'inspector/InspectorMemoryAgent.h',
1851 'inspector/InspectorOverlayHost.cpp', 1847 'inspector/InspectorOverlayHost.cpp',
1852 'inspector/InspectorOverlayHost.h', 1848 'inspector/InspectorOverlayHost.h',
1853 'inspector/InspectorPageAgent.cpp', 1849 'inspector/InspectorPageAgent.cpp',
1854 'inspector/InspectorPageAgent.h', 1850 'inspector/InspectorPageAgent.h',
1855 'inspector/InspectorProfilerAgent.cpp',
1856 'inspector/InspectorProfilerAgent.h',
1857 'inspector/InspectorResourceAgent.cpp', 1851 'inspector/InspectorResourceAgent.cpp',
1858 'inspector/InspectorResourceAgent.h', 1852 'inspector/InspectorResourceAgent.h',
1859 'inspector/InspectorResourceContainer.cpp', 1853 'inspector/InspectorResourceContainer.cpp',
1860 'inspector/InspectorResourceContainer.h', 1854 'inspector/InspectorResourceContainer.h',
1861 'inspector/InspectorResourceContentLoader.cpp', 1855 'inspector/InspectorResourceContentLoader.cpp',
1862 'inspector/InspectorResourceContentLoader.h', 1856 'inspector/InspectorResourceContentLoader.h',
1863 'inspector/InspectorRuntimeAgent.cpp',
1864 'inspector/InspectorRuntimeAgent.h',
1865 'inspector/InspectorSession.cpp', 1857 'inspector/InspectorSession.cpp',
1866 'inspector/InspectorSession.h', 1858 'inspector/InspectorSession.h',
1867 'inspector/InspectorStyleSheet.cpp', 1859 'inspector/InspectorStyleSheet.cpp',
1868 'inspector/InspectorStyleSheet.h', 1860 'inspector/InspectorStyleSheet.h',
1869 'inspector/InspectorTaskRunner.cpp', 1861 'inspector/InspectorTaskRunner.cpp',
1870 'inspector/InspectorTaskRunner.h', 1862 'inspector/InspectorTaskRunner.h',
1871 'inspector/InspectorTraceEvents.cpp', 1863 'inspector/InspectorTraceEvents.cpp',
1872 'inspector/InspectorTraceEvents.h', 1864 'inspector/InspectorTraceEvents.h',
1873 'inspector/InspectorTracingAgent.cpp', 1865 'inspector/InspectorTracingAgent.cpp',
1874 'inspector/InspectorTracingAgent.h', 1866 'inspector/InspectorTracingAgent.h',
(...skipping 2259 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 'testing/PrivateScriptTestTest.cpp', 4126 'testing/PrivateScriptTestTest.cpp',
4135 'timing/MemoryInfoTest.cpp', 4127 'timing/MemoryInfoTest.cpp',
4136 'timing/PerformanceBaseTest.cpp', 4128 'timing/PerformanceBaseTest.cpp',
4137 'timing/PerformanceObserverTest.cpp', 4129 'timing/PerformanceObserverTest.cpp',
4138 'workers/WorkerThreadTest.cpp', 4130 'workers/WorkerThreadTest.cpp',
4139 'workers/WorkerThreadTestHelper.h', 4131 'workers/WorkerThreadTestHelper.h',
4140 'xml/parser/SharedBufferReaderTest.cpp', 4132 'xml/parser/SharedBufferReaderTest.cpp',
4141 ], 4133 ],
4142 } 4134 }
4143 } 4135 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698