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

Unified Diff: components/filesystem/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 | « chrome/app/mash/BUILD.gn ('k') | components/font_service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/filesystem/BUILD.gn
diff --git a/components/filesystem/BUILD.gn b/components/filesystem/BUILD.gn
index ff284242a4190375d8b6398943c05fe9968b76e1..e09c1666937a3d4bdde0a4e18e1b37996a6e0c74 100644
--- a/components/filesystem/BUILD.gn
+++ b/components/filesystem/BUILD.gn
@@ -40,7 +40,6 @@ mojo_native_application("filesystem") {
deps = [
":lib",
- ":manifest",
"//base",
"//components/filesystem/public/interfaces",
"//mojo/common",
@@ -50,6 +49,10 @@ mojo_native_application("filesystem") {
"//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
@@ -70,7 +73,6 @@ mojo_native_application("apptests") {
]
deps = [
- ":apptest_manifest",
"//base",
"//components/filesystem/public/interfaces",
"//mojo/common",
@@ -80,6 +82,7 @@ mojo_native_application("apptests") {
]
data_deps = [
+ ":apptest_manifest",
":filesystem",
]
}
« no previous file with comments | « chrome/app/mash/BUILD.gn ('k') | components/font_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698