| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-09 15:24:00 -08:00
										 |  |  | load("//tools:defaults.bzl", "ts_library") | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | ts_library( | 
					
						
							|  |  |  |     name = "animations", | 
					
						
							|  |  |  |     srcs = glob( | 
					
						
							|  |  |  |         [ | 
					
						
							|  |  |  |             "*.ts", | 
					
						
							|  |  |  |             "src/**/*.ts", | 
					
						
							|  |  |  |         ], | 
					
						
							|  |  |  |     ), | 
					
						
							|  |  |  |     module_name = "@angular/platform-browser/animations", | 
					
						
							|  |  |  |     deps = [ | 
					
						
							|  |  |  |         "//packages/animations", | 
					
						
							|  |  |  |         "//packages/animations/browser", | 
					
						
							|  |  |  |         "//packages/core", | 
					
						
							|  |  |  |         "//packages/platform-browser", | 
					
						
							|  |  |  |     ], | 
					
						
							|  |  |  | ) |