| 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 567f5c0dc6dff2e649ccf93a1e442c547463be1d..821be98068ee8fc7aaaaa9568d1a433470cb927f 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',
|
| @@ -858,6 +859,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',
|
|
|