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 2336e6b207a3aed37da2b538ab83c11966391dbc..308a9004e504b73e0a26d6d6c53511641687b1ec 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', |
@@ -875,6 +876,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', |