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

Unified Diff: components/font_service/BUILD.gn

Issue 1702283002: Changes to quick_launch and font_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | components/font_service/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/BUILD.gn
diff --git a/components/font_service/BUILD.gn b/components/font_service/BUILD.gn
index eb48d922b8e95245665aa8e62529f7db59122746..be7bd4fdc4576260fd03626b2d4222b7fbd2a591 100644
--- a/components/font_service/BUILD.gn
+++ b/components/font_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 = [
@@ -32,6 +33,7 @@ mojo_native_application("font_service") {
deps = [
":lib",
+ ":manifest",
"//base",
"//mojo/common",
"//mojo/common:common_base",
@@ -39,3 +41,8 @@ mojo_native_application("font_service") {
"//mojo/shell/public/cpp",
]
}
+
+mojo_application_manifest("manifest") {
+ application_name = "font_service"
+ source = "manifest.json"
+}
« no previous file with comments | « no previous file | components/font_service/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698