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

Unified Diff: components/web_restrictions/browser/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
Index: components/web_restrictions/browser/DEPS
diff --git a/components/web_restrictions/browser/DEPS b/components/web_restrictions/browser/DEPS
index 9e20e2009ad51d61217595b7030665e1bea043b6..084960ff934d77763e793255ec97dcb5eea4853e 100644
--- a/components/web_restrictions/browser/DEPS
+++ b/components/web_restrictions/browser/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+content/public/browser",
"+content/public/test",
"+jni",
+ "+mojo/public/cpp/bindings",
"+net",
"+url",
]

Powered by Google App Engine
This is Rietveld 408576698