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

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

Issue 1748163003: Add rendering context and rendering 2D context to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove OCRC.idl and Make it a UnionType Created 4 years, 9 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'html/HTMLTrackElement.idl', 235 'html/HTMLTrackElement.idl',
236 'html/HTMLUListElement.idl', 236 'html/HTMLUListElement.idl',
237 'html/HTMLUnknownElement.idl', 237 'html/HTMLUnknownElement.idl',
238 'html/ImageData.idl', 238 'html/ImageData.idl',
239 'html/MediaError.idl', 239 'html/MediaError.idl',
240 'html/RadioNodeList.idl', 240 'html/RadioNodeList.idl',
241 'html/TextMetrics.idl', 241 'html/TextMetrics.idl',
242 'html/TimeRanges.idl', 242 'html/TimeRanges.idl',
243 'html/ValidityState.idl', 243 'html/ValidityState.idl',
244 'html/VoidCallback.idl', 244 'html/VoidCallback.idl',
245 'html/canvas/OffscreenCanvas.idl',
246 'html/track/AudioTrack.idl', 245 'html/track/AudioTrack.idl',
247 'html/track/AudioTrackList.idl', 246 'html/track/AudioTrackList.idl',
248 'html/track/TextTrack.idl', 247 'html/track/TextTrack.idl',
249 'html/track/TextTrackCue.idl', 248 'html/track/TextTrackCue.idl',
250 'html/track/TextTrackCueList.idl', 249 'html/track/TextTrackCueList.idl',
251 'html/track/TextTrackList.idl', 250 'html/track/TextTrackList.idl',
252 'html/track/TrackEvent.idl', 251 'html/track/TrackEvent.idl',
253 'html/track/VideoTrack.idl', 252 'html/track/VideoTrack.idl',
254 'html/track/VideoTrackList.idl', 253 'html/track/VideoTrackList.idl',
255 'html/track/vtt/VTTCue.idl', 254 'html/track/vtt/VTTCue.idl',
(...skipping 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after
2958 'html/canvas/CanvasAsyncBlobCreator.cpp', 2957 'html/canvas/CanvasAsyncBlobCreator.cpp',
2959 'html/canvas/CanvasAsyncBlobCreator.h', 2958 'html/canvas/CanvasAsyncBlobCreator.h',
2960 'html/canvas/CanvasDrawListener.cpp', 2959 'html/canvas/CanvasDrawListener.cpp',
2961 'html/canvas/CanvasDrawListener.h', 2960 'html/canvas/CanvasDrawListener.h',
2962 'html/canvas/CanvasFontCache.cpp', 2961 'html/canvas/CanvasFontCache.cpp',
2963 'html/canvas/CanvasFontCache.h', 2962 'html/canvas/CanvasFontCache.h',
2964 'html/canvas/CanvasImageSource.h', 2963 'html/canvas/CanvasImageSource.h',
2965 'html/canvas/CanvasRenderingContext.cpp', 2964 'html/canvas/CanvasRenderingContext.cpp',
2966 'html/canvas/CanvasRenderingContext.h', 2965 'html/canvas/CanvasRenderingContext.h',
2967 'html/canvas/CanvasRenderingContextFactory.h', 2966 'html/canvas/CanvasRenderingContextFactory.h',
2968 'html/canvas/OffscreenCanvas.cpp',
2969 'html/canvas/OffscreenCanvas.h',
2970 'html/forms/BaseButtonInputType.cpp', 2967 'html/forms/BaseButtonInputType.cpp',
2971 'html/forms/BaseButtonInputType.h', 2968 'html/forms/BaseButtonInputType.h',
2972 'html/forms/BaseCheckableInputType.cpp', 2969 'html/forms/BaseCheckableInputType.cpp',
2973 'html/forms/BaseCheckableInputType.h', 2970 'html/forms/BaseCheckableInputType.h',
2974 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2971 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2975 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2972 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2976 'html/forms/BaseClickableWithKeyInputType.cpp', 2973 'html/forms/BaseClickableWithKeyInputType.cpp',
2977 'html/forms/BaseClickableWithKeyInputType.h', 2974 'html/forms/BaseClickableWithKeyInputType.h',
2978 'html/forms/BaseDateAndTimeInputType.cpp', 2975 'html/forms/BaseDateAndTimeInputType.cpp',
2979 'html/forms/BaseDateAndTimeInputType.h', 2976 'html/forms/BaseDateAndTimeInputType.h',
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
4039 'style/SVGComputedStyleTest.cpp', 4036 'style/SVGComputedStyleTest.cpp',
4040 'svg/SVGPathParserTest.cpp', 4037 'svg/SVGPathParserTest.cpp',
4041 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4038 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4042 'testing/PrivateScriptTestTest.cpp', 4039 'testing/PrivateScriptTestTest.cpp',
4043 'timing/MemoryInfoTest.cpp', 4040 'timing/MemoryInfoTest.cpp',
4044 'workers/WorkerThreadTest.cpp', 4041 'workers/WorkerThreadTest.cpp',
4045 'xml/parser/SharedBufferReaderTest.cpp', 4042 'xml/parser/SharedBufferReaderTest.cpp',
4046 ], 4043 ],
4047 } 4044 }
4048 } 4045 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698