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 f4c5eaee24ef4f384f4ae151531c5e031802dc24..b5e2a07d94329411370c77e52a5c403b99d5eae9 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', |
@@ -894,6 +895,8 @@ |
'bluetooth/BluetoothUUID.h', |
'bluetooth/NavigatorBluetooth.cpp', |
'bluetooth/NavigatorBluetooth.h', |
+ 'broadcastchannel/BroadcastChannel.cpp', |
+ 'broadcastchannel/BroadcastChannel.h', |
'cachestorage/Cache.cpp', |
'cachestorage/Cache.h', |
'cachestorage/CacheStorage.cpp', |