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 37200210b40c484019abda5455bc8ee9442acb70..341ee3afa766fc8021f09a85e9bf66aebacab8ac 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', |
@@ -891,6 +892,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', |