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

Unified Diff: services/BUILD.gn

Issue 2875573003: Create a new GN target //services/service_junit_tests, and enable it in bots. (Closed)
Patch Set: Create and enable //services/services_junit_tests. 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/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 089b771221f6234e17b12ca42a2a94030a5fac30..c1b0b303d83ae89682f7644607a11d210935c123 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -49,3 +49,17 @@ catalog("service_unittests_catalog") {
"//services/video_capture:tests_catalog",
]
}
+
+if (is_android) {
+ junit_binary("services_junit_tests") {
+ java_files = [ "device/generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java" ]
+ deps = [
+ "//base:base_java",
+ "//base:base_java_test_support",
+ "//device/generic_sensor:java",
+ "//device/generic_sensor/public/interfaces:interfaces_java",
+ "//mojo/public/java:bindings_java",
+ "//third_party/android_tools:android_support_annotations_java",
+ ]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698