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

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

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add Experimental Blink Feature flag for this change Created 5 years, 8 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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'svg/SVGTitleElement.idl', 412 'svg/SVGTitleElement.idl',
413 'svg/SVGTransform.idl', 413 'svg/SVGTransform.idl',
414 'svg/SVGTransformList.idl', 414 'svg/SVGTransformList.idl',
415 'svg/SVGUnitTypes.idl', 415 'svg/SVGUnitTypes.idl',
416 'svg/SVGUseElement.idl', 416 'svg/SVGUseElement.idl',
417 'svg/SVGViewElement.idl', 417 'svg/SVGViewElement.idl',
418 'svg/SVGViewSpec.idl', 418 'svg/SVGViewSpec.idl',
419 'svg/SVGZoomEvent.idl', 419 'svg/SVGZoomEvent.idl',
420 'timing/MemoryInfo.idl', 420 'timing/MemoryInfo.idl',
421 'timing/Performance.idl', 421 'timing/Performance.idl',
422 'timing/PerformanceCompositeTiming.idl',
422 'timing/PerformanceEntry.idl', 423 'timing/PerformanceEntry.idl',
423 'timing/PerformanceMark.idl', 424 'timing/PerformanceMark.idl',
424 'timing/PerformanceMeasure.idl', 425 'timing/PerformanceMeasure.idl',
425 'timing/PerformanceNavigation.idl', 426 'timing/PerformanceNavigation.idl',
427 'timing/PerformanceRenderTiming.idl',
426 'timing/PerformanceResourceTiming.idl', 428 'timing/PerformanceResourceTiming.idl',
427 'timing/PerformanceTiming.idl', 429 'timing/PerformanceTiming.idl',
428 'workers/Worker.idl', 430 'workers/Worker.idl',
429 'workers/WorkerConsole.idl', 431 'workers/WorkerConsole.idl',
430 'workers/WorkerLocation.idl', 432 'workers/WorkerLocation.idl',
431 'xml/DOMParser.idl', 433 'xml/DOMParser.idl',
432 'xml/XMLSerializer.idl', 434 'xml/XMLSerializer.idl',
433 'xml/XPathEvaluator.idl', 435 'xml/XPathEvaluator.idl',
434 'xml/XPathExpression.idl', 436 'xml/XPathExpression.idl',
435 'xml/XPathNSResolver.idl', 437 'xml/XPathNSResolver.idl',
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'streams/Stream.cpp', 1952 'streams/Stream.cpp',
1951 'streams/Stream.h', 1953 'streams/Stream.h',
1952 'streams/UnderlyingSource.h', 1954 'streams/UnderlyingSource.h',
1953 'timing/ConsoleMemory.cpp', 1955 'timing/ConsoleMemory.cpp',
1954 'timing/ConsoleMemory.h', 1956 'timing/ConsoleMemory.h',
1955 'timing/DOMWindowPerformance.cpp', 1957 'timing/DOMWindowPerformance.cpp',
1956 'timing/DOMWindowPerformance.h', 1958 'timing/DOMWindowPerformance.h',
1957 'timing/MemoryInfo.cpp', 1959 'timing/MemoryInfo.cpp',
1958 'timing/Performance.cpp', 1960 'timing/Performance.cpp',
1959 'timing/Performance.h', 1961 'timing/Performance.h',
1962 'timing/PerformanceCompositeTiming.cpp',
1963 'timing/PerformanceCompositeTiming.h',
1960 'timing/PerformanceEntry.cpp', 1964 'timing/PerformanceEntry.cpp',
1961 'timing/PerformanceEntry.h', 1965 'timing/PerformanceEntry.h',
1962 'timing/PerformanceMark.h', 1966 'timing/PerformanceMark.h',
1963 'timing/PerformanceMeasure.h', 1967 'timing/PerformanceMeasure.h',
1964 'timing/PerformanceNavigation.cpp', 1968 'timing/PerformanceNavigation.cpp',
1965 'timing/PerformanceNavigation.h', 1969 'timing/PerformanceNavigation.h',
1970 'timing/PerformanceRenderTiming.cpp',
1971 'timing/PerformanceRenderTiming.h',
1966 'timing/PerformanceResourceTiming.cpp', 1972 'timing/PerformanceResourceTiming.cpp',
1967 'timing/PerformanceResourceTiming.h', 1973 'timing/PerformanceResourceTiming.h',
1968 'timing/PerformanceTiming.cpp', 1974 'timing/PerformanceTiming.cpp',
1969 'timing/PerformanceTiming.h', 1975 'timing/PerformanceTiming.h',
1970 'timing/PerformanceUserTiming.cpp', 1976 'timing/PerformanceUserTiming.cpp',
1971 'timing/PerformanceUserTiming.h', 1977 'timing/PerformanceUserTiming.h',
1972 'timing/ResourceTimingInfo.h', 1978 'timing/ResourceTimingInfo.h',
1973 'workers/AbstractWorker.cpp', 1979 'workers/AbstractWorker.cpp',
1974 'workers/AbstractWorker.h', 1980 'workers/AbstractWorker.h',
1975 'workers/DedicatedWorkerGlobalScope.cpp', 1981 'workers/DedicatedWorkerGlobalScope.cpp',
(...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after
3834 'paint/LayerClipRecorderTest.cpp', 3840 'paint/LayerClipRecorderTest.cpp',
3835 'paint/LayoutObjectDrawingRecorderTest.cpp', 3841 'paint/LayoutObjectDrawingRecorderTest.cpp',
3836 'paint/TextPainterTest.cpp', 3842 'paint/TextPainterTest.cpp',
3837 'streams/ReadableStreamReaderTest.cpp', 3843 'streams/ReadableStreamReaderTest.cpp',
3838 'streams/ReadableStreamTest.cpp', 3844 'streams/ReadableStreamTest.cpp',
3839 'testing/PrivateScriptTestTest.cpp', 3845 'testing/PrivateScriptTestTest.cpp',
3840 'xml/parser/SharedBufferReaderTest.cpp', 3846 'xml/parser/SharedBufferReaderTest.cpp',
3841 ], 3847 ],
3842 } 3848 }
3843 } 3849 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | Source/core/events/EventTypeNames.in » ('J')

Powered by Google App Engine
This is Rietveld 408576698