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

Unified Diff: services/service_registry/BUILD.gn

Issue 958673002: Added ServiceRegistry interface (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/service_registry/BUILD.gn
diff --git a/net/interfaces/BUILD.gn b/services/service_registry/BUILD.gn
similarity index 67%
copy from net/interfaces/BUILD.gn
copy to services/service_registry/BUILD.gn
index 4a5b799158251beb0525492ed16064ac9fb98de5..57e0047cf312401dd11d9c40ce2714a76bb7f5c5 100644
--- a/net/interfaces/BUILD.gn
+++ b/services/service_registry/BUILD.gn
@@ -4,9 +4,14 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+group("service_registry") {
+ deps = [
+ ":bindings",
+ ]
+}
+
+mojom("bindings") {
sources = [
- "host_resolver_service.mojom",
- "proxy_resolver_service.mojom",
+ "service_registry.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698