mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:47:35 +00:00
LibWeb: Move the CSS parser into CSS/Parser/
This commit is contained in:
parent
cc4109c03b
commit
7daeddb9e9
11 changed files with 17 additions and 17 deletions
|
@ -11,6 +11,7 @@ set(SOURCES
|
|||
Bindings/XMLHttpRequestWrapper.cpp
|
||||
CSS/DefaultStyleSheetSource.cpp
|
||||
CSS/Length.cpp
|
||||
CSS/Parser/CSSParser.cpp
|
||||
CSS/PropertyID.cpp
|
||||
CSS/PropertyID.h
|
||||
CSS/Selector.cpp
|
||||
|
@ -107,7 +108,6 @@ set(SOURCES
|
|||
Page.cpp
|
||||
PageView.cpp
|
||||
Painting/StackingContext.cpp
|
||||
Parser/CSSParser.cpp
|
||||
SVG/SVGElement.cpp
|
||||
SVG/SVGGeometryElement.cpp
|
||||
SVG/SVGGraphicsElement.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue