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

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

Issue 1184403003: Offer Resource Timing in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: style fix Created 5 years, 6 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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 'timing/PerformanceNavigation.cpp', 2023 'timing/PerformanceNavigation.cpp',
2024 'timing/PerformanceNavigation.h', 2024 'timing/PerformanceNavigation.h',
2025 'timing/PerformanceRenderTiming.cpp', 2025 'timing/PerformanceRenderTiming.cpp',
2026 'timing/PerformanceRenderTiming.h', 2026 'timing/PerformanceRenderTiming.h',
2027 'timing/PerformanceResourceTiming.cpp', 2027 'timing/PerformanceResourceTiming.cpp',
2028 'timing/PerformanceResourceTiming.h', 2028 'timing/PerformanceResourceTiming.h',
2029 'timing/PerformanceTiming.cpp', 2029 'timing/PerformanceTiming.cpp',
2030 'timing/PerformanceTiming.h', 2030 'timing/PerformanceTiming.h',
2031 'timing/PerformanceUserTiming.cpp', 2031 'timing/PerformanceUserTiming.cpp',
2032 'timing/PerformanceUserTiming.h', 2032 'timing/PerformanceUserTiming.h',
2033 'timing/ResourceTimingInfo.h',
2034 'timing/SharedWorkerPerformance.cpp', 2033 'timing/SharedWorkerPerformance.cpp',
2035 'timing/WorkerGlobalScopePerformance.cpp', 2034 'timing/WorkerGlobalScopePerformance.cpp',
2036 'timing/WorkerGlobalScopePerformance.h', 2035 'timing/WorkerGlobalScopePerformance.h',
2037 'timing/WorkerPerformance.cpp', 2036 'timing/WorkerPerformance.cpp',
2038 'timing/WorkerPerformance.h', 2037 'timing/WorkerPerformance.h',
2039 'workers/AbstractWorker.cpp', 2038 'workers/AbstractWorker.cpp',
2040 'workers/AbstractWorker.h', 2039 'workers/AbstractWorker.h',
2041 'workers/DedicatedWorkerGlobalScope.cpp', 2040 'workers/DedicatedWorkerGlobalScope.cpp',
2042 'workers/DedicatedWorkerGlobalScope.h', 2041 'workers/DedicatedWorkerGlobalScope.h',
2043 'workers/DedicatedWorkerMessagingProxy.cpp', 2042 'workers/DedicatedWorkerMessagingProxy.cpp',
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
3954 'style/OutlineValueTest.cpp', 3953 'style/OutlineValueTest.cpp',
3955 'style/SVGComputedStyleTest.cpp', 3954 'style/SVGComputedStyleTest.cpp',
3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3957 'testing/PrivateScriptTestTest.cpp', 3956 'testing/PrivateScriptTestTest.cpp',
3958 'timing/MemoryInfoTest.cpp', 3957 'timing/MemoryInfoTest.cpp',
3959 'workers/WorkerThreadTest.cpp', 3958 'workers/WorkerThreadTest.cpp',
3960 'xml/parser/SharedBufferReaderTest.cpp', 3959 'xml/parser/SharedBufferReaderTest.cpp',
3961 ], 3960 ],
3962 } 3961 }
3963 } 3962 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/workers/resources/performance-timeline-worker.js ('k') | Source/core/fetch/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698