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

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: Make OffscreenCanvasRenderingContext Modules exportable" 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 2717 matching lines...) Expand 10 before | Expand all | Expand 10 after
2973 'html/canvas/CanvasAsyncBlobCreator.cpp', 2972 'html/canvas/CanvasAsyncBlobCreator.cpp',
2974 'html/canvas/CanvasAsyncBlobCreator.h', 2973 'html/canvas/CanvasAsyncBlobCreator.h',
2975 'html/canvas/CanvasDrawListener.cpp', 2974 'html/canvas/CanvasDrawListener.cpp',
2976 'html/canvas/CanvasDrawListener.h', 2975 'html/canvas/CanvasDrawListener.h',
2977 'html/canvas/CanvasFontCache.cpp', 2976 'html/canvas/CanvasFontCache.cpp',
2978 'html/canvas/CanvasFontCache.h', 2977 'html/canvas/CanvasFontCache.h',
2979 'html/canvas/CanvasImageSource.h', 2978 'html/canvas/CanvasImageSource.h',
2980 'html/canvas/CanvasRenderingContext.cpp', 2979 'html/canvas/CanvasRenderingContext.cpp',
2981 'html/canvas/CanvasRenderingContext.h', 2980 'html/canvas/CanvasRenderingContext.h',
2982 'html/canvas/CanvasRenderingContextFactory.h', 2981 'html/canvas/CanvasRenderingContextFactory.h',
2983 'html/canvas/OffscreenCanvas.cpp',
2984 'html/canvas/OffscreenCanvas.h',
2985 'html/forms/BaseButtonInputType.cpp', 2982 'html/forms/BaseButtonInputType.cpp',
2986 'html/forms/BaseButtonInputType.h', 2983 'html/forms/BaseButtonInputType.h',
2987 'html/forms/BaseCheckableInputType.cpp', 2984 'html/forms/BaseCheckableInputType.cpp',
2988 'html/forms/BaseCheckableInputType.h', 2985 'html/forms/BaseCheckableInputType.h',
2989 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp', 2986 'html/forms/BaseChooserOnlyDateAndTimeInputType.cpp',
2990 'html/forms/BaseChooserOnlyDateAndTimeInputType.h', 2987 'html/forms/BaseChooserOnlyDateAndTimeInputType.h',
2991 'html/forms/BaseClickableWithKeyInputType.cpp', 2988 'html/forms/BaseClickableWithKeyInputType.cpp',
2992 'html/forms/BaseClickableWithKeyInputType.h', 2989 'html/forms/BaseClickableWithKeyInputType.h',
2993 'html/forms/BaseDateAndTimeInputType.cpp', 2990 'html/forms/BaseDateAndTimeInputType.cpp',
2994 'html/forms/BaseDateAndTimeInputType.h', 2991 'html/forms/BaseDateAndTimeInputType.h',
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
4054 'style/SVGComputedStyleTest.cpp', 4051 'style/SVGComputedStyleTest.cpp',
4055 'svg/SVGPathParserTest.cpp', 4052 'svg/SVGPathParserTest.cpp',
4056 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4053 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4057 'testing/PrivateScriptTestTest.cpp', 4054 'testing/PrivateScriptTestTest.cpp',
4058 'timing/MemoryInfoTest.cpp', 4055 'timing/MemoryInfoTest.cpp',
4059 'workers/WorkerThreadTest.cpp', 4056 'workers/WorkerThreadTest.cpp',
4060 'xml/parser/SharedBufferReaderTest.cpp', 4057 'xml/parser/SharedBufferReaderTest.cpp',
4061 ], 4058 ],
4062 } 4059 }
4063 } 4060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698