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

Unified Diff: base/BUILD.gn

Issue 2664373002: android: Add debug url to throw uncaught exception (Closed)
Patch Set: fix missing os_android Created 3 years, 11 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/ThrowUncaughtException.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 ef37887da467505a0e31565e7211e651faef01eb..1136541b99617c3ad35891ade713b5a0e46e6682 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -226,6 +226,8 @@ component("base") {
"android/statistics_recorder_android.h",
"android/sys_utils.cc",
"android/sys_utils.h",
+ "android/throw_uncaught_exception.cc",
+ "android/throw_uncaught_exception.h",
"android/time_utils.cc",
"android/time_utils.h",
"android/trace_event_binding.cc",
@@ -2387,6 +2389,7 @@ if (is_android) {
"android/java/src/org/chromium/base/SysUtils.java",
"android/java/src/org/chromium/base/SystemMessageHandler.java",
"android/java/src/org/chromium/base/ThreadUtils.java",
+ "android/java/src/org/chromium/base/ThrowUncaughtException.java",
"android/java/src/org/chromium/base/TimeUtils.java",
"android/java/src/org/chromium/base/TraceEvent.java",
"android/java/src/org/chromium/base/UnguessableToken.java",
@@ -2461,6 +2464,7 @@ if (is_android) {
"android/java/src/org/chromium/base/SysUtils.java",
"android/java/src/org/chromium/base/SystemMessageHandler.java",
"android/java/src/org/chromium/base/ThreadUtils.java",
+ "android/java/src/org/chromium/base/ThrowUncaughtException.java",
"android/java/src/org/chromium/base/TimeUtils.java",
"android/java/src/org/chromium/base/TraceEvent.java",
"android/java/src/org/chromium/base/UnguessableToken.java",
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/ThrowUncaughtException.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698