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

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

Issue 2248553002: Add Inspector Agent for WebPerf, add probes in V8ScriptRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove inheritance from InspectorAgent Created 4 years, 4 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/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 'inspector/InspectorSession.cpp', 1903 'inspector/InspectorSession.cpp',
1904 'inspector/InspectorSession.h', 1904 'inspector/InspectorSession.h',
1905 'inspector/InspectorStyleSheet.cpp', 1905 'inspector/InspectorStyleSheet.cpp',
1906 'inspector/InspectorStyleSheet.h', 1906 'inspector/InspectorStyleSheet.h',
1907 'inspector/InspectorTaskRunner.cpp', 1907 'inspector/InspectorTaskRunner.cpp',
1908 'inspector/InspectorTaskRunner.h', 1908 'inspector/InspectorTaskRunner.h',
1909 'inspector/InspectorTraceEvents.cpp', 1909 'inspector/InspectorTraceEvents.cpp',
1910 'inspector/InspectorTraceEvents.h', 1910 'inspector/InspectorTraceEvents.h',
1911 'inspector/InspectorTracingAgent.cpp', 1911 'inspector/InspectorTracingAgent.cpp',
1912 'inspector/InspectorTracingAgent.h', 1912 'inspector/InspectorTracingAgent.h',
1913 'inspector/InspectorWebPerfAgent.cpp',
1914 'inspector/InspectorWebPerfAgent.h',
1913 'inspector/InspectorWorkerAgent.cpp', 1915 'inspector/InspectorWorkerAgent.cpp',
1914 'inspector/InspectorWorkerAgent.h', 1916 'inspector/InspectorWorkerAgent.h',
1915 'inspector/InstanceCounters.cpp', 1917 'inspector/InstanceCounters.cpp',
1916 'inspector/InstanceCounters.h', 1918 'inspector/InstanceCounters.h',
1917 'inspector/LayoutEditor.cpp', 1919 'inspector/LayoutEditor.cpp',
1918 'inspector/LayoutEditor.h', 1920 'inspector/LayoutEditor.h',
1919 'inspector/MainThreadDebugger.cpp', 1921 'inspector/MainThreadDebugger.cpp',
1920 'inspector/MainThreadDebugger.h', 1922 'inspector/MainThreadDebugger.h',
1921 'inspector/NetworkResourcesData.cpp', 1923 'inspector/NetworkResourcesData.cpp',
1922 'inspector/NetworkResourcesData.h', 1924 'inspector/NetworkResourcesData.h',
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4270 'testing/PrivateScriptTestTest.cpp', 4272 'testing/PrivateScriptTestTest.cpp',
4271 'timing/MemoryInfoTest.cpp', 4273 'timing/MemoryInfoTest.cpp',
4272 'timing/PerformanceBaseTest.cpp', 4274 'timing/PerformanceBaseTest.cpp',
4273 'timing/PerformanceObserverTest.cpp', 4275 'timing/PerformanceObserverTest.cpp',
4274 'workers/WorkerThreadTest.cpp', 4276 'workers/WorkerThreadTest.cpp',
4275 'workers/WorkerThreadTestHelper.h', 4277 'workers/WorkerThreadTestHelper.h',
4276 'xml/parser/SharedBufferReaderTest.cpp', 4278 'xml/parser/SharedBufferReaderTest.cpp',
4277 ], 4279 ],
4278 } 4280 }
4279 } 4281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698