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

Unified Diff: components/resource_provider/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/profile_service/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resource_provider/BUILD.gn
diff --git a/components/resource_provider/BUILD.gn b/components/resource_provider/BUILD.gn
index bcdb01ac3d72751aa5bb85dfce65c6aa21be99b9..513322920cfce9fb9839124d0608c20364e990cc 100644
--- a/components/resource_provider/BUILD.gn
+++ b/components/resource_provider/BUILD.gn
@@ -71,12 +71,15 @@ if (is_android) {
deps = [
":lib",
- ":manifest",
"//base",
"//components/resource_provider/public/interfaces",
"//mojo/shell/public/cpp",
"//url",
]
+
+ data_deps = [
+ ":manifest",
+ ]
}
mojo_application_manifest("manifest") {
@@ -137,7 +140,6 @@ mojo_native_application("apptests") {
]
deps = [
- ":apptest_manifest",
"//base",
"//base/test:test_config",
"//components/resource_provider/public/cpp",
@@ -147,6 +149,7 @@ mojo_native_application("apptests") {
]
data_deps = [
+ ":apptest_manifest",
":resource_provider",
]
}
« no previous file with comments | « components/profile_service/BUILD.gn ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698