| Index: components/profile_service/BUILD.gn
|
| diff --git a/components/profile_service/BUILD.gn b/components/profile_service/BUILD.gn
|
| index f6e6a21bf06d172e86848572ced3af331213dcb8..6856e162fcf44fae849b6e4596bde519caa93f78 100644
|
| --- a/components/profile_service/BUILD.gn
|
| +++ b/components/profile_service/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//mojo/public/mojo_application.gni")
|
| +import("//mojo/public/mojo_application_manifest.gni")
|
|
|
| source_set("lib") {
|
| sources = [
|
| @@ -30,4 +31,13 @@ source_set("lib") {
|
| "//services/tracing/public/cpp",
|
| "//url",
|
| ]
|
| +
|
| + data_deps = [
|
| + ":manifest",
|
| + ]
|
| +}
|
| +
|
| +mojo_application_manifest("manifest") {
|
| + application_name = "profile"
|
| + source = "manifest.json"
|
| }
|
|
|