| Index: sky/engine/core/core.gni
|
| diff --git a/sky/engine/core/core.gni b/sky/engine/core/core.gni
|
| index 7521e4c682ac8bf8a1a2b3f02303814a8592e4f7..f43c4703e8d1fcd0d5da90e91faa3893bc5abc34 100644
|
| --- a/sky/engine/core/core.gni
|
| +++ b/sky/engine/core/core.gni
|
| @@ -342,8 +342,6 @@ sky_core_files = [
|
| "css/StyleKeyframe.cpp",
|
| "css/StyleRuleKeyframes.h",
|
| "css/StyleRuleKeyframes.cpp",
|
| - "css/StyleSheetList.cpp",
|
| - "css/StyleSheetList.h",
|
| "css/StyleSheetContents.cpp",
|
| "css/StyleSheetContents.h",
|
| "dom/ActiveDOMObject.cpp",
|
| @@ -432,8 +430,6 @@ sky_core_files = [
|
| "dom/DocumentParser.h",
|
| "dom/DocumentStyleSheetCollection.cpp",
|
| "dom/DocumentStyleSheetCollection.h",
|
| - "dom/DocumentStyleSheetCollector.cpp",
|
| - "dom/DocumentStyleSheetCollector.h",
|
| "dom/DocumentSupplementable.h",
|
| "dom/DOMError.cpp",
|
| "dom/DOMError.h",
|
| @@ -524,8 +520,6 @@ sky_core_files = [
|
| "dom/StaticNodeList.h",
|
| "dom/StyleEngine.cpp",
|
| "dom/StyleEngine.h",
|
| - "dom/StyleSheetCandidate.cpp",
|
| - "dom/StyleSheetCandidate.h",
|
| "dom/StyleSheetCollection.cpp",
|
| "dom/StyleSheetCollection.h",
|
| "dom/TemplateContentDocumentFragment.h",
|
|
|