| 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 3246796562a93811f9b1b975bebe93c2db71aa14..820e17f2725ed73781718253ebd798f0549d85ca 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -413,6 +413,7 @@
|
| 'webgl/WebGLRenderingContextBase.idl',
|
| 'webmidi/NavigatorWebMIDI.idl',
|
| 'webshare/NavigatorShare.idl',
|
| + 'webshare/ShareData.idl',
|
| 'webusb/NavigatorUSB.idl',
|
| ],
|
| # interfaces that inherit from Event
|
| @@ -1942,6 +1943,8 @@
|
| 'webmidi/NavigatorWebMIDI.h',
|
| 'webshare/NavigatorShare.cpp',
|
| 'webshare/NavigatorShare.h',
|
| + 'webshare/ShareData.cpp',
|
| + 'webshare/ShareData.h',
|
| 'websockets/CloseEvent.cpp',
|
| 'websockets/CloseEvent.h',
|
| 'websockets/DOMWebSocket.cpp',
|
|
|