Index: services/catalog/BUILD.gn |
diff --git a/services/catalog/BUILD.gn b/services/catalog/BUILD.gn |
index 43a65e4d879ba5d433b9858488b79e1f9b6fd4f6..319ca9bd6b637ecd79df1981089fb34eeb09c6ed 100644 |
--- a/services/catalog/BUILD.gn |
+++ b/services/catalog/BUILD.gn |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-import("//mojo/public/mojo_application.gni") |
-import("//mojo/public/mojo_application_manifest.gni") |
+import("//services/shell/public/cpp/service.gni") |
+import("//services/shell/public/service_manifest.gni") |
import("//testing/test.gni") |
group("catalog") { |
@@ -48,8 +48,8 @@ source_set("lib") { |
] |
} |
-mojo_application_manifest("manifest") { |
- application_name = "catalog" |
+service_manifest("manifest") { |
+ name = "catalog" |
source = "manifest.json" |
} |