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

Unified Diff: android_webview/native/BUILD.gn

Issue 2717223003: Add WebView-specific whitelist for crash keys. (Closed)
Patch Set: Remove unnecessary imports/includes. 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
Index: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 4efadee5961db0a1854d1ce697ed55eb8a9c2c38..d1c123a26310acd3c9db6d4deae0809114f3ad2c 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -14,6 +14,7 @@ source_set("native") {
"//base/third_party/dynamic_annotations:dynamic_annotations",
"//cc:cc",
"//components/autofill/content/browser:browser",
+ "//components/crash/content/app",
"//components/spellcheck:build_features",
"//components/strings",
"//components/web_contents_delegate_android:web_contents_delegate_android",

Powered by Google App Engine
This is Rietveld 408576698