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

Unified Diff: services/shape_detection/BUILD.gn

Issue 2875243002: RELAND: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: RELAND2: ShapeDetection: use mojom::Bitmap for mojo interface. Created 3 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 | « services/BUILD.gn ('k') | services/shape_detection/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shape_detection/BUILD.gn
diff --git a/services/shape_detection/BUILD.gn b/services/shape_detection/BUILD.gn
index 3a80c5834b3adabb946f4dbb83f76123cfbc31bf..8fd09711c0ae3b300e5d3bde2839292aa1e3807d 100644
--- a/services/shape_detection/BUILD.gn
+++ b/services/shape_detection/BUILD.gn
@@ -68,7 +68,7 @@ if (is_android) {
"android/java/src/org/chromium/shape_detection/FaceDetectionImplGmsCore.java",
"android/java/src/org/chromium/shape_detection/FaceDetectionProviderImpl.java",
"android/java/src/org/chromium/shape_detection/InterfaceRegistrar.java",
- "android/java/src/org/chromium/shape_detection/SharedBufferUtils.java",
+ "android/java/src/org/chromium/shape_detection/BitmapUtils.java",
"android/java/src/org/chromium/shape_detection/TextDetectionImpl.java",
]
@@ -84,6 +84,7 @@ if (is_android) {
"//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",
"//ui/gfx/geometry/mojo:mojo_java",
]
}
« no previous file with comments | « services/BUILD.gn ('k') | services/shape_detection/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698