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

Unified Diff: mojo/services/tracing/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 | « mojo/services/catalog/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/BUILD.gn
diff --git a/mojo/services/tracing/BUILD.gn b/mojo/services/tracing/BUILD.gn
index d007fcffdfae6b8af476e4197e3a2967608ce286..6a417e7a49f656bba37b7c8cb73c16d7369dba82 100644
--- a/mojo/services/tracing/BUILD.gn
+++ b/mojo/services/tracing/BUILD.gn
@@ -14,10 +14,13 @@ mojo_native_application("tracing") {
deps = [
":lib",
- ":manifest",
"//mojo/public/cpp/system",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
« no previous file with comments | « mojo/services/catalog/BUILD.gn ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698