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

Unified Diff: components/leveldb/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/font_service/BUILD.gn ('k') | components/mus/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/BUILD.gn
diff --git a/components/leveldb/BUILD.gn b/components/leveldb/BUILD.gn
index 32787b4206a3f09277597bde686b5ec57a096882..a68f5ecfc775c72fcd792513f84e28841905dd28 100644
--- a/components/leveldb/BUILD.gn
+++ b/components/leveldb/BUILD.gn
@@ -39,7 +39,6 @@ mojo_native_application("leveldb") {
deps = [
":lib",
- ":manifest",
"//components/leveldb/public/interfaces",
"//mojo/common",
"//mojo/platform_handle:for_shared_library",
@@ -48,6 +47,10 @@ mojo_native_application("leveldb") {
"//mojo/services/tracing/public/cpp",
"//mojo/shell/public/cpp",
]
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
@@ -65,7 +68,6 @@ mojo_native_application("apptests") {
]
deps = [
- ":apptest_manifest",
"//base",
"//components/filesystem/public/interfaces",
"//components/leveldb/public/interfaces",
@@ -76,6 +78,7 @@ mojo_native_application("apptests") {
]
data_deps = [
+ ":apptest_manifest",
":leveldb",
"//components/filesystem:filesystem",
]
« no previous file with comments | « components/font_service/BUILD.gn ('k') | components/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698