| Index: content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template b/content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..673e96626f7b9dac0a71f3882e06e15c5d886f8e
|
| --- /dev/null
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template
|
| @@ -0,0 +1,13 @@
|
| +// 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 SelectionEventType {
|
| +#define DEFINE_SELECTION_EVENT_TYPE(name, value) \
|
| + public static final int name = value;
|
| +#include "content/browser/renderer_host/input/selection_event_type_list.h"
|
| +#undef DEFINE_SELECTION_EVENT_TYPE
|
| +}
|
| +
|
|
|