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

Unified Diff: components/profile_service/BUILD.gn

Issue 1871223003: Use ShellClientFactory interface to load mojo:profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « no previous file | components/profile_service/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
« no previous file with comments | « no previous file | components/profile_service/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698