Index: components/password_manager/DEPS |
diff --git a/components/password_manager/DEPS b/components/password_manager/DEPS |
index 5aa1cf79ab5d6d3093de432f22da50285af2fa7b..9b45d1bb6eb9ff5f465c1cf20e149b25b843dd6d 100644 |
--- a/components/password_manager/DEPS |
+++ b/components/password_manager/DEPS |
@@ -12,6 +12,7 @@ include_rules = [ |
"+sql", |
"+third_party/re2", |
"+third_party/sqlite/sqlite3.h", |
+ "+third_party/WebKit/public/platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom.h", |
vabr (Chromium)
2016/09/28 08:49:47
This dependency cannot be added here, because comp
estark
2016/10/06 02:49:38
Done.
I also ended up splitting this out into a s
|
"+ui", |
# PasswordManager is a layered component; subdirectories must explicitly |
# introduce the ability to use non-core layers as appropriate. |