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

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

Issue 1488763002: Start an empty interface OffScreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 5 years 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'html/HTMLUnknownElement.idl', 221 'html/HTMLUnknownElement.idl',
222 'html/ImageData.idl', 222 'html/ImageData.idl',
223 'html/MediaError.idl', 223 'html/MediaError.idl',
224 'html/MediaKeyError.idl', 224 'html/MediaKeyError.idl',
225 'html/MediaKeyEvent.idl', 225 'html/MediaKeyEvent.idl',
226 'html/RadioNodeList.idl', 226 'html/RadioNodeList.idl',
227 'html/TextMetrics.idl', 227 'html/TextMetrics.idl',
228 'html/TimeRanges.idl', 228 'html/TimeRanges.idl',
229 'html/ValidityState.idl', 229 'html/ValidityState.idl',
230 'html/VoidCallback.idl', 230 'html/VoidCallback.idl',
231 'html/canvas/OffScreenCanvas.idl',
231 'html/track/AudioTrack.idl', 232 'html/track/AudioTrack.idl',
232 'html/track/AudioTrackList.idl', 233 'html/track/AudioTrackList.idl',
233 'html/track/TextTrack.idl', 234 'html/track/TextTrack.idl',
234 'html/track/TextTrackCue.idl', 235 'html/track/TextTrackCue.idl',
235 'html/track/TextTrackCueList.idl', 236 'html/track/TextTrackCueList.idl',
236 'html/track/TextTrackList.idl', 237 'html/track/TextTrackList.idl',
237 'html/track/TrackEvent.idl', 238 'html/track/TrackEvent.idl',
238 'html/track/VideoTrack.idl', 239 'html/track/VideoTrack.idl',
239 'html/track/VideoTrackList.idl', 240 'html/track/VideoTrackList.idl',
240 'html/track/vtt/VTTCue.idl', 241 'html/track/vtt/VTTCue.idl',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'events/EventListener.idl', 419 'events/EventListener.idl',
419 'events/NavigatorEvents.idl', 420 'events/NavigatorEvents.idl',
420 'frame/NavigatorCPU.idl', 421 'frame/NavigatorCPU.idl',
421 'frame/NavigatorID.idl', 422 'frame/NavigatorID.idl',
422 'frame/NavigatorLanguage.idl', 423 'frame/NavigatorLanguage.idl',
423 'frame/NavigatorOnLine.idl', 424 'frame/NavigatorOnLine.idl',
424 'frame/NavigatorStorageUtils.idl', 425 'frame/NavigatorStorageUtils.idl',
425 'frame/WindowBase64.idl', 426 'frame/WindowBase64.idl',
426 'frame/WindowEventHandlers.idl', 427 'frame/WindowEventHandlers.idl',
427 'frame/WindowTimers.idl', 428 'frame/WindowTimers.idl',
429 'html/canvas/ImageBitmapOffScreenCanvas.idl',
430 'html/canvas/HTMLCanvasElementOffScreenCanvas.idl',
431 'html/canvas/ImageBitmapRenderingContext.idl',
428 'imagebitmap/ImageBitmapFactories.idl', 432 'imagebitmap/ImageBitmapFactories.idl',
429 'svg/SVGDocument.idl', 433 'svg/SVGDocument.idl',
430 'svg/SVGFilterPrimitiveStandardAttributes.idl', 434 'svg/SVGFilterPrimitiveStandardAttributes.idl',
431 'svg/SVGFitToViewBox.idl', 435 'svg/SVGFitToViewBox.idl',
432 'svg/SVGTests.idl', 436 'svg/SVGTests.idl',
433 'svg/SVGURIReference.idl', 437 'svg/SVGURIReference.idl',
434 'svg/SVGZoomAndPan.idl', 438 'svg/SVGZoomAndPan.idl',
435 'timing/ConsoleMemory.idl', 439 'timing/ConsoleMemory.idl',
436 'timing/SharedWorkerPerformance.idl', 440 'timing/SharedWorkerPerformance.idl',
437 'timing/WindowPerformance.idl', 441 'timing/WindowPerformance.idl',
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1637 'frame/TopControls.h', 1641 'frame/TopControls.h',
1638 'frame/UseCounter.cpp', 1642 'frame/UseCounter.cpp',
1639 'frame/VisualViewport.cpp', 1643 'frame/VisualViewport.cpp',
1640 'frame/VisualViewport.h', 1644 'frame/VisualViewport.h',
1641 'frame/csp/CSPDirectiveList.cpp', 1645 'frame/csp/CSPDirectiveList.cpp',
1642 'frame/csp/CSPSource.cpp', 1646 'frame/csp/CSPSource.cpp',
1643 'frame/csp/CSPSourceList.cpp', 1647 'frame/csp/CSPSourceList.cpp',
1644 'frame/csp/ContentSecurityPolicy.cpp', 1648 'frame/csp/ContentSecurityPolicy.cpp',
1645 'frame/csp/MediaListDirective.cpp', 1649 'frame/csp/MediaListDirective.cpp',
1646 'frame/csp/SourceListDirective.cpp', 1650 'frame/csp/SourceListDirective.cpp',
1651 'html/canvas/ImageBitmapOffScreenCanvas.cpp',
1652 'html/canvas/ImageBitmapOffScreenCanvas.h',
1653 'html/canvas/HTMLCanvasElementOffScreenCanvas.cpp',
1654 'html/canvas/HTMLCanvasElementOffScreenCanvas.h',
1655 'html/canvas/ImageBitmapRenderingContext.cpp',
1656 'html/canvas/ImageBitmapRenderingContext.h',
1647 'imagebitmap/ImageBitmapFactories.cpp', 1657 'imagebitmap/ImageBitmapFactories.cpp',
1648 'imagebitmap/ImageBitmapFactories.h', 1658 'imagebitmap/ImageBitmapFactories.h',
1649 'imagebitmap/ImageBitmapSource.cpp', 1659 'imagebitmap/ImageBitmapSource.cpp',
1650 'imagebitmap/ImageBitmapSource.h', 1660 'imagebitmap/ImageBitmapSource.h',
1651 'inspector/AsyncCallChain.cpp', 1661 'inspector/AsyncCallChain.cpp',
1652 'inspector/AsyncCallChain.h', 1662 'inspector/AsyncCallChain.h',
1653 'inspector/AsyncCallTracker.cpp', 1663 'inspector/AsyncCallTracker.cpp',
1654 'inspector/AsyncCallTracker.h', 1664 'inspector/AsyncCallTracker.h',
1655 'inspector/AsyncOperationMap.h', 1665 'inspector/AsyncOperationMap.h',
1656 'inspector/ConsoleAPITypes.h', 1666 'inspector/ConsoleAPITypes.h',
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2901 'html/WindowNameCollection.cpp', 2911 'html/WindowNameCollection.cpp',
2902 'html/WindowNameCollection.h', 2912 'html/WindowNameCollection.h',
2903 'html/canvas/CanvasAsyncBlobCreator.cpp', 2913 'html/canvas/CanvasAsyncBlobCreator.cpp',
2904 'html/canvas/CanvasAsyncBlobCreator.h', 2914 'html/canvas/CanvasAsyncBlobCreator.h',
2905 'html/canvas/CanvasFontCache.cpp', 2915 'html/canvas/CanvasFontCache.cpp',
2906 'html/canvas/CanvasFontCache.h', 2916 'html/canvas/CanvasFontCache.h',
2907 'html/canvas/CanvasImageSource.h', 2917 'html/canvas/CanvasImageSource.h',
2908 'html/canvas/CanvasRenderingContext.cpp', 2918 'html/canvas/CanvasRenderingContext.cpp',
2909 'html/canvas/CanvasRenderingContext.h', 2919 'html/canvas/CanvasRenderingContext.h',
2910 'html/canvas/CanvasRenderingContextFactory.h', 2920 'html/canvas/CanvasRenderingContextFactory.h',
2921 'html/canvas/OffScreenCanvas.cpp',
2922 'html/canvas/OffScreenCanvas.h',
2911 'html/forms/BaseButtonInputType.cpp', 2923 'html/forms/BaseButtonInputType.cpp',
2912 'html/forms/BaseButtonInputType.h', 2924 'html/forms/BaseButtonInputType.h',
2913 'html/forms/BaseCheckableInputType.cpp', 2925 'html/forms/BaseCheckableInputType.cpp',
2914 'html/forms/BaseCheckableInputType.h', 2926 'html/forms/BaseCheckableInputType.h',
2915 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2927 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2916 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2928 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2917 'html/forms/BaseClickableWithKeyInputType.cpp', 2929 'html/forms/BaseClickableWithKeyInputType.cpp',
2918 'html/forms/BaseClickableWithKeyInputType.h', 2930 'html/forms/BaseClickableWithKeyInputType.h',
2919 'html/forms/BaseDateAndTimeInputType.cpp', 2931 'html/forms/BaseDateAndTimeInputType.cpp',
2920 'html/forms/BaseDateAndTimeInputType.h', 2932 'html/forms/BaseDateAndTimeInputType.h',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'style/SVGComputedStyleTest.cpp', 3948 'style/SVGComputedStyleTest.cpp',
3937 'svg/SVGPathParserTest.cpp', 3949 'svg/SVGPathParserTest.cpp',
3938 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3950 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3939 'testing/PrivateScriptTestTest.cpp', 3951 'testing/PrivateScriptTestTest.cpp',
3940 'timing/MemoryInfoTest.cpp', 3952 'timing/MemoryInfoTest.cpp',
3941 'workers/WorkerThreadTest.cpp', 3953 'workers/WorkerThreadTest.cpp',
3942 'xml/parser/SharedBufferReaderTest.cpp', 3954 'xml/parser/SharedBufferReaderTest.cpp',
3943 ], 3955 ],
3944 } 3956 }
3945 } 3957 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698