| Index: third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/notifications/BUILD.gn b/third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| index bc197cd46a73a17c88e0565f0a4a81ecfb7b521e..020ba073c670f8c07830992fcda54726ceff0c23 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| @@ -23,4 +23,7 @@ blink_modules_sources("notifications") {
|
| "ServiceWorkerRegistrationNotifications.cpp",
|
| "ServiceWorkerRegistrationNotifications.h",
|
| ]
|
| + deps = [
|
| + "//device/vibration:mojo_bindings_blink",
|
| + ]
|
| }
|
|
|