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

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 syncup Created 6 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
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'svg/SVGViewElement.idl', 431 'svg/SVGViewElement.idl',
432 'svg/SVGViewSpec.idl', 432 'svg/SVGViewSpec.idl',
433 'svg/SVGZoomEvent.idl', 433 'svg/SVGZoomEvent.idl',
434 'timing/MemoryInfo.idl', 434 'timing/MemoryInfo.idl',
435 'timing/Performance.idl', 435 'timing/Performance.idl',
436 'timing/PerformanceEntry.idl', 436 'timing/PerformanceEntry.idl',
437 'timing/PerformanceMark.idl', 437 'timing/PerformanceMark.idl',
438 'timing/PerformanceMeasure.idl', 438 'timing/PerformanceMeasure.idl',
439 'timing/PerformanceNavigation.idl', 439 'timing/PerformanceNavigation.idl',
440 'timing/PerformanceResourceTiming.idl', 440 'timing/PerformanceResourceTiming.idl',
441 'timing/PerformanceSmoothnessTiming.idl',
441 'timing/PerformanceTiming.idl', 442 'timing/PerformanceTiming.idl',
442 'workers/DedicatedWorkerGlobalScope.idl', 443 'workers/DedicatedWorkerGlobalScope.idl',
443 'workers/SharedWorker.idl', 444 'workers/SharedWorker.idl',
444 'workers/SharedWorkerGlobalScope.idl', 445 'workers/SharedWorkerGlobalScope.idl',
445 'workers/Worker.idl', 446 'workers/Worker.idl',
446 'workers/WorkerConsole.idl', 447 'workers/WorkerConsole.idl',
447 'workers/WorkerGlobalScope.idl', 448 'workers/WorkerGlobalScope.idl',
448 'workers/WorkerLocation.idl', 449 'workers/WorkerLocation.idl',
449 'workers/WorkerNavigator.idl', 450 'workers/WorkerNavigator.idl',
450 'xml/DOMParser.idl', 451 'xml/DOMParser.idl',
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after
1806 'timing/Performance.cpp', 1807 'timing/Performance.cpp',
1807 'timing/Performance.h', 1808 'timing/Performance.h',
1808 'timing/PerformanceEntry.cpp', 1809 'timing/PerformanceEntry.cpp',
1809 'timing/PerformanceEntry.h', 1810 'timing/PerformanceEntry.h',
1810 'timing/PerformanceMark.h', 1811 'timing/PerformanceMark.h',
1811 'timing/PerformanceMeasure.h', 1812 'timing/PerformanceMeasure.h',
1812 'timing/PerformanceNavigation.cpp', 1813 'timing/PerformanceNavigation.cpp',
1813 'timing/PerformanceNavigation.h', 1814 'timing/PerformanceNavigation.h',
1814 'timing/PerformanceResourceTiming.cpp', 1815 'timing/PerformanceResourceTiming.cpp',
1815 'timing/PerformanceResourceTiming.h', 1816 'timing/PerformanceResourceTiming.h',
1817 'timing/PerformanceSmoothnessTiming.cpp',
1818 'timing/PerformanceSmoothnessTiming.h',
1816 'timing/PerformanceTiming.cpp', 1819 'timing/PerformanceTiming.cpp',
1817 'timing/PerformanceTiming.h', 1820 'timing/PerformanceTiming.h',
1818 'timing/PerformanceUserTiming.cpp', 1821 'timing/PerformanceUserTiming.cpp',
1819 'timing/PerformanceUserTiming.h', 1822 'timing/PerformanceUserTiming.h',
1820 'timing/ResourceTimingInfo.h', 1823 'timing/ResourceTimingInfo.h',
1821 'workers/AbstractWorker.cpp', 1824 'workers/AbstractWorker.cpp',
1822 'workers/AbstractWorker.h', 1825 'workers/AbstractWorker.h',
1823 'workers/DedicatedWorkerGlobalScope.cpp', 1826 'workers/DedicatedWorkerGlobalScope.cpp',
1824 'workers/DedicatedWorkerGlobalScope.h', 1827 'workers/DedicatedWorkerGlobalScope.h',
1825 'workers/DedicatedWorkerThread.cpp', 1828 'workers/DedicatedWorkerThread.cpp',
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after
3501 'rendering/shapes/BoxShapeTest.cpp', 3504 'rendering/shapes/BoxShapeTest.cpp',
3502 'rendering/style/OutlineValueTest.cpp', 3505 'rendering/style/OutlineValueTest.cpp',
3503 'testing/PrivateScriptTestTest.cpp', 3506 'testing/PrivateScriptTestTest.cpp',
3504 'streams/ReadableStreamTest.cpp', 3507 'streams/ReadableStreamTest.cpp',
3505 'testing/UnitTestHelpers.cpp', 3508 'testing/UnitTestHelpers.cpp',
3506 'testing/UnitTestHelpers.h', 3509 'testing/UnitTestHelpers.h',
3507 'xml/parser/SharedBufferReaderTest.cpp', 3510 'xml/parser/SharedBufferReaderTest.cpp',
3508 ], 3511 ],
3509 } 3512 }
3510 } 3513 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698