| 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",
|
|
|