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

Unified Diff: mandoline/app/android/BUILD.gn

Issue 1137223002: core_services: Move resource_provider to core_services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove data_dep per discussion with sky Created 5 years, 7 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
Index: mandoline/app/android/BUILD.gn
diff --git a/mandoline/app/android/BUILD.gn b/mandoline/app/android/BUILD.gn
index 3a0364e39f5ce55ad467ae393740c83f9ad8120a..83d2c9d594aa1e1e6e2949d0dd89906bb35054bc 100644
--- a/mandoline/app/android/BUILD.gn
+++ b/mandoline/app/android/BUILD.gn
@@ -51,7 +51,6 @@ copy_ex("copy_mandoline_assets") {
dest = mandoline_assets_dir
deps = [
"//components/html_viewer",
- "//components/resource_provider",
"//components/surfaces",
"//mandoline/services/core_services",
]
@@ -61,7 +60,6 @@ copy_ex("copy_mandoline_assets") {
"$root_out_dir/lib.stripped/libbootstrap.so",
"$root_out_dir/network_service.mojo",
"$root_out_dir/obj/mojo/runner/bootstrap_java.dex.jar",
- "$root_out_dir/resource_provider.mojo",
"$root_out_dir/surfaces_service.mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698