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

Unified Diff: content/public/common/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: added security owners for service_worker_event_status.mojom file 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
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index bdb88b332e2cd7835cbd124f16d816ad7d53f2c4..a3c06bcadd714a55d1b0bf3bfc7aad15746af8d8 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -138,13 +138,6 @@ source_set("common_sources") {
}
}
-mojom("mojo_bindings") {
- sources = [
- "background_sync.mojom",
- "service_worker_event_status.mojom",
- ]
-}
-
buildflag_header("features") {
header = "features.h"

Powered by Google App Engine
This is Rietveld 408576698