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