mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			235 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| source_set("Crypto") {
 | |
|   configs += [ "//Userland/Libraries/LibWeb:configs" ]
 | |
|   deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
 | |
|   sources = [
 | |
|     "Crypto.cpp",
 | |
|     "Crypto.h",
 | |
|     "SubtleCrypto.cpp",
 | |
|     "SubtleCrypto.h",
 | |
|   ]
 | |
| }
 | 
