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

Unified Diff: device/device_tests.gyp

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 | « device/BUILD.gn ('k') | device/gamepad/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/device_tests.gyp
diff --git a/device/device_tests.gyp b/device/device_tests.gyp
index e2965e8c19dadd8f58a95306d4d18d3c265ef1a6..ecd47e9821371002d5f332b12e05e7a76946732c 100644
--- a/device/device_tests.gyp
+++ b/device/device_tests.gyp
@@ -23,6 +23,8 @@
'bluetooth/bluetooth.gyp:device_bluetooth_mocks',
'core/core.gyp:device_core',
'core/core.gyp:device_core_mocks',
+ 'gamepad/gamepad.gyp:device_gamepad',
+ 'gamepad/gamepad.gyp:device_gamepad_test_helpers',
'nfc/nfc.gyp:device_nfc',
'usb/usb.gyp:device_usb',
'usb/usb.gyp:device_usb_mocks',
@@ -75,6 +77,7 @@
'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',
'hid/hid_connection_unittest.cc',
'hid/hid_device_filter_unittest.cc',
'hid/hid_report_descriptor_unittest.cc',
« no previous file with comments | « device/BUILD.gn ('k') | device/gamepad/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698