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

Unified Diff: device/BUILD.gn

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final tweaks Created 4 years, 5 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/test/BUILD.gn ('k') | device/device_tests.gyp » ('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 de216f20f24d3ae087db8d51cccc24ee64b8ab21..97b52d41d57d8416f14016cdc2550810f09e8f1e 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -59,6 +59,7 @@ test("device_unittests") {
"bluetooth/test/test_bluetooth_adapter_observer.h",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
"bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
+ "gamepad/gamepad_provider_unittest.cc",
"nfc/nfc_chromeos_unittest.cc",
"nfc/nfc_ndef_record_unittest.cc",
"test/run_all_unittests.cc",
@@ -71,6 +72,8 @@ test("device_unittests") {
"//device/battery:mojo_bindings",
"//device/bluetooth",
"//device/bluetooth:mocks",
+ "//device/gamepad",
+ "//device/gamepad:test_helpers",
"//device/nfc",
"//device/power_save_blocker",
"//device/vr",
@@ -236,4 +239,14 @@ if (is_android) {
"//device/bluetooth:java",
]
}
+
+ junit_binary("device_junit_tests") {
+ java_files = [ "gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java" ]
+ deps = [
+ "//base:base_java",
+ "//base:base_java_test_support",
+ "//device/gamepad:java",
+ ]
+ srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
+ }
}
« no previous file with comments | « content/test/BUILD.gn ('k') | device/device_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698