| 
									
										
										
										
											2018-10-04 13:14:14 -07:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-25 01:32:41 -07:00
										 |  |  | load("//tools:defaults.bzl", "nodejs_binary", "ts_config") | 
					
						
							| 
									
										
										
										
											2018-10-04 13:14:14 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-17 22:09:39 -08:00
										 |  |  | exports_files([ | 
					
						
							|  |  |  |     "tsconfig.json", | 
					
						
							|  |  |  |     "jasmine-seed-generator.js", | 
					
						
							|  |  |  | ]) | 
					
						
							| 
									
										
										
										
											2018-08-02 00:02:36 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-10-04 13:14:14 -07:00
										 |  |  | ts_config( | 
					
						
							|  |  |  |     name = "tsconfig-test", | 
					
						
							|  |  |  |     src = "tsconfig-test.json", | 
					
						
							|  |  |  |     deps = ["tsconfig.json"], | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-17 12:58:17 +01:00
										 |  |  | nodejs_binary( | 
					
						
							|  |  |  |     name = "inline-package-json-deps", | 
					
						
							|  |  |  |     entry_point = "inline-package-json-deps.js", | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-08-02 00:02:36 -04:00
										 |  |  | platform( | 
					
						
							|  |  |  |     name = "rbe_ubuntu1604-angular", | 
					
						
							| 
									
										
										
										
											2019-03-15 13:45:20 -04:00
										 |  |  |     parents = ["@rbe_ubuntu1604_angular//config:platform"], | 
					
						
							| 
									
										
										
										
											2018-08-02 00:02:36 -04:00
										 |  |  |     remote_execution_properties = """
 | 
					
						
							| 
									
										
										
										
											2019-03-15 13:45:20 -04:00
										 |  |  |         {PARENT_REMOTE_EXECUTION_PROPERTIES} | 
					
						
							| 
									
										
										
										
											2018-08-02 00:02:36 -04:00
										 |  |  |         properties: { | 
					
						
							|  |  |  |             name: "dockerAddCapabilities" | 
					
						
							|  |  |  |             value: "SYS_ADMIN" | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2020-02-13 13:07:25 -08:00
										 |  |  |         properties: { | 
					
						
							|  |  |  |             name: "dockerNetwork" | 
					
						
							|  |  |  |             value: "standard" | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2019-06-26 12:13:50 -07:00
										 |  |  |         properties: { | 
					
						
							|  |  |  |             name: "Pool" | 
					
						
							|  |  |  |             value: "default" | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2018-08-02 00:02:36 -04:00
										 |  |  |         """,
 | 
					
						
							|  |  |  | ) |