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

Unified Diff: ui/android/BUILD.gn

Issue 507523002: Add content_shell_apk target (and a bunch of its dependencies) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix PageTransitionTypes.template path 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
« no previous file with comments | « net/android/BUILD.gn ('k') | no next file » | 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 875815d1305d8f91715c810843480a898071a5ff..cc3737c16193247b00a9bdc0cab85a7938fbfeaf 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -72,7 +72,7 @@ java_strings_grd("ui_strings_grd") {
]
}
-android_resources("ui_java_res") {
+android_resources("ui_java_resources") {
custom_package = "org.chromium.ui"
resource_dirs = [
"java/res"
@@ -117,7 +117,7 @@ android_library("ui_java") {
"java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java",
]
deps = [
- ":ui_java_res",
+ ":ui_java_resources",
"//base:base_java",
]
srcjar_deps = [
« no previous file with comments | « net/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698