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

Unified Diff: device/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: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 602b61e963b71a7760080fbfaedc6d96559d49dc..fd30fa38dea1292f68f7db53f992fb1360c4c7e3 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -292,7 +292,6 @@ if (is_android) {
junit_binary("device_junit_tests") {
java_files = [
"gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java",
- "generic_sensor/android/junit/src/org/chromium/device/sensors/PlatformSensorAndProviderTest.java",
"geolocation/android/junit/src/org/chromium/device/geolocation/LocationProviderTest.java",
"nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java",
]
@@ -303,8 +302,6 @@ if (is_android) {
"//base:base_java",
"//base:base_java_test_support",
"//device/gamepad:java",
- "//device/generic_sensor:java",
- "//device/generic_sensor/public/interfaces:interfaces_java",
"//device/geolocation:geolocation_java",
"//device/geolocation:geolocation_java_test_support",
"//device/nfc:mojo_bindings_java",

Powered by Google App Engine
This is Rietveld 408576698