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

Unified Diff: mojo/public/java/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 | « mojo/public/gles2/BUILD.gn ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/java/BUILD.gn
diff --git a/mojo/public/java/BUILD.gn b/mojo/public/java/BUILD.gn
index 6f5d8e915f0345e5542c23c18c34f77aedf9fb8d..04d2ef660801395b5c44ff48de0eec4cbde2cf78 100644
--- a/mojo/public/java/BUILD.gn
+++ b/mojo/public/java/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/android/rules.gni")
-
+
android_library("system") {
java_files = [
"system/src/org/chromium/mojo/system/AsyncWaiter.java",
@@ -49,5 +49,7 @@ android_library("bindings") {
"bindings/src/org/chromium/mojo/bindings/Struct.java",
]
- deps = [ ":system" ]
+ deps = [
+ ":system",
+ ]
}
« no previous file with comments | « mojo/public/gles2/BUILD.gn ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698