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

Unified Diff: components/font_service/BUILD.gn

Issue 1783533003: Moves mojo_application_manifest to data_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « components/filesystem/BUILD.gn ('k') | components/leveldb/BUILD.gn » ('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 be7bd4fdc4576260fd03626b2d4222b7fbd2a591..92c172128498288903e0cd3e668f97eba078a1cc 100644
--- a/components/font_service/BUILD.gn
+++ b/components/font_service/BUILD.gn
@@ -33,13 +33,16 @@ mojo_native_application("font_service") {
deps = [
":lib",
- ":manifest",
"//base",
"//mojo/common",
"//mojo/common:common_base",
"//mojo/public/cpp/bindings:callback",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « components/filesystem/BUILD.gn ('k') | components/leveldb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698