| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index c030fad02f221474298b2da00363cc925ef4e593..d44a4e03a46cb5862ac973ace471d9a30739eb22 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -228,6 +228,7 @@
|
| 'html/TimeRanges.idl',
|
| 'html/ValidityState.idl',
|
| 'html/VoidCallback.idl',
|
| + 'html/canvas/OffScreenCanvas.idl',
|
| 'html/track/AudioTrack.idl',
|
| 'html/track/AudioTrackList.idl',
|
| 'html/track/TextTrack.idl',
|
| @@ -425,6 +426,9 @@
|
| 'frame/WindowBase64.idl',
|
| 'frame/WindowEventHandlers.idl',
|
| 'frame/WindowTimers.idl',
|
| + 'html/canvas/ImageBitmapOffScreenCanvas.idl',
|
| + 'html/canvas/HTMLCanvasElementOffScreenCanvas.idl',
|
| + 'html/canvas/ImageBitmapRenderingContext.idl',
|
| 'imagebitmap/ImageBitmapFactories.idl',
|
| 'svg/SVGDocument.idl',
|
| 'svg/SVGFilterPrimitiveStandardAttributes.idl',
|
| @@ -1644,6 +1648,12 @@
|
| 'frame/csp/ContentSecurityPolicy.cpp',
|
| 'frame/csp/MediaListDirective.cpp',
|
| 'frame/csp/SourceListDirective.cpp',
|
| + 'html/canvas/ImageBitmapOffScreenCanvas.cpp',
|
| + 'html/canvas/ImageBitmapOffScreenCanvas.h',
|
| + 'html/canvas/HTMLCanvasElementOffScreenCanvas.cpp',
|
| + 'html/canvas/HTMLCanvasElementOffScreenCanvas.h',
|
| + 'html/canvas/ImageBitmapRenderingContext.cpp',
|
| + 'html/canvas/ImageBitmapRenderingContext.h',
|
| 'imagebitmap/ImageBitmapFactories.cpp',
|
| 'imagebitmap/ImageBitmapFactories.h',
|
| 'imagebitmap/ImageBitmapSource.cpp',
|
| @@ -2908,6 +2918,8 @@
|
| 'html/canvas/CanvasRenderingContext.cpp',
|
| 'html/canvas/CanvasRenderingContext.h',
|
| 'html/canvas/CanvasRenderingContextFactory.h',
|
| + 'html/canvas/OffScreenCanvas.cpp',
|
| + 'html/canvas/OffScreenCanvas.h',
|
| 'html/forms/BaseButtonInputType.cpp',
|
| 'html/forms/BaseButtonInputType.h',
|
| 'html/forms/BaseCheckableInputType.cpp',
|
|
|