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

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: Rebase (again!) Created 4 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
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..7284af86ec0d70fc0ac2ede90c1f23d81c176519 100644
--- a/components/supervised_user_error_page/DEPS
+++ b/components/supervised_user_error_page/DEPS
@@ -1,4 +1,9 @@
include_rules = [
- "+ui/base",
+ "+components/web_restrictions",
jochen (gone - plz use gerrit) 2016/06/07 19:16:18 that includes browser code, please restrict to /re
aberent 2016/07/12 18:48:24 Actually the dependency is on components/web_restr
+ "+content/public/renderer",
+ "+gin",
"+grit",
+ "+third_party/WebKit",
+ "+ui/base",
+ "+v8",
]

Powered by Google App Engine
This is Rietveld 408576698