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: build/android/gyp/test/BUILD.gn

Issue 766573003: gn format //build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 | « no previous file | build/compiled_action.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
« no previous file with comments | « no previous file | build/compiled_action.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698