Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: third_party/WebKit/Source/modules/notifications/BUILD.gn

Issue 2453653003: Fix some mojo dependencies in blink (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ]
}
« no previous file with comments | « third_party/WebKit/Source/modules/geolocation/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698