| Index: content/content_tests.gypi
 | 
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
 | 
| index 1046b270fe018a6c7fd563d456ba96f3c50007a2..d7e3f6277e4720e937ba8495db7f9c77b4f71641 100644
 | 
| --- a/content/content_tests.gypi
 | 
| +++ b/content/content_tests.gypi
 | 
| @@ -472,10 +472,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',
 | 
| @@ -845,6 +844,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',
 | 
| @@ -1057,6 +1057,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',
 | 
| 
 |