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

Unified Diff: content/public/android/BUILD.gn

Issue 2765723002: RELAND: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: RELAND 2: revert the dependence of skia/public/interfaces in BUILD.gn. Created 3 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
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index d9ed24d69efd9f8450469c6cf8d7f13d0c15b9e0..e2889e6a77e04e5bd045632eb8837ff2b017ba83 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -60,6 +60,7 @@ android_library("content_java") {
"//services/service_manager/public/interfaces:interfaces_java",
"//services/service_manager/public/java:service_manager_java",
"//services/shape_detection/public/interfaces:interfaces_java",
+ "//skia/public/interfaces:interfaces_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/WebKit/public:mojo_bindings_java",
"//third_party/android_tools:android_support_annotations_java",

Powered by Google App Engine
This is Rietveld 408576698