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

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: 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/content_jni.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/content_jni.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698