| 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 bb84f8767b15ee504941aa363a52fdd91b61f02b..a9098c0293c2bed67e5e40fe8346e7ed3f97f633 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -231,6 +231,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',
|
| @@ -2926,6 +2927,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',
|
|
|