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

Unified Diff: services/preferences/public/interfaces/BUILD.gn

Issue 2092453002: Mojom interface for Preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Review Comments 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
Index: services/preferences/public/interfaces/BUILD.gn
diff --git a/components/translate/content/common/BUILD.gn b/services/preferences/public/interfaces/BUILD.gn
similarity index 79%
copy from components/translate/content/common/BUILD.gn
copy to services/preferences/public/interfaces/BUILD.gn
index 7e782e1d0bbbff4bb8c6d65409f5719e548fc33a..c7e9091f046a4106bce78b253bab3053321fa38f 100644
--- a/components/translate/content/common/BUILD.gn
+++ b/services/preferences/public/interfaces/BUILD.gn
@@ -4,13 +4,11 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("common") {
+mojom("interfaces") {
sources = [
- "translate.mojom",
+ "preferences.mojom",
]
-
public_deps = [
"//mojo/common:common_custom_types",
- "//url/mojo:url_mojom_gurl",
]
}

Powered by Google App Engine
This is Rietveld 408576698