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

Unified Diff: services/shape_detection/BUILD.gn

Issue 2861263002: Shape Detection: move Java Face detection classes to //services/shape_detection (Closed)
Patch Set: 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 8a8bfb70478998b0ca0614a584cc3587d1d11d24..73caa06047b06376f4f4cc768734ef3f3a2f6f09 100644
--- a/services/shape_detection/BUILD.gn
+++ b/services/shape_detection/BUILD.gn
@@ -64,6 +64,8 @@ if (is_android) {
android_library("shape_detection_java") {
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/FaceDetectionProviderImpl.java",
"android/java/src/org/chromium/shape_detection/InterfaceRegistrar.java",
"android/java/src/org/chromium/shape_detection/TextDetectionImpl.java",
]

Powered by Google App Engine
This is Rietveld 408576698