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

Unified Diff: android_webview/BUILD.gn

Issue 1890203002: Implement Web Restrictions in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test for changes to handling of no content provider Created 4 years, 4 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/DEPS » ('j') | components/web_restrictions/interfaces/web_restrictions.mojom » ('J')
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 8afd21a177d7524a65ebca0bcd263a71bfb93965..3b261d1512324c4c47fb7358461bc5df841968f9 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -573,10 +573,13 @@ source_set("common") {
"//components/printing/browser",
"//components/printing/common",
"//components/printing/renderer",
+ "//components/supervised_user_error_page",
+ "//components/supervised_user_error_page:gin",
"//components/version_info",
"//components/visitedlink/browser",
"//components/visitedlink/renderer",
"//components/web_contents_delegate_android:web_contents_delegate_android",
+ "//components/web_restrictions:browser",
"//content",
"//content/public/app:both",
"//content/public/browser",
@@ -683,6 +686,7 @@ android_library("android_webview_java") {
"//components/external_video_surface:java",
"//components/navigation_interception/android:navigation_interception_java",
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
+ "//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
"//device/geolocation:geolocation_java",
"//net/android:net_java",
« no previous file with comments | « no previous file | android_webview/DEPS » ('j') | components/web_restrictions/interfaces/web_restrictions.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698