| Index: third_party/WebKit/Source/modules/imagebitmap/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/beacon/BUILD.gn b/third_party/WebKit/Source/modules/imagebitmap/BUILD.gn
|
| similarity index 67%
|
| copy from third_party/WebKit/Source/modules/beacon/BUILD.gn
|
| copy to third_party/WebKit/Source/modules/imagebitmap/BUILD.gn
|
| index 6e37a0323387ffee1d0c91c8eb68d69076eef647..024de487b98d6b97adab2b44e6ece670f9d61bd9 100644
|
| --- a/third_party/WebKit/Source/modules/beacon/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/BUILD.gn
|
| @@ -4,9 +4,9 @@
|
|
|
| import("//third_party/WebKit/Source/modules/modules.gni")
|
|
|
| -blink_modules_sources("beacon") {
|
| +blink_modules_sources("imagebitmap") {
|
| sources = [
|
| - "NavigatorBeacon.cpp",
|
| - "NavigatorBeacon.h",
|
| + "ImageBitmapRenderingContext.cpp",
|
| + "ImageBitmapRenderingContext.h",
|
| ]
|
| }
|
|
|