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

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

Issue 755183004: GN + Android: allow to set visibility on android_library targets. (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 | « build/config/android/internal_rules.gni ('k') | no next file » | 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 938a09005afdfc44727f67b9fdfe9976aa78d8f2..25a87e6000cdb5186a6775e4e82c2f15bd25b3f7 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -848,6 +848,7 @@ template("android_library") {
if (defined(invoker.srcjar_deps)) { srcjar_deps = invoker.srcjar_deps }
if (defined(invoker.srcjars)) { srcjars = invoker.srcjars }
if (defined(invoker.testonly)) { testonly = invoker.testonly }
+ if (defined(invoker.visibility)) { visibility = invoker.visibility }
if (defined(invoker.dex_path)) { dex_path = invoker.dex_path }
supports_android = true
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698