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

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

Issue 2567913002: Rename ActiveDOMObject to SuspendableObject (Closed)
Patch Set: Created 4 years 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 e0fd8d293f36f4609aacbc3985f0e34b3e565146..3329a9baf6fb84399469bb47e2a474f4bc5e2251 100644
--- a/third_party/WebKit/Source/core/dom/BUILD.gn
+++ b/third_party/WebKit/Source/core/dom/BUILD.gn
@@ -10,7 +10,6 @@ blink_core_sources("dom") {
sources = [
"AXObjectCache.cpp",
"AXObjectCache.h",
- "ActiveDOMObject.cpp",
"Attr.cpp",
"AttributeCollection.h",
"CDATASection.cpp",
@@ -266,6 +265,7 @@ blink_core_sources("dom") {
"StyleSheetCandidate.h",
"StyleSheetCollection.cpp",
"StyleSheetCollection.h",
+ "SuspendableObject.cpp",
"SynchronousMutationNotifier.cpp",
"SynchronousMutationNotifier.h",
"SynchronousMutationObserver.cpp",

Powered by Google App Engine
This is Rietveld 408576698