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

Unified Diff: chrome/android/BUILD.gn

Issue 2394763004: Componentize parts of minidump uploading for use from WebView. (Closed)
Patch Set: Minor changes - README and copyrights. Created 4 years, 2 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 | chrome/android/java/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 79429c7e4dcebb8d1f3d184b78a6bb8d9553fe87..6c5b8af3a5a318eec886df72eb0de34fbff164b7 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -148,6 +148,7 @@ android_library("chrome_java") {
"//chrome/android/webapk/libs/common:common_java",
"//chrome/android/webapk/libs/runtime_library:webapk_service_aidl_java",
"//components/autofill/android:autofill_java",
+ "//components/minidump_uploader:minidump_uploader_java",
"//components/safe_json/android:safe_json_java",
"//components/spellcheck/browser/android:java",
"//components/variations/android:variations_java",
@@ -380,6 +381,7 @@ android_library("chrome_test_java") {
"//components/invalidation/impl:java",
"//components/invalidation/impl:javatests",
"//components/location/android:location_java",
+ "//components/minidump_uploader:minidump_uploader_java",
"//components/navigation_interception/android:navigation_interception_java",
"//components/policy/android:policy_java",
"//components/precache/android:precache_java",
« no previous file with comments | « no previous file | chrome/android/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698