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", |