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

Unified Diff: third_party/leakcanary/BUILD.gn

Issue 2473963003: Fix java target naming exceptions in third_party/ (Closed)
Patch Set: rebase Created 4 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 | « third_party/haha/BUILD.gn ('k') | third_party/netty-tcnative/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/leakcanary/BUILD.gn
diff --git a/third_party/leakcanary/BUILD.gn b/third_party/leakcanary/BUILD.gn
index e88a64faec9afc95582439b46d039eccdc781c54..c4de58ad99c10e32abf61b6cc1f045001e5d562f 100644
--- a/third_party/leakcanary/BUILD.gn
+++ b/third_party/leakcanary/BUILD.gn
@@ -121,6 +121,6 @@ android_library("leakcanary_impl_java") {
]
deps = [
":leakcanary_resources",
- "//third_party/haha",
+ "//third_party/haha:haha_java",
]
}
« no previous file with comments | « third_party/haha/BUILD.gn ('k') | third_party/netty-tcnative/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698