Index: build/android/gyp/test/BUILD.gn |
diff --git a/build/android/gyp/test/BUILD.gn b/build/android/gyp/test/BUILD.gn |
index 6621489aad481dc14acb8484fafa4150a8a59faf..2deac1d56f2318caab038783635cb2a84f723c2e 100644 |
--- a/build/android/gyp/test/BUILD.gn |
+++ b/build/android/gyp/test/BUILD.gn |
@@ -5,7 +5,9 @@ java_library("hello_world_java") { |
} |
java_binary("hello_world") { |
- deps = [ ":hello_world_java" ] |
+ deps = [ |
+ ":hello_world_java", |
+ ] |
java_files = [ "java/org/chromium/helloworld/HelloWorldMain.java" ] |
main_class = "org.chromium.helloworld.HelloWorldMain" |
} |