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

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: Code refactoring in RenderView 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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 'storage/StorageEvent.h', 1770 'storage/StorageEvent.h',
1770 'storage/StorageNamespace.cpp', 1771 'storage/StorageNamespace.cpp',
1771 'storage/StorageNamespace.h', 1772 'storage/StorageNamespace.h',
1772 'streams/Stream.cpp', 1773 'streams/Stream.cpp',
1773 'streams/Stream.h', 1774 'streams/Stream.h',
1774 'timing/MemoryInfo.cpp', 1775 'timing/MemoryInfo.cpp',
1775 'timing/Performance.cpp', 1776 'timing/Performance.cpp',
1776 'timing/Performance.h', 1777 'timing/Performance.h',
1777 'timing/PerformanceEntry.cpp', 1778 'timing/PerformanceEntry.cpp',
1778 'timing/PerformanceEntry.h', 1779 'timing/PerformanceEntry.h',
1780 'timing/PerformanceDrawTiming.cpp',
1781 'timing/PerformanceDrawTiming.h',
1779 'timing/PerformanceMark.h', 1782 'timing/PerformanceMark.h',
1780 'timing/PerformanceMeasure.h', 1783 'timing/PerformanceMeasure.h',
1781 'timing/PerformanceNavigation.cpp', 1784 'timing/PerformanceNavigation.cpp',
1782 'timing/PerformanceNavigation.h', 1785 'timing/PerformanceNavigation.h',
1783 'timing/PerformanceResourceTiming.cpp', 1786 'timing/PerformanceResourceTiming.cpp',
1784 'timing/PerformanceResourceTiming.h', 1787 'timing/PerformanceResourceTiming.h',
1785 'timing/PerformanceTiming.cpp', 1788 'timing/PerformanceTiming.cpp',
1786 'timing/PerformanceTiming.h', 1789 'timing/PerformanceTiming.h',
1787 'timing/PerformanceUserTiming.cpp', 1790 'timing/PerformanceUserTiming.cpp',
1788 'timing/PerformanceUserTiming.h', 1791 'timing/PerformanceUserTiming.h',
(...skipping 1626 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 'rendering/RenderOverflowTest.cpp', 3418 'rendering/RenderOverflowTest.cpp',
3416 'rendering/RenderTableCellTest.cpp', 3419 'rendering/RenderTableCellTest.cpp',
3417 'rendering/RenderTableRowTest.cpp', 3420 'rendering/RenderTableRowTest.cpp',
3418 'rendering/shapes/BoxShapeTest.cpp', 3421 'rendering/shapes/BoxShapeTest.cpp',
3419 'testing/UnitTestHelpers.cpp', 3422 'testing/UnitTestHelpers.cpp',
3420 'testing/UnitTestHelpers.h', 3423 'testing/UnitTestHelpers.h',
3421 'xml/parser/SharedBufferReaderTest.cpp', 3424 'xml/parser/SharedBufferReaderTest.cpp',
3422 ], 3425 ],
3423 } 3426 }
3424 } 3427 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698