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

Issue 2466073002: Movw GamepadService out of content/browser/ and into device/ (Closed)

Created:
4 years, 1 month ago by bajones
Modified:
3 years, 10 months ago
Reviewers:
CC:
chromium-reviews, jam, darin-cc_chromium.org, mlamouri+watch-content_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Movw GamepadService out of content/browser/ and into device/ BUG=612330

Patch Set 1 #

Patch Set 2 : Fixed everything but one unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -750 lines) Patch
M content/browser/BUILD.gn View 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/browser_main_loop.cc View 3 chunks +2 lines, -2 lines 0 comments Download
D content/browser/gamepad/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D content/browser/gamepad/gamepad_service.h View 1 chunk +0 lines, -140 lines 0 comments Download
D content/browser/gamepad/gamepad_service.cc View 1 chunk +0 lines, -185 lines 0 comments Download
D content/browser/gamepad/gamepad_service_test_helpers.h View 1 chunk +0 lines, -38 lines 0 comments Download
D content/browser/gamepad/gamepad_service_test_helpers.cc View 1 chunk +0 lines, -22 lines 0 comments Download
D content/browser/gamepad/gamepad_service_unittest.cc View 1 chunk +0 lines, -137 lines 0 comments Download
D content/browser/gamepad/gamepad_shared_buffer_impl.h View 1 chunk +0 lines, -35 lines 0 comments Download
D content/browser/gamepad/gamepad_shared_buffer_impl.cc View 1 chunk +0 lines, -46 lines 0 comments Download
M content/browser/renderer_host/gamepad_browser_message_filter.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_gamepad_host.h View 4 chunks +6 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_gamepad_host.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/renderer/gamepad_shared_memory_reader.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/gamepad_shared_memory_reader.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M content/test/BUILD.gn View 1 1 chunk +0 lines, -3 lines 0 comments Download
M device/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M device/gamepad/BUILD.gn View 3 chunks +6 lines, -0 lines 0 comments Download
M device/gamepad/gamepad_provider.h View 2 chunks +1 line, -2 lines 0 comments Download
M device/gamepad/gamepad_provider.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M device/gamepad/gamepad_provider_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
A + device/gamepad/gamepad_service.h View 5 chunks +17 lines, -15 lines 0 comments Download
A + device/gamepad/gamepad_service.cc View 9 chunks +38 lines, -41 lines 0 comments Download
A + device/gamepad/gamepad_service_unittest.cc View 6 chunks +10 lines, -12 lines 0 comments Download
M device/gamepad/gamepad_shared_buffer.h View 1 chunk +14 lines, -5 lines 0 comments Download
A device/gamepad/gamepad_shared_buffer.cc View 1 chunk +42 lines, -0 lines 0 comments Download
M device/gamepad/gamepad_test_helpers.h View 3 chunks +21 lines, -16 lines 0 comments Download
M device/gamepad/gamepad_test_helpers.cc View 1 chunk +10 lines, -21 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698