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

Unified Diff: device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java

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
Index: device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
diff --git a/content/public/android/junit/src/org/chromium/content/browser/input/GamepadMappingsTest.java b/device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
similarity index 99%
rename from content/public/android/junit/src/org/chromium/content/browser/input/GamepadMappingsTest.java
rename to device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
index 58e16e7eb6d2ee511f37607e80a48d86732eb0d7..199334d9f6061aefab00a0463f68007d5b7aa861 100644
--- a/content/public/android/junit/src/org/chromium/content/browser/input/GamepadMappingsTest.java
+++ b/device/gamepad/android/junit/src/org/chromium/device/gamepad/GamepadMappingsTest.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.content.browser.input;
+package org.chromium.device.gamepad;
import android.view.KeyEvent;
import android.view.MotionEvent;
@@ -42,7 +42,6 @@ public class GamepadMappingsTest {
@Before
public void setUp() throws Exception {
-
// By default, we expect every button and axis to be mapped.
mUnmappedButtons.clear();
mUnmappedAxes.clear();
« no previous file with comments | « device/gamepad/android/java/src/org/chromium/device/gamepad/GamepadMappings.java ('k') | device/gamepad/gamepad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698