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

Unified Diff: android_webview/test/BUILD.gn

Issue 2628863004: [Android WebView] Ensure we have user consent before uploading minidumps (Closed)
Patch Set: Check user consent before copying minidumps, delete minidumps in app dir if no consent, add unit te… 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
Index: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index a270995274122ff69bec07d0535d2901e725d101..bb7f36733346fd9314d642984a94f3949cc39b28 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -103,6 +103,7 @@ instrumentation_test_apk("android_webview_test_apk") {
deps = [
"//android_webview:android_webview_crash_services_java",
"//android_webview:android_webview_java",
+ "//android_webview:android_webview_platform_services_java",
"//base:base_java",
"//base:base_java_test_support",
"//components/minidump_uploader:minidump_uploader_java",

Powered by Google App Engine
This is Rietveld 408576698