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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/input/SelectionEventType.template

Issue 625543002: Revert of Use the new java_cpp_enum rule in content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: 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
+}
+

Powered by Google App Engine
This is Rietveld 408576698