mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:02:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			232 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| source_set("Infra") {
 | |
|   configs += [ "//Userland/Libraries/LibWeb:configs" ]
 | |
|   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
 | |
|   sources = [
 | |
|     "Base64.cpp",
 | |
|     "ByteSequences.cpp",
 | |
|     "JSON.cpp",
 | |
|     "Strings.cpp",
 | |
|   ]
 | |
| }
 | 
