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

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

Issue 2244813002: LongTaskTiming: add idl, Experiment flag, PerformanceEntry and basic implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge issue in flags Created 4 years, 3 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'svg/SVGTransform.idl', 369 'svg/SVGTransform.idl',
370 'svg/SVGTransformList.idl', 370 'svg/SVGTransformList.idl',
371 'svg/SVGUnitTypes.idl', 371 'svg/SVGUnitTypes.idl',
372 'svg/SVGUseElement.idl', 372 'svg/SVGUseElement.idl',
373 'svg/SVGViewElement.idl', 373 'svg/SVGViewElement.idl',
374 'svg/SVGViewSpec.idl', 374 'svg/SVGViewSpec.idl',
375 'timing/MemoryInfo.idl', 375 'timing/MemoryInfo.idl',
376 'timing/Performance.idl', 376 'timing/Performance.idl',
377 'timing/PerformanceCompositeTiming.idl', 377 'timing/PerformanceCompositeTiming.idl',
378 'timing/PerformanceEntry.idl', 378 'timing/PerformanceEntry.idl',
379 'timing/PerformanceLongTaskTiming.idl',
379 'timing/PerformanceMark.idl', 380 'timing/PerformanceMark.idl',
380 'timing/PerformanceMeasure.idl', 381 'timing/PerformanceMeasure.idl',
381 'timing/PerformanceNavigation.idl', 382 'timing/PerformanceNavigation.idl',
382 'timing/PerformanceObserver.idl', 383 'timing/PerformanceObserver.idl',
383 'timing/PerformanceObserverEntryList.idl', 384 'timing/PerformanceObserverEntryList.idl',
384 'timing/PerformanceRenderTiming.idl', 385 'timing/PerformanceRenderTiming.idl',
385 'timing/PerformanceResourceTiming.idl', 386 'timing/PerformanceResourceTiming.idl',
386 'timing/PerformanceTiming.idl', 387 'timing/PerformanceTiming.idl',
387 'timing/WorkerPerformance.idl', 388 'timing/WorkerPerformance.idl',
388 'workers/SharedWorker.idl', 389 'workers/SharedWorker.idl',
(...skipping 1860 matching lines...) Expand 10 before | Expand all | Expand 10 after
2249 'timing/DOMWindowPerformance.h', 2250 'timing/DOMWindowPerformance.h',
2250 'timing/MemoryInfo.cpp', 2251 'timing/MemoryInfo.cpp',
2251 'timing/Performance.cpp', 2252 'timing/Performance.cpp',
2252 'timing/Performance.h', 2253 'timing/Performance.h',
2253 'timing/PerformanceBase.cpp', 2254 'timing/PerformanceBase.cpp',
2254 'timing/PerformanceBase.h', 2255 'timing/PerformanceBase.h',
2255 'timing/PerformanceCompositeTiming.cpp', 2256 'timing/PerformanceCompositeTiming.cpp',
2256 'timing/PerformanceCompositeTiming.h', 2257 'timing/PerformanceCompositeTiming.h',
2257 'timing/PerformanceEntry.cpp', 2258 'timing/PerformanceEntry.cpp',
2258 'timing/PerformanceEntry.h', 2259 'timing/PerformanceEntry.h',
2260 'timing/PerformanceLongTaskTiming.cpp',
2261 'timing/PerformanceLongTaskTiming.h',
2259 'timing/PerformanceMark.h', 2262 'timing/PerformanceMark.h',
2260 'timing/PerformanceMeasure.h', 2263 'timing/PerformanceMeasure.h',
2261 'timing/PerformanceNavigation.cpp', 2264 'timing/PerformanceNavigation.cpp',
2262 'timing/PerformanceNavigation.h', 2265 'timing/PerformanceNavigation.h',
2263 'timing/PerformanceObserver.cpp', 2266 'timing/PerformanceObserver.cpp',
2264 'timing/PerformanceObserver.h', 2267 'timing/PerformanceObserver.h',
2265 'timing/PerformanceObserverCallback.h', 2268 'timing/PerformanceObserverCallback.h',
2266 'timing/PerformanceObserverEntryList.cpp', 2269 'timing/PerformanceObserverEntryList.cpp',
2267 'timing/PerformanceObserverEntryList.h', 2270 'timing/PerformanceObserverEntryList.h',
2268 'timing/PerformanceRenderTiming.cpp', 2271 'timing/PerformanceRenderTiming.cpp',
(...skipping 2025 matching lines...) Expand 10 before | Expand all | Expand 10 after
4294 'timing/MemoryInfoTest.cpp', 4297 'timing/MemoryInfoTest.cpp',
4295 'timing/PerformanceBaseTest.cpp', 4298 'timing/PerformanceBaseTest.cpp',
4296 'timing/PerformanceObserverTest.cpp', 4299 'timing/PerformanceObserverTest.cpp',
4297 'workers/DedicatedWorkerTest.cpp', 4300 'workers/DedicatedWorkerTest.cpp',
4298 'workers/WorkerThreadTest.cpp', 4301 'workers/WorkerThreadTest.cpp',
4299 'workers/WorkerThreadTestHelper.h', 4302 'workers/WorkerThreadTestHelper.h',
4300 'xml/parser/SharedBufferReaderTest.cpp', 4303 'xml/parser/SharedBufferReaderTest.cpp',
4301 ], 4304 ],
4302 } 4305 }
4303 } 4306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698