| 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 27b1e20314dddadbf6ff22d7f415157544751f44..0874612726bbe80087a96da25fd36c41db9f8332 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -42,6 +42,7 @@
|
| 'crypto/Crypto.idl',
|
| 'crypto/CryptoKey.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| + 'csspaint/PaintRenderingContext2D.idl',
|
| 'device_light/DeviceLightEvent.idl',
|
| 'device_orientation/DeviceAcceleration.idl',
|
| 'device_orientation/DeviceMotionEvent.idl',
|
| @@ -923,6 +924,8 @@
|
| 'crypto/SubtleCrypto.h',
|
| 'crypto/WorkerGlobalScopeCrypto.cpp',
|
| 'crypto/WorkerGlobalScopeCrypto.h',
|
| + 'csspaint/PaintRenderingContext2D.cpp',
|
| + 'csspaint/PaintRenderingContext2D.h',
|
| 'device_light/DeviceLightController.cpp',
|
| 'device_light/DeviceLightController.h',
|
| 'device_light/DeviceLightDispatcher.cpp',
|
|
|