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

Unified Diff: third_party/WebKit/Source/core/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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 5a9b9f7c5bd3586956c167b5db639655c5d992a4..dca8bc85497f8313e1a826a64fe1bd45ef433743 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1098,7 +1098,6 @@ source_set("unit_tests") {
"css/resolver/FontBuilderTest.cpp",
"css/resolver/MatchResultTest.cpp",
"css/resolver/SharedStyleFinderTest.cpp",
- "dom/ActiveDOMObjectTest.cpp",
"dom/AttrTest.cpp",
"dom/CSSSelectorWatchTest.cpp",
"dom/DOMImplementationTest.cpp",
@@ -1120,6 +1119,7 @@ source_set("unit_tests") {
"dom/StaticRangeTest.cpp",
"dom/StyleElementTest.cpp",
"dom/StyleEngineTest.cpp",
+ "dom/SuspendableObjectTest.cpp",
"dom/TextTest.cpp",
"dom/TreeScopeStyleSheetCollectionTest.cpp",
"dom/TreeScopeTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698