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

Unified Diff: services/service_registry/BUILD.gn

Issue 968493004: Moved service_registry from services to mojo/services/service_registry (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
« no previous file with comments | « services/BUILD.gn ('k') | services/service_registry/service_registry.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_registry/BUILD.gn
diff --git a/services/service_registry/BUILD.gn b/services/service_registry/BUILD.gn
deleted file mode 100644
index 57e0047cf312401dd11d9c40ce2714a76bb7f5c5..0000000000000000000000000000000000000000
--- a/services/service_registry/BUILD.gn
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//mojo/public/tools/bindings/mojom.gni")
-
-group("service_registry") {
- deps = [
- ":bindings",
- ]
-}
-
-mojom("bindings") {
- sources = [
- "service_registry.mojom",
- ]
-}
« no previous file with comments | « services/BUILD.gn ('k') | services/service_registry/service_registry.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698