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

Unified Diff: ui/android/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 | « ui/accessibility/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('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 31617a44877b9d2d4758b40dd006dc6f821e70a4..1d4b2e1f2a401f872538c8e3fd55b6ff05a4e39f 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -71,9 +71,7 @@ java_strings_grd("ui_strings_grd") {
android_resources("ui_java_resources") {
custom_package = "org.chromium.ui"
- resource_dirs = [
- "java/res"
- ]
+ resource_dirs = [ "java/res" ]
deps = [
":ui_strings_grd",
]
@@ -85,9 +83,7 @@ android_library("ui_java") {
":ui_java_resources",
"//base:base_java",
]
- srcjar_deps = [
- ":java_enums_srcjar",
- ]
+ srcjar_deps = [ ":java_enums_srcjar" ]
}
android_library("ui_javatests") {
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698