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

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

Issue 390193003: [not for review] Add Draw entries to window Performance Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Git pull Created 6 years, 5 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'svg/SVGTransformList.idl', 418 'svg/SVGTransformList.idl',
419 'svg/SVGUnitTypes.idl', 419 'svg/SVGUnitTypes.idl',
420 'svg/SVGUseElement.idl', 420 'svg/SVGUseElement.idl',
421 'svg/SVGVKernElement.idl', 421 'svg/SVGVKernElement.idl',
422 'svg/SVGViewElement.idl', 422 'svg/SVGViewElement.idl',
423 'svg/SVGViewSpec.idl', 423 'svg/SVGViewSpec.idl',
424 'svg/SVGZoomEvent.idl', 424 'svg/SVGZoomEvent.idl',
425 'timing/MemoryInfo.idl', 425 'timing/MemoryInfo.idl',
426 'timing/Performance.idl', 426 'timing/Performance.idl',
427 'timing/PerformanceEntry.idl', 427 'timing/PerformanceEntry.idl',
428 'timing/PerformanceDrawTiming.idl',
428 'timing/PerformanceMark.idl', 429 'timing/PerformanceMark.idl',
429 'timing/PerformanceMeasure.idl', 430 'timing/PerformanceMeasure.idl',
430 'timing/PerformanceNavigation.idl', 431 'timing/PerformanceNavigation.idl',
431 'timing/PerformanceResourceTiming.idl', 432 'timing/PerformanceResourceTiming.idl',
432 'timing/PerformanceTiming.idl', 433 'timing/PerformanceTiming.idl',
433 'workers/DedicatedWorkerGlobalScope.idl', 434 'workers/DedicatedWorkerGlobalScope.idl',
434 'workers/SharedWorker.idl', 435 'workers/SharedWorker.idl',
435 'workers/SharedWorkerGlobalScope.idl', 436 'workers/SharedWorkerGlobalScope.idl',
436 'workers/Worker.idl', 437 'workers/Worker.idl',
437 'workers/WorkerConsole.idl', 438 'workers/WorkerConsole.idl',
(...skipping 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 'storage/StorageEvent.h', 1776 'storage/StorageEvent.h',
1776 'storage/StorageNamespace.cpp', 1777 'storage/StorageNamespace.cpp',
1777 'storage/StorageNamespace.h', 1778 'storage/StorageNamespace.h',
1778 'streams/Stream.cpp', 1779 'streams/Stream.cpp',
1779 'streams/Stream.h', 1780 'streams/Stream.h',
1780 'timing/MemoryInfo.cpp', 1781 'timing/MemoryInfo.cpp',
1781 'timing/Performance.cpp', 1782 'timing/Performance.cpp',
1782 'timing/Performance.h', 1783 'timing/Performance.h',
1783 'timing/PerformanceEntry.cpp', 1784 'timing/PerformanceEntry.cpp',
1784 'timing/PerformanceEntry.h', 1785 'timing/PerformanceEntry.h',
1786 'timing/PerformanceDrawTiming.cpp',
1787 'timing/PerformanceDrawTiming.h',
1785 'timing/PerformanceMark.h', 1788 'timing/PerformanceMark.h',
1786 'timing/PerformanceMeasure.h', 1789 'timing/PerformanceMeasure.h',
1787 'timing/PerformanceNavigation.cpp', 1790 'timing/PerformanceNavigation.cpp',
1788 'timing/PerformanceNavigation.h', 1791 'timing/PerformanceNavigation.h',
1789 'timing/PerformanceResourceTiming.cpp', 1792 'timing/PerformanceResourceTiming.cpp',
1790 'timing/PerformanceResourceTiming.h', 1793 'timing/PerformanceResourceTiming.h',
1791 'timing/PerformanceTiming.cpp', 1794 'timing/PerformanceTiming.cpp',
1792 'timing/PerformanceTiming.h', 1795 'timing/PerformanceTiming.h',
1793 'timing/PerformanceUserTiming.cpp', 1796 'timing/PerformanceUserTiming.cpp',
1794 'timing/PerformanceUserTiming.h', 1797 'timing/PerformanceUserTiming.h',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 'rendering/RenderOverflowTest.cpp', 3424 'rendering/RenderOverflowTest.cpp',
3422 'rendering/RenderTableCellTest.cpp', 3425 'rendering/RenderTableCellTest.cpp',
3423 'rendering/RenderTableRowTest.cpp', 3426 'rendering/RenderTableRowTest.cpp',
3424 'rendering/shapes/BoxShapeTest.cpp', 3427 'rendering/shapes/BoxShapeTest.cpp',
3425 'testing/UnitTestHelpers.cpp', 3428 'testing/UnitTestHelpers.cpp',
3426 'testing/UnitTestHelpers.h', 3429 'testing/UnitTestHelpers.h',
3427 'xml/parser/SharedBufferReaderTest.cpp', 3430 'xml/parser/SharedBufferReaderTest.cpp',
3428 ], 3431 ],
3429 } 3432 }
3430 } 3433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698