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

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: Rebase Created 4 years, 3 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/services/catalog/public/interfaces/BUILD.gn b/services/preferences/public/interfaces/BUILD.gn
similarity index 91%
copy from services/catalog/public/interfaces/BUILD.gn
copy to services/preferences/public/interfaces/BUILD.gn
index 77a6aaf1308f91c071606fe80b4f205e6a59fc00..9b978cd0ec18ada6743f2cfc1cc1cc1b4f3b142a 100644
--- a/services/catalog/public/interfaces/BUILD.gn
+++ b/services/preferences/public/interfaces/BUILD.gn
@@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "catalog.mojom",
+ "preferences.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698