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

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

Issue 1924173002: [DevTools] Improve performance of InstrumentingAgents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.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 1852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1863 'inspector/InspectorTaskRunner.cpp', 1863 'inspector/InspectorTaskRunner.cpp',
1864 'inspector/InspectorTaskRunner.h', 1864 'inspector/InspectorTaskRunner.h',
1865 'inspector/InspectorTraceEvents.cpp', 1865 'inspector/InspectorTraceEvents.cpp',
1866 'inspector/InspectorTraceEvents.h', 1866 'inspector/InspectorTraceEvents.h',
1867 'inspector/InspectorTracingAgent.cpp', 1867 'inspector/InspectorTracingAgent.cpp',
1868 'inspector/InspectorTracingAgent.h', 1868 'inspector/InspectorTracingAgent.h',
1869 'inspector/InspectorWorkerAgent.cpp', 1869 'inspector/InspectorWorkerAgent.cpp',
1870 'inspector/InspectorWorkerAgent.h', 1870 'inspector/InspectorWorkerAgent.h',
1871 'inspector/InstanceCounters.cpp', 1871 'inspector/InstanceCounters.cpp',
1872 'inspector/InstanceCounters.h', 1872 'inspector/InstanceCounters.h',
1873 'inspector/InstrumentingSessions.h',
1874 'inspector/LayoutEditor.cpp', 1873 'inspector/LayoutEditor.cpp',
1875 'inspector/LayoutEditor.h', 1874 'inspector/LayoutEditor.h',
1876 'inspector/MainThreadDebugger.cpp', 1875 'inspector/MainThreadDebugger.cpp',
1877 'inspector/MainThreadDebugger.h', 1876 'inspector/MainThreadDebugger.h',
1878 'inspector/NetworkResourcesData.cpp', 1877 'inspector/NetworkResourcesData.cpp',
1879 'inspector/NetworkResourcesData.h', 1878 'inspector/NetworkResourcesData.h',
1880 'inspector/PageConsoleAgent.cpp', 1879 'inspector/PageConsoleAgent.cpp',
1881 'inspector/PageConsoleAgent.h', 1880 'inspector/PageConsoleAgent.h',
1882 'inspector/PageDebuggerAgent.cpp', 1881 'inspector/PageDebuggerAgent.cpp',
1883 'inspector/PageDebuggerAgent.h', 1882 'inspector/PageDebuggerAgent.h',
(...skipping 2232 matching lines...) Expand 10 before | Expand all | Expand 10 after
4116 'svg/SVGPathParserTest.cpp', 4115 'svg/SVGPathParserTest.cpp',
4117 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4116 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4118 'testing/PrivateScriptTestTest.cpp', 4117 'testing/PrivateScriptTestTest.cpp',
4119 'timing/MemoryInfoTest.cpp', 4118 'timing/MemoryInfoTest.cpp',
4120 'workers/WorkerThreadTest.cpp', 4119 'workers/WorkerThreadTest.cpp',
4121 'workers/WorkerThreadTestHelper.h', 4120 'workers/WorkerThreadTestHelper.h',
4122 'xml/parser/SharedBufferReaderTest.cpp', 4121 'xml/parser/SharedBufferReaderTest.cpp',
4123 ], 4122 ],
4124 } 4123 }
4125 } 4124 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698