Index: content/public/android/java/src/org/chromium/content/browser/input/CanonicalButtonIndex.template |
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/CanonicalButtonIndex.template b/content/public/android/java/src/org/chromium/content/browser/input/CanonicalButtonIndex.template |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fc28f9ce2b3230891d87e8b9da5274f51227b87b |
--- /dev/null |
+++ b/content/public/android/java/src/org/chromium/content/browser/input/CanonicalButtonIndex.template |
@@ -0,0 +1,10 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// 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; |
+ |
+public class CanonicalButtonIndex { |
+#define CANONICAL_BUTTON_INDEX(name, value) public static final int name = value; |
+#include "content/browser/gamepad/canonical_button_index_list.h" |
+} |