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

Unified Diff: build/config/android/internal_rules.gni

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net 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 | « build/config/android/config.gni ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 41fd75f352fe41b71e260f33da6535108822f1b2..ce6e4281883753a475433042f1727a28f64afdac 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -333,7 +333,9 @@ template("process_java_prebuilt") {
sources = [
_input_jar_path,
]
- outputs = [ _output_jar_path ]
+ outputs = [
+ _output_jar_path,
+ ]
}
}
@@ -901,8 +903,12 @@ template("java_library_impl") {
_final_deps += [ ":${_template_name}__standalone_dex" ]
_rebased_build_config = rebase_path(_build_config, root_build_dir)
dex("${_template_name}__standalone_dex") {
- sources = [_jar_path]
- inputs = [_build_config]
+ sources = [
+ _jar_path,
+ ]
+ inputs = [
+ _build_config,
+ ]
output = invoker.standalone_dex_path
dex_arg_key = "${_rebased_build_config}:final_dex:dependency_dex_files"
args = [ "--inputs=@FileArg($dex_arg_key)" ]
@@ -1033,7 +1039,9 @@ template("copy_ex") {
}
depfile = "$target_gen_dir/$target_name.d"
- outputs = [ depfile ]
+ outputs = [
+ depfile,
+ ]
args = [
"--depfile",
« no previous file with comments | « build/config/android/config.gni ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698