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

Unified Diff: third_party/WebKit/public/BUILD.gn

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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index a5098adea8079dfcb5543f78f14312a08fcf6e87..f0d69135cbf3938b1677f492a0682fe9eac7c381 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -608,6 +608,8 @@ source_set("blink_headers") {
"web/mac/WebScrollbarTheme.h",
"web/mac/WebSubstringUtil.h",
"web/mac/WebSubstringUtil.h",
+ "web/modules/password_manager/WebFormElementObserver.h",
+ "web/modules/password_manager/WebFormElementObserverCallback.h",
"web/modules/serviceworker/WebServiceWorkerContextClient.h",
"web/modules/serviceworker/WebServiceWorkerContextProxy.h",
"web/win/WebFontRendering.h",

Powered by Google App Engine
This is Rietveld 408576698