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

Unified Diff: components/supervised_user_error_page/DEPS

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 | « components/supervised_user_error_page/BUILD.gn ('k') | components/supervised_user_error_page/gin_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/supervised_user_error_page/DEPS
diff --git a/components/supervised_user_error_page/DEPS b/components/supervised_user_error_page/DEPS
index 9b9f6275336e2e8d04d6c2bd7bf3492f9f0ebf50..df1aec067f3f5c63bd57d2862bcc10898b91d587 100644
--- a/components/supervised_user_error_page/DEPS
+++ b/components/supervised_user_error_page/DEPS
@@ -1,4 +1,10 @@
include_rules = [
- "+ui/base",
+ "+components/web_restrictions/interfaces",
+ "+content/public/renderer",
+ "+gin",
"+grit",
+ "+third_party/WebKit",
+ "+ui/base",
+ "+url",
+ "+v8",
]
« no previous file with comments | « components/supervised_user_error_page/BUILD.gn ('k') | components/supervised_user_error_page/gin_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698