Index: content/public/android/BUILD.gn |
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn |
index 92ca279e21f9ff68f133542a53737f96729e8be3..135bb6e20d934bc3941cf150a77b9aba77d1547e 100644 |
--- a/content/public/android/BUILD.gn |
+++ b/content/public/android/BUILD.gn |
@@ -44,7 +44,6 @@ android_library("content_java") { |
":common_aidl", |
":content_gamepad_mapping_java", |
":gesture_event_type_java", |
- ":page_transition_types_java", |
":popup_item_type_java", |
":result_codes_java", |
":selection_event_type_java", |
@@ -121,16 +120,6 @@ java_cpp_template("gesture_event_type_java") { |
] |
} |
-java_cpp_template("page_transition_types_java") { |
- sources = [ |
- "java/src/org/chromium/content_public/browser/PageTransitionTypes.template", |
- ] |
- package_name = "org/chromium/content/browser" |
- inputs = [ |
- "//content/public/common/page_transition_types_list.h" |
- ] |
-} |
- |
java_cpp_template("popup_item_type_java") { |
sources = [ |
"java/src/org/chromium/content/browser/input/PopupItemType.template", |