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

Unified Diff: components/autofill/content/renderer/DEPS

Issue 2865233003: Use an MutationObserver to check when a password form disappears after XHR (Closed)
Patch Set: updates Created 3 years, 7 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/autofill/content/renderer/DEPS
diff --git a/components/autofill/content/renderer/DEPS b/components/autofill/content/renderer/DEPS
index 83ce085fa2a645e077eee0a053b43d5619802c18..e8db31c4a1a1a4a9bf28500bb34e8c10fb70a6b9 100644
--- a/components/autofill/content/renderer/DEPS
+++ b/components/autofill/content/renderer/DEPS
@@ -2,6 +2,9 @@ include_rules = [
"+content/public/common",
"+content/public/renderer",
"+third_party/re2",
+ # Allow inclusion of WebKit API files.
+ "+third_party/WebKit/public/platform",
+ "+third_party/WebKit/public/web",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698