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

Unified Diff: mandoline/services/core_services/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
« no previous file with comments | « mandoline/app/core_services_initialization.cc ('k') | mandoline/services/core_services/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/services/core_services/BUILD.gn
diff --git a/mandoline/services/core_services/BUILD.gn b/mandoline/services/core_services/BUILD.gn
index c175c30aaeba8b482e5fdb06c8f9bfe8c0ad8ab0..39de04b72a367d6e05039fc843dd29858a340bb7 100644
--- a/mandoline/services/core_services/BUILD.gn
+++ b/mandoline/services/core_services/BUILD.gn
@@ -29,6 +29,7 @@ if (is_android) {
deps = [
":sources",
"//base",
+ "//components/resource_provider:jni_headers",
"//net",
"//third_party/mojo/src/mojo/public/c/system:for_shared_library",
]
@@ -38,6 +39,7 @@ if (is_android) {
dex_path = java_library_path
deps = [
+ "//components/resource_provider:java_library",
"//net/android:net_java",
]
}
@@ -59,6 +61,7 @@ source_set("sources") {
"//base",
"//components/clipboard:lib",
"//components/surfaces:lib",
+ "//components/resource_provider:lib",
"//components/view_manager:view_manager_lib",
"//mandoline/ui/browser:kiosk_wm_lib",
"//mojo/application",
« no previous file with comments | « mandoline/app/core_services_initialization.cc ('k') | mandoline/services/core_services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698