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

Unified Diff: content/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: 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/child/background_sync/background_sync_type_converters_unittest.cc ('k') | content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 74a46f84dd5897fc0033f1c2d8b832a69a5e2726..c7626bf9ff9308829c62006753cafc3c70753cb1 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -221,7 +221,6 @@ mojom("mojo_bindings") {
sources = [
"application_setup.mojom",
- "background_sync_service.mojom",
"image_downloader/image_downloader.mojom",
"leveldb_wrapper.mojom",
"presentation/presentation_service.mojom",
@@ -237,7 +236,6 @@ mojom("mojo_bindings") {
public_deps = [
"//components/leveldb/public/interfaces",
"//components/mus/public/interfaces",
- "//content/public/common:mojo_bindings",
"//services/shell/public/interfaces",
"//skia/public/interfaces",
"//third_party/WebKit/public:mojo_bindings",
« no previous file with comments | « content/child/background_sync/background_sync_type_converters_unittest.cc ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698