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

Unified Diff: third_party/WebKit/Source/core/dom/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/Source/core/dom/BUILD.gn
diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
index 8d3238b0464824628e6ec1bf321b0ccfbcc75b53..c53f024a68610795e5f2caf0e77dda1d28a3838a 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -156,6 +156,8 @@ blink_core_sources("dom") {
"FirstLetterPseudoElement.cpp",
"FirstLetterPseudoElement.h",
"FlexibleArrayBufferView.h",
+ "FormElementObserver.cpp",
+ "FormElementObserver.h",
"FrameRequestCallback.h",
"FrameRequestCallbackCollection.cpp",
"FrameRequestCallbackCollection.h",

Powered by Google App Engine
This is Rietveld 408576698