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

Unified Diff: services/shape_detection/BUILD.gn

Issue 2868883003: Shape Detection: use Google Play services Face detection where available (Closed)
Patch Set: reillyg@ nit and filling faceArray[i].landmarks in FaceDetectionImpl.java 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
Index: services/shape_detection/BUILD.gn
diff --git a/services/shape_detection/BUILD.gn b/services/shape_detection/BUILD.gn
index 73caa06047b06376f4f4cc768734ef3f3a2f6f09..e0e72e5664f0b3b5a04403e25eef4a0ad61f80e0 100644
--- a/services/shape_detection/BUILD.gn
+++ b/services/shape_detection/BUILD.gn
@@ -65,8 +65,10 @@ if (is_android) {
java_files = [
"android/java/src/org/chromium/shape_detection/BarcodeDetectionImpl.java",
"android/java/src/org/chromium/shape_detection/FaceDetectionImpl.java",
+ "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/TextDetectionImpl.java",
]

Powered by Google App Engine
This is Rietveld 408576698