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

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

Issue 1903953002: [DevTools] Move from InstrumentingAgents to InstrumentingSessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-discard-agent
Patch Set: rebased 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 1841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1852 'inspector/InspectorTaskRunner.cpp', 1852 'inspector/InspectorTaskRunner.cpp',
1853 'inspector/InspectorTaskRunner.h', 1853 'inspector/InspectorTaskRunner.h',
1854 'inspector/InspectorTraceEvents.cpp', 1854 'inspector/InspectorTraceEvents.cpp',
1855 'inspector/InspectorTraceEvents.h', 1855 'inspector/InspectorTraceEvents.h',
1856 'inspector/InspectorTracingAgent.cpp', 1856 'inspector/InspectorTracingAgent.cpp',
1857 'inspector/InspectorTracingAgent.h', 1857 'inspector/InspectorTracingAgent.h',
1858 'inspector/InspectorWorkerAgent.cpp', 1858 'inspector/InspectorWorkerAgent.cpp',
1859 'inspector/InspectorWorkerAgent.h', 1859 'inspector/InspectorWorkerAgent.h',
1860 'inspector/InstanceCounters.cpp', 1860 'inspector/InstanceCounters.cpp',
1861 'inspector/InstanceCounters.h', 1861 'inspector/InstanceCounters.h',
1862 'inspector/InstrumentingAgents.h', 1862 'inspector/InstrumentingSessions.h',
1863 'inspector/LayoutEditor.cpp', 1863 'inspector/LayoutEditor.cpp',
1864 'inspector/LayoutEditor.h', 1864 'inspector/LayoutEditor.h',
1865 'inspector/MainThreadDebugger.cpp', 1865 'inspector/MainThreadDebugger.cpp',
1866 'inspector/MainThreadDebugger.h', 1866 'inspector/MainThreadDebugger.h',
1867 'inspector/NetworkResourcesData.cpp', 1867 'inspector/NetworkResourcesData.cpp',
1868 'inspector/NetworkResourcesData.h', 1868 'inspector/NetworkResourcesData.h',
1869 'inspector/PageConsoleAgent.cpp', 1869 'inspector/PageConsoleAgent.cpp',
1870 'inspector/PageConsoleAgent.h', 1870 'inspector/PageConsoleAgent.h',
1871 'inspector/PageDebuggerAgent.cpp', 1871 'inspector/PageDebuggerAgent.cpp',
1872 'inspector/PageDebuggerAgent.h', 1872 'inspector/PageDebuggerAgent.h',
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
4093 'svg/SVGPathParserTest.cpp', 4093 'svg/SVGPathParserTest.cpp',
4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4095 'testing/PrivateScriptTestTest.cpp', 4095 'testing/PrivateScriptTestTest.cpp',
4096 'timing/MemoryInfoTest.cpp', 4096 'timing/MemoryInfoTest.cpp',
4097 'workers/WorkerThreadTest.cpp', 4097 'workers/WorkerThreadTest.cpp',
4098 'workers/WorkerThreadTestHelper.h', 4098 'workers/WorkerThreadTestHelper.h',
4099 'xml/parser/SharedBufferReaderTest.cpp', 4099 'xml/parser/SharedBufferReaderTest.cpp',
4100 ], 4100 ],
4101 } 4101 }
4102 } 4102 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698