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

Unified Diff: content/common/BUILD.gn

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: it works \o/ Created 4 years, 8 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 0d4275b7452177a58bb37324d4de0bb954c4e984..073d166afddb2614e97eab26211af902e56fc0de 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -144,6 +144,7 @@ source_set("common") {
public_deps = [
":mojo_bindings",
+ ":mojo_bindings_blink",
"//gpu/command_buffer/common",
"//ipc",
"//third_party/WebKit/public:blink_headers",
@@ -514,6 +515,7 @@ mojom("mojo_bindings") {
"background_sync_service.mojom",
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
+ "notification_service_worker_client.mojom",
"presentation/presentation_service.mojom",
"process_control.mojom",
"render_frame_setup.mojom",
« no previous file with comments | « content/child/service_worker/web_service_worker_registration_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698