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

Unified Diff: android_webview/BUILD.gn

Issue 2932703003: Plumbing for safe browsing reporting for Android WebView. (Closed)
Patch Set: modify client name to android_webview Created 3 years, 6 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/browser/aw_browser_context.h » ('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 6d4e39c7117f34e677d04291bd0981795016ee60..bf8e087f3d35641763eb40784c3949d57c1a8af1 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -703,6 +703,9 @@ source_set("common") {
"//components/printing/common",
"//components/printing/renderer",
"//components/safe_browsing",
+ "//components/safe_browsing/browser",
+ "//components/safe_browsing/common",
+ "//components/safe_browsing/triggers",
"//components/safe_browsing_db:safe_browsing_db_mobile",
"//components/spellcheck:build_features",
"//components/supervised_user_error_page",
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698