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

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: Created 5 years, 10 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') | Source/core/frame/Frame.h » ('J')
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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'svg/SVGTitleElement.idl', 409 'svg/SVGTitleElement.idl',
410 'svg/SVGTransform.idl', 410 'svg/SVGTransform.idl',
411 'svg/SVGTransformList.idl', 411 'svg/SVGTransformList.idl',
412 'svg/SVGUnitTypes.idl', 412 'svg/SVGUnitTypes.idl',
413 'svg/SVGUseElement.idl', 413 'svg/SVGUseElement.idl',
414 'svg/SVGViewElement.idl', 414 'svg/SVGViewElement.idl',
415 'svg/SVGViewSpec.idl', 415 'svg/SVGViewSpec.idl',
416 'svg/SVGZoomEvent.idl', 416 'svg/SVGZoomEvent.idl',
417 'timing/MemoryInfo.idl', 417 'timing/MemoryInfo.idl',
418 'timing/Performance.idl', 418 'timing/Performance.idl',
419 'timing/PerformanceCompositeTiming.idl',
419 'timing/PerformanceEntry.idl', 420 'timing/PerformanceEntry.idl',
420 'timing/PerformanceMark.idl', 421 'timing/PerformanceMark.idl',
421 'timing/PerformanceMeasure.idl', 422 'timing/PerformanceMeasure.idl',
422 'timing/PerformanceNavigation.idl', 423 'timing/PerformanceNavigation.idl',
424 'timing/PerformanceRenderTiming.idl',
423 'timing/PerformanceResourceTiming.idl', 425 'timing/PerformanceResourceTiming.idl',
424 'timing/PerformanceTiming.idl', 426 'timing/PerformanceTiming.idl',
425 'workers/Worker.idl', 427 'workers/Worker.idl',
426 'workers/WorkerConsole.idl', 428 'workers/WorkerConsole.idl',
427 'workers/WorkerLocation.idl', 429 'workers/WorkerLocation.idl',
428 'xml/DOMParser.idl', 430 'xml/DOMParser.idl',
429 'xml/XMLSerializer.idl', 431 'xml/XMLSerializer.idl',
430 'xml/XPathEvaluator.idl', 432 'xml/XPathEvaluator.idl',
431 'xml/XPathExpression.idl', 433 'xml/XPathExpression.idl',
432 'xml/XPathNSResolver.idl', 434 'xml/XPathNSResolver.idl',
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 'streams/ExclusiveStreamReader.h', 1940 'streams/ExclusiveStreamReader.h',
1939 'streams/ReadableStream.cpp', 1941 'streams/ReadableStream.cpp',
1940 'streams/ReadableStream.h', 1942 'streams/ReadableStream.h',
1941 'streams/ReadableStreamImpl.h', 1943 'streams/ReadableStreamImpl.h',
1942 'streams/Stream.cpp', 1944 'streams/Stream.cpp',
1943 'streams/Stream.h', 1945 'streams/Stream.h',
1944 'streams/UnderlyingSource.h', 1946 'streams/UnderlyingSource.h',
1945 'timing/MemoryInfo.cpp', 1947 'timing/MemoryInfo.cpp',
1946 'timing/Performance.cpp', 1948 'timing/Performance.cpp',
1947 'timing/Performance.h', 1949 'timing/Performance.h',
1950 'timing/PerformanceCompositeTiming.cpp',
1951 'timing/PerformanceCompositeTiming.h',
1948 'timing/PerformanceEntry.cpp', 1952 'timing/PerformanceEntry.cpp',
1949 'timing/PerformanceEntry.h', 1953 'timing/PerformanceEntry.h',
1950 'timing/PerformanceMark.h', 1954 'timing/PerformanceMark.h',
1951 'timing/PerformanceMeasure.h', 1955 'timing/PerformanceMeasure.h',
1952 'timing/PerformanceNavigation.cpp', 1956 'timing/PerformanceNavigation.cpp',
1953 'timing/PerformanceNavigation.h', 1957 'timing/PerformanceNavigation.h',
1958 'timing/PerformanceRenderTiming.cpp',
1959 'timing/PerformanceRenderTiming.h',
1954 'timing/PerformanceResourceTiming.cpp', 1960 'timing/PerformanceResourceTiming.cpp',
1955 'timing/PerformanceResourceTiming.h', 1961 'timing/PerformanceResourceTiming.h',
1956 'timing/PerformanceTiming.cpp', 1962 'timing/PerformanceTiming.cpp',
1957 'timing/PerformanceTiming.h', 1963 'timing/PerformanceTiming.h',
1958 'timing/PerformanceUserTiming.cpp', 1964 'timing/PerformanceUserTiming.cpp',
1959 'timing/PerformanceUserTiming.h', 1965 'timing/PerformanceUserTiming.h',
1960 'timing/ResourceTimingInfo.h', 1966 'timing/ResourceTimingInfo.h',
1961 'workers/AbstractWorker.cpp', 1967 'workers/AbstractWorker.cpp',
1962 'workers/AbstractWorker.h', 1968 'workers/AbstractWorker.h',
1963 'workers/DedicatedWorkerGlobalScope.cpp', 1969 'workers/DedicatedWorkerGlobalScope.cpp',
(...skipping 1806 matching lines...) Expand 10 before | Expand all | Expand 10 after
3770 'rendering/style/SVGRenderStyleTest.cpp', 3776 'rendering/style/SVGRenderStyleTest.cpp',
3771 'streams/ExclusiveStreamReaderTest.cpp', 3777 'streams/ExclusiveStreamReaderTest.cpp',
3772 'streams/ReadableStreamTest.cpp', 3778 'streams/ReadableStreamTest.cpp',
3773 'testing/PrivateScriptTestTest.cpp', 3779 'testing/PrivateScriptTestTest.cpp',
3774 'testing/UnitTestHelpers.cpp', 3780 'testing/UnitTestHelpers.cpp',
3775 'testing/UnitTestHelpers.h', 3781 'testing/UnitTestHelpers.h',
3776 'xml/parser/SharedBufferReaderTest.cpp', 3782 'xml/parser/SharedBufferReaderTest.cpp',
3777 ], 3783 ],
3778 } 3784 }
3779 } 3785 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/events/EventTypeNames.in » ('j') | Source/core/frame/Frame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698