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

Unified Diff: services/BUILD.gn

Issue 2863773005: Shape Detection: Face detection junit tests (Closed)
Patch Set: setFaceDetector() should be a static method (from findBugs) 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 | « no previous file | services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 3a3339942f11e3a84ba8980c4b1987e7bf79457f..d387508d257cdf9ce9719501df4e04d113913237 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -52,14 +52,25 @@ catalog("service_unittests_catalog") {
if (is_android) {
junit_binary("service_junit_tests") {
- java_files = [ "device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java" ]
+ java_files = [
+ "device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java",
+ "shape_detection/android/junit/src/org/chromium/shape_detection/FaceDetectionImplTest.java",
+ "shape_detection/android/junit/src/org/chromium/shape_detection/SharedBufferUtilsTest.java",
+ ]
deps = [
+ "$google_play_services_package:google_play_services_base_java",
+ "$google_play_services_package:google_play_services_basement_java",
+ "$google_play_services_package:google_play_services_vision_java",
"//base:base_java",
"//base:base_java_test_support",
"//device/generic_sensor:java",
"//device/generic_sensor/public/interfaces:interfaces_java",
"//mojo/public/java:bindings_java",
+ "//mojo/public/java:system_java",
+ "//services/shape_detection:shape_detection_java",
+ "//services/shape_detection/public/interfaces:interfaces_java",
"//third_party/android_tools:android_support_annotations_java",
+ "//ui/gfx/geometry/mojo:mojo_java",
]
}
}
« no previous file with comments | « no previous file | services/shape_detection/android/java/src/org/chromium/shape_detection/FaceDetectionImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698