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

Unified Diff: ui/android/BUILD.gn

Issue 663253003: Fix more android build issues (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « BUILD.gn ('k') | ui/base/android/ui_base_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 70e0b8fcb30436dcedb472ea2a8e5a9992df176c..7a33038e49b271b8af807a00c172aaf09d95582d 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -4,25 +4,13 @@ assert(is_android)
java_cpp_enum("java_enums_srcjar") {
sources = [
- "../base/window_open_disposition.h",
"../gfx/android/java_bitmap.h",
]
outputs = [
- "org/chromium/ui/WindowOpenDisposition.java",
"org/chromium/ui/gfx/BitmapFormat.java",
]
}
-java_cpp_template("page_transition_types_srcjar") {
- package_name = "org/chromium/ui/base"
- sources = [
- "java/PageTransitionTypes.template",
- ]
- inputs = [
- "../base/page_transition_types_list.h",
- ]
-}
-
java_strings_grd("ui_strings_grd") {
grd_file = "java/strings/android_ui_strings.grd"
outputs = [
@@ -91,6 +79,5 @@ android_library("ui_java") {
]
srcjar_deps = [
":java_enums_srcjar",
- ":page_transition_types_srcjar",
]
}
« no previous file with comments | « BUILD.gn ('k') | ui/base/android/ui_base_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698