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

Unified Diff: base/BUILD.gn

Issue 1697603002: Use LeakCanary for all Android Service instances Base URL: https://chromium.googlesource.com/chromium/src.git@leak-canary-3
Patch Set: Created 4 years, 10 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 | « no previous file | base/android/java/src/org/chromium/base/LeakCanaryUtil.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index ade7e02ba5d72940766c51e06b7092a5c8d9df28..4335d3e77ba9ae532046c5a0c5971ceb4c4d2742 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1960,6 +1960,7 @@ if (is_android) {
deps = [
"//third_party/android_tools:android_support_multidex_java",
"//third_party/jsr-305:jsr_305_javalib",
+ "//third_party/leakcanary:leakcanary_java",
]
DEPRECATED_java_in_dir = "android/java/src"
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/LeakCanaryUtil.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698