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

Unified Diff: device/BUILD.gn

Issue 2284613002: [sensors] Android platform adaptation for Generic Sensor API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. Created 4 years, 3 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 | « content/public/android/BUILD.gn ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index e4058278e7b084e002ac9de99dd81d3939ed45df..4b7bf23c3b9cfdfd2fe4cc26a7333cc18d33619e 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -254,11 +254,16 @@ if (is_android) {
}
junit_binary("device_junit_tests") {
- java_files = [ "gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java" ]
+ java_files = [
+ "gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java",
+ "generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java",
+ ]
deps = [
"//base:base_java",
"//base:base_java_test_support",
"//device/gamepad:java",
+ "//device/generic_sensor:java",
+ "//device/generic_sensor/public/interfaces:interfaces_java",
"//third_party/android_tools:android_support_annotations_java",
]
srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
« no previous file with comments | « content/public/android/BUILD.gn ('k') | device/generic_sensor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698