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 18499bd59b3660bf50d2ae8b36a1c010c105085b..f8c6ad2dcb9661cbf021584ae08a0a945adf835c 100644 |
--- a/third_party/WebKit/Source/core/dom/BUILD.gn |
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn |
@@ -124,6 +124,10 @@ blink_core_sources("dom") { |
"DocumentParserClient.h", |
"DocumentParserTiming.cpp", |
"DocumentParserTiming.h", |
+ "DocumentShutdownNotifier.cpp", |
+ "DocumentShutdownNotifier.h", |
+ "DocumentShutdownObserver.cpp", |
+ "DocumentShutdownObserver.h", |
"DocumentStatisticsCollector.cpp", |
"DocumentStatisticsCollector.h", |
"DocumentStyleSheetCollection.cpp", |