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 53cfa4e314cb25f0a022bff2c1c61d5780b06975..39c35d008fbe386f3a3496770478817d73f6cc34 100644 |
--- a/third_party/WebKit/Source/modules/modules.gypi |
+++ b/third_party/WebKit/Source/modules/modules.gypi |
@@ -26,6 +26,7 @@ |
'bluetooth/BluetoothRemoteGATTServer.idl', |
'bluetooth/BluetoothRemoteGATTService.idl', |
'bluetooth/BluetoothUUID.idl', |
+ 'broadcastchannel/BroadcastChannel.idl', |
'cachestorage/Cache.idl', |
'cachestorage/CacheStorage.idl', |
'canvas2d/CanvasGradient.idl', |
@@ -876,6 +877,10 @@ |
'bluetooth/BluetoothUUID.h', |
'bluetooth/NavigatorBluetooth.cpp', |
'bluetooth/NavigatorBluetooth.h', |
+ 'broadcastchannel/BroadcastChannel.cpp', |
+ 'broadcastchannel/BroadcastChannel.h', |
+ 'broadcastchannel/BroadcastChannelConnection.cpp', |
+ 'broadcastchannel/BroadcastChannelConnection.h', |
'cachestorage/Cache.cpp', |
'cachestorage/Cache.h', |
'cachestorage/CacheStorage.cpp', |