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

Unified Diff: content/content_tests.gypi

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Next attempt Created 4 years, 6 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 3621f3573704d4eab5b96ded4b12651c98700d10..c34881f105267ef9bd1590d08373217dcea38d91 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -477,10 +477,9 @@
'browser/frame_host/render_frame_host_manager_unittest.cc',
'browser/frame_host/render_widget_host_view_child_frame_unittest.cc',
'browser/frame_host/render_widget_host_view_guest_unittest.cc',
- 'browser/gamepad/gamepad_provider_unittest.cc',
'browser/gamepad/gamepad_service_unittest.cc',
- 'browser/gamepad/gamepad_test_helpers.cc',
- 'browser/gamepad/gamepad_test_helpers.h',
+ 'browser/gamepad/gamepad_service_test_helpers.cc',
+ 'browser/gamepad/gamepad_service_test_helpers.h',
'browser/geolocation/geolocation_provider_impl_unittest.cc',
'browser/geolocation/location_arbitrator_impl_unittest.cc',
'browser/geolocation/network_location_provider_unittest.cc',
@@ -852,6 +851,7 @@
'../components/components.gyp:display_compositor',
'../components/scheduler/scheduler.gyp:scheduler',
'../components/scheduler/scheduler.gyp:scheduler_test_support',
+ '../device/gamepad/gamepad.gyp:device_gamepad',
'../gpu/gpu.gyp:gpu_ipc_common',
'../gpu/gpu.gyp:gpu_ipc_service_test_support',
'../media/blink/media_blink.gyp:media_blink',
@@ -1064,6 +1064,7 @@
'../device/battery/battery.gyp:device_battery_mojo_bindings',
'../device/bluetooth/bluetooth.gyp:device_bluetooth',
'../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
+ '../device/gamepad/gamepad.gyp:device_gamepad_test_helpers',
'../gin/gin.gyp:gin',
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_unittest_utils',

Powered by Google App Engine
This is Rietveld 408576698