| 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 5d62623ad5d0de81a83bd6428881312f84d8a1f4..7a51ea774b7734e59aa8bc252fd0f717399c89d3 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1973,6 +1973,9 @@
|
| 'websockets/WebSocketChannelClient.h',
|
| 'websockets/WebSocketFrame.cpp',
|
| 'websockets/WebSocketFrame.h',
|
| + 'websockets/WebSocketHandle.cpp',
|
| + 'websockets/WebSocketHandle.h',
|
| + 'websockets/WebSocketHandleClient.h',
|
| 'websockets/WorkerWebSocketChannel.cpp',
|
| 'websockets/WorkerWebSocketChannel.h',
|
| 'webusb/NavigatorUSB.cpp',
|
| @@ -2087,6 +2090,7 @@
|
| 'webdatabase/QuotaTrackerTest.cpp',
|
| 'websockets/DOMWebSocketTest.cpp',
|
| 'websockets/DocumentWebSocketChannelTest.cpp',
|
| + 'websockets/WebSocketHandle.cpp',
|
| ],
|
| },
|
| }
|
|
|