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

Unified Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2939223003: Add DocumentShutdown{Notifier,Observer} (Closed)
Patch Set: Add CORE_EXPORT to DocumentShutdownNotifier Created 3 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698