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

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 final nits 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') | 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 3f5bebb86800f0f9662440d55fa042b70bfb8d8f..ab7b4845b381714f250d6f7e6250ecdf6da6b30a 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -122,7 +122,6 @@ repack("repack_100_percent") {
]
deps = [
"//content/app/resources",
- "//net:net_resources",
"//third_party/WebKit/public:image_resources",
"//ui/resources",
]
@@ -592,10 +591,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",
@@ -703,6 +705,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698