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

Unified Diff: base/BUILD.gn

Issue 2971063003: Handle Java assert using a customized function in base (Closed)
Patch Set: fix tests Created 3 years, 5 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/JavaExceptionReporter.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 b50a8c05b7d51770fc0cae151814d0f062b3cffa..95a1be3926b5e2e5a0b209fd77a46fa0dd2dd020 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2548,6 +2548,7 @@ if (is_android) {
]
deps = [
+ "//build/android:build_hooks_java",
"//third_party/android_tools:android_support_annotations_java",
"//third_party/android_tools:android_support_multidex_java",
"//third_party/jsr-305:jsr_305_javalib",
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/JavaExceptionReporter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698