Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 package org.chromium.content.browser.input.gamepad_mapping; | |
| 6 | |
| 7 public class CanonicalAxisIndex { | |
| 8 #define CANONICAL_AXIS_INDEX(name, value) public static final int name = value; | |
|
jdduke (slow)
2014/03/24 17:38:15
I don't think we need to create a new directory ju
SaurabhK
2014/03/26 16:10:07
On 2014/03/24 17:38:15, jdduke wrote:
Done.
| |
| 9 #include "content/browser/gamepad/canonical_axis_index_list.h" | |
| 10 } | |
| OLD | NEW |