| 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 2b21e08dcc1bf2df8e59e8035837f632cb704471..2831a455d8c79cfe2654da00f987cf7eaee211b0 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -406,6 +406,7 @@
|
| 'webgl/WebGL2RenderingContextBase.idl',
|
| 'webgl/WebGLRenderingContextBase.idl',
|
| 'webmidi/NavigatorWebMIDI.idl',
|
| + 'webshare/NavigatorShare.idl',
|
| 'webusb/NavigatorUSB.idl',
|
| ],
|
| # interfaces that inherit from Event
|
| @@ -1916,6 +1917,8 @@
|
| 'webmidi/MIDIPort.h',
|
| 'webmidi/NavigatorWebMIDI.cpp',
|
| 'webmidi/NavigatorWebMIDI.h',
|
| + 'webshare/NavigatorShare.cpp',
|
| + 'webshare/NavigatorShare.h',
|
| 'websockets/CloseEvent.cpp',
|
| 'websockets/CloseEvent.h',
|
| 'websockets/DOMWebSocket.cpp',
|
|
|