| Index: third_party/WebKit/Source/modules/broadcastchannel/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/wake_lock/BUILD.gn b/third_party/WebKit/Source/modules/broadcastchannel/BUILD.gn
|
| similarity index 71%
|
| copy from third_party/WebKit/Source/modules/wake_lock/BUILD.gn
|
| copy to third_party/WebKit/Source/modules/broadcastchannel/BUILD.gn
|
| index 36efb5148480af4e2179e1f8ec2d16c626fa6f02..306051b30ce90754a6774f372afc862aad27530d 100644
|
| --- a/third_party/WebKit/Source/modules/wake_lock/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/broadcastchannel/BUILD.gn
|
| @@ -4,9 +4,9 @@
|
|
|
| import("//third_party/WebKit/Source/modules/modules.gni")
|
|
|
| -blink_modules_sources("wake_lock") {
|
| +blink_modules_sources("broadcastchannel") {
|
| sources = [
|
| - "ScreenWakeLock.cpp",
|
| - "ScreenWakeLock.h",
|
| + "BroadcastChannel.cpp",
|
| + "BroadcastChannel.h",
|
| ]
|
| }
|
|
|