mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 041d5bff91
			
		
	
	
		041d5bff91
		
	
	
	
	
		
			
			This commit includes gn changes for the following commits:625aac23678451c4d91c8fcf42f6849ba4c339401d6c2cb2878e5b2907f6d68433653a
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			467 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| source_set("Parser") {
 | |
|   configs += [ "//Userland/Libraries/LibWeb:configs" ]
 | |
|   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
 | |
|   sources = [
 | |
|     "Block.cpp",
 | |
|     "ComponentValue.cpp",
 | |
|     "Declaration.cpp",
 | |
|     "DeclarationOrAtRule.cpp",
 | |
|     "Function.cpp",
 | |
|     "GradientParsing.cpp",
 | |
|     "Helpers.cpp",
 | |
|     "MediaParsing.cpp",
 | |
|     "Parser.cpp",
 | |
|     "ParsingContext.cpp",
 | |
|     "Rule.cpp",
 | |
|     "SelectorParsing.cpp",
 | |
|     "Token.cpp",
 | |
|     "Tokenizer.cpp",
 | |
|   ]
 | |
| }
 |