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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 1960843002: [OnionSoup] Move background_sync.mojom from //content to //third_party/WebKit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address dcheng@'s comment Created 4 years, 7 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 | « content/utility/BUILD.gn ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index e32a52634f6649533662137849e3f65fe7b839f7..b6f75fbaa8216991ba52bffec7ee27ed49e1d8dd 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -181,12 +181,14 @@ grit("image_resources") {
# WebKit/public/blink.gyp:mojo_bindings_blink_mojom
mojom("mojo_bindings") {
sources = [
+ "platform/modules/background_sync/background_sync.mojom",
"platform/modules/bluetooth/web_bluetooth.mojom",
"platform/modules/geolocation/geolocation.mojom",
"platform/modules/imagecapture/image_capture.mojom",
"platform/modules/notifications/notification.mojom",
"platform/modules/permissions/permission.mojom",
"platform/modules/permissions/permission_status.mojom",
+ "platform/modules/serviceworker/service_worker_event_status.mojom",
"platform/modules/vr/vr_service.mojom",
"platform/modules/wake_lock/wake_lock_service.mojom",
]
« no previous file with comments | « content/utility/BUILD.gn ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698