| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 64a72269b2e4594f4408b950de52ee5a3a4fcae5..4e83eae2cde0af70be6226aaeacf84a132545ad5 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -333,6 +333,7 @@
|
| 'bluetooth/NavigatorBluetooth.idl',
|
| 'cachestorage/WindowCacheStorage.idl',
|
| 'cachestorage/WorkerCacheStorage.idl',
|
| + 'canvas/HTMLCanvasElementModule.idl',
|
| 'canvas2d/CanvasPathMethods.idl',
|
| 'canvas2d/MouseEventHitRegion.idl',
|
| 'canvas2d/TouchHitRegion.idl',
|
| @@ -849,6 +850,8 @@
|
| 'cachestorage/GlobalCacheStorage.h',
|
| 'cachestorage/InspectorCacheStorageAgent.cpp',
|
| 'cachestorage/InspectorCacheStorageAgent.h',
|
| + 'canvas/HTMLCanvasElementModule.cpp',
|
| + 'canvas/HTMLCanvasElementModule.h',
|
| 'canvas2d/BaseRenderingContext2D.cpp',
|
| 'canvas2d/BaseRenderingContext2D.h',
|
| 'canvas2d/CanvasGradient.cpp',
|
|
|