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

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

Issue 910983005: Decouple performance() from LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'imagebitmap/ImageBitmapFactories.idl', 489 'imagebitmap/ImageBitmapFactories.idl',
490 'imagebitmap/WindowImageBitmapFactories.idl', 490 'imagebitmap/WindowImageBitmapFactories.idl',
491 'page/WindowPagePopup.idl', 491 'page/WindowPagePopup.idl',
492 'storage/WindowStorage.idl', 492 'storage/WindowStorage.idl',
493 'svg/SVGDocument.idl', 493 'svg/SVGDocument.idl',
494 'svg/SVGFilterPrimitiveStandardAttributes.idl', 494 'svg/SVGFilterPrimitiveStandardAttributes.idl',
495 'svg/SVGFitToViewBox.idl', 495 'svg/SVGFitToViewBox.idl',
496 'svg/SVGTests.idl', 496 'svg/SVGTests.idl',
497 'svg/SVGURIReference.idl', 497 'svg/SVGURIReference.idl',
498 'svg/SVGZoomAndPan.idl', 498 'svg/SVGZoomAndPan.idl',
499 'timing/WindowPerformance.idl',
499 'workers/AbstractWorker.idl', 500 'workers/AbstractWorker.idl',
500 'xml/DocumentXMLTreeViewer.idl', 501 'xml/DocumentXMLTreeViewer.idl',
501 'xml/DocumentXPathEvaluator.idl', 502 'xml/DocumentXPathEvaluator.idl',
502 ], 503 ],
503 # interfaces that inherit from Event, including Event itself 504 # interfaces that inherit from Event, including Event itself
504 'core_event_idl_files': [ 505 'core_event_idl_files': [
505 'css/FontFaceSetLoadEvent.idl', 506 'css/FontFaceSetLoadEvent.idl',
506 'css/MediaQueryListEvent.idl', 507 'css/MediaQueryListEvent.idl',
507 'events/AnimationPlayerEvent.idl', 508 'events/AnimationPlayerEvent.idl',
508 'events/ApplicationCacheErrorEvent.idl', 509 'events/ApplicationCacheErrorEvent.idl',
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1951 'storage/StorageNamespaceController.cpp', 1952 'storage/StorageNamespaceController.cpp',
1952 'storage/StorageNamespaceController.h', 1953 'storage/StorageNamespaceController.h',
1953 'streams/ExclusiveStreamReader.cpp', 1954 'streams/ExclusiveStreamReader.cpp',
1954 'streams/ExclusiveStreamReader.h', 1955 'streams/ExclusiveStreamReader.h',
1955 'streams/ReadableStream.cpp', 1956 'streams/ReadableStream.cpp',
1956 'streams/ReadableStream.h', 1957 'streams/ReadableStream.h',
1957 'streams/ReadableStreamImpl.h', 1958 'streams/ReadableStreamImpl.h',
1958 'streams/Stream.cpp', 1959 'streams/Stream.cpp',
1959 'streams/Stream.h', 1960 'streams/Stream.h',
1960 'streams/UnderlyingSource.h', 1961 'streams/UnderlyingSource.h',
1962 'timing/DOMWindowPerformance.cpp',
1963 'timing/DOMWindowPerformance.h',
1961 'timing/MemoryInfo.cpp', 1964 'timing/MemoryInfo.cpp',
1962 'timing/Performance.cpp', 1965 'timing/Performance.cpp',
1963 'timing/Performance.h', 1966 'timing/Performance.h',
1964 'timing/PerformanceEntry.cpp', 1967 'timing/PerformanceEntry.cpp',
1965 'timing/PerformanceEntry.h', 1968 'timing/PerformanceEntry.h',
1966 'timing/PerformanceMark.h', 1969 'timing/PerformanceMark.h',
1967 'timing/PerformanceMeasure.h', 1970 'timing/PerformanceMeasure.h',
1968 'timing/PerformanceNavigation.cpp', 1971 'timing/PerformanceNavigation.cpp',
1969 'timing/PerformanceNavigation.h', 1972 'timing/PerformanceNavigation.h',
1970 'timing/PerformanceResourceTiming.cpp', 1973 'timing/PerformanceResourceTiming.cpp',
(...skipping 1830 matching lines...) Expand 10 before | Expand all | Expand 10 after
3801 'rendering/RenderingTestHelper.h', 3804 'rendering/RenderingTestHelper.h',
3802 'streams/ExclusiveStreamReaderTest.cpp', 3805 'streams/ExclusiveStreamReaderTest.cpp',
3803 'streams/ReadableStreamTest.cpp', 3806 'streams/ReadableStreamTest.cpp',
3804 'testing/PrivateScriptTestTest.cpp', 3807 'testing/PrivateScriptTestTest.cpp',
3805 'testing/UnitTestHelpers.cpp', 3808 'testing/UnitTestHelpers.cpp',
3806 'testing/UnitTestHelpers.h', 3809 'testing/UnitTestHelpers.h',
3807 'xml/parser/SharedBufferReaderTest.cpp', 3810 'xml/parser/SharedBufferReaderTest.cpp',
3808 ], 3811 ],
3809 } 3812 }
3810 } 3813 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ResourceFetcher.cpp » ('j') | Source/core/fetch/ResourceFetcher.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698