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

Unified Diff: services/BUILD.gn

Issue 2891153003: RELAND: Shape Detection: Face detection junit tests (Closed)
Patch Set: Removed FaceDetectionImplTest.java, reverted FaceDetectionImpl.java, cleaned up services/BUILD.gn 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/junit/src/org/chromium/shape_detection/SharedBufferUtilsTest.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..a23c9a14d491a4f749926322136ccf03e87f726f 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -52,13 +52,21 @@ 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/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",
"//third_party/android_tools:android_support_annotations_java",
]
}
« no previous file with comments | « no previous file | services/shape_detection/android/junit/src/org/chromium/shape_detection/SharedBufferUtilsTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698