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

Unified Diff: android_webview/BUILD.gn

Issue 2709403003: [Android Crash Reporting] Componentize MinidumpUploadJobService.java (Closed)
Patch Set: Init ContextUtils from Webview implemenation only Created 3 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 | android_webview/apk/java/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 5aa72f8301abd552bf2917939022fa1baf4fccde..774b73fda8659af81f54ce6085e3940fbf1b12f4 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -776,9 +776,9 @@ android_library("android_webview_commandline_java") {
# (and make them easy to move).
android_library("android_webview_crash_services_java") {
java_files = [
+ "java/src/org/chromium/android_webview/crash/AwMinidumpUploadJobService.java",
"java/src/org/chromium/android_webview/crash/CrashReceiverService.java",
"java/src/org/chromium/android_webview/crash/MinidumpUploaderImpl.java",
- "java/src/org/chromium/android_webview/crash/MinidumpUploadJobService.java",
]
deps = [
":android_webview_commandline_java",
« no previous file with comments | « no previous file | android_webview/apk/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698