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

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

Issue 2248283006: Add additional_jar_files to inputs for java_library targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add additional_jar_files to inputs for java_library targets. Created 4 years, 4 months 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/internal_rules.gni ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index facedb5f8404f2ea19fabbaae7f96ac46aef29d7..9894b5a72cd740701138278a9fd0fc9c5a7008d2 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1179,6 +1179,11 @@ if (enable_java_templates) {
# dependencies for this target. This will allow depending on an
# android_library target, for example.
#
+ # additional_jar_files: Use to package additional files into the output jar.
+ # Pass a list of length-2 lists with format
+ # [ [ path_to_file, path_to_put_in_jar ] ]
+ #
+ #
# data_deps, testonly
#
# Example
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698