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

Unified Diff: components/security_state/content/DEPS

Issue 2448943002: Refactor SecurityStateModel/Clients for simplicity and reusability. (Closed)
Patch Set: Remove *SecurityModelClient. Created 4 years, 2 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/security_state/content/DEPS
diff --git a/components/sessions/content/DEPS b/components/security_state/content/DEPS
similarity index 58%
copy from components/sessions/content/DEPS
copy to components/security_state/content/DEPS
index 1187a87bb737c9674652082d2be114ea28c707d0..1c82b3a8da35e7d75b273a242cf0242f072fd4b4 100644
--- a/components/sessions/content/DEPS
+++ b/components/security_state/content/DEPS
@@ -1,5 +1,8 @@
include_rules = [
+ "+components/strings",
"+content/public/browser",
"+content/public/common",
+ # Allow inclusion of WebKit API files.
"+third_party/WebKit/public/platform",
-]
+ "+ui/base",
+]

Powered by Google App Engine
This is Rietveld 408576698