| 
									
										
										
										
											2017-12-19 15:03:29 -08:00
										 |  |  | workspace(name = "angular") | 
					
						
							| 
									
										
										
										
											2017-09-25 12:40:22 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-10 13:12:30 -07:00
										 |  |  | # | 
					
						
							|  |  |  | # Download Bazel toolchain dependencies as needed by build actions | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-09 10:22:00 -08:00
										 |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  |     name = "build_bazel_rules_nodejs", | 
					
						
							| 
									
										
										
										
											2018-05-03 11:55:56 -07:00
										 |  |  |     url = "https://github.com/bazelbuild/rules_nodejs/archive/0.8.0.zip", | 
					
						
							|  |  |  |     strip_prefix = "rules_nodejs-0.8.0", | 
					
						
							|  |  |  |     sha256 = "4e40dd49ae7668d245c3107645f2a138660fcfd975b9310b91eda13f0c973953", | 
					
						
							| 
									
										
										
										
											2017-06-02 09:43:52 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-10 13:12:30 -07:00
										 |  |  | http_archive( | 
					
						
							|  |  |  |     name = "io_bazel_rules_webtesting", | 
					
						
							| 
									
										
										
										
											2018-05-11 09:43:06 -07:00
										 |  |  |     url = "https://github.com/bazelbuild/rules_webtesting/archive/cfcaaf98553fee8e7063b5f5c11fd1b77e43d683.zip", | 
					
						
							|  |  |  |     strip_prefix = "rules_webtesting-cfcaaf98553fee8e7063b5f5c11fd1b77e43d683", | 
					
						
							|  |  |  |     sha256 = "636c7a9ac2ca13a04d982c2f9c874876ecc90a7b9ccfe4188156122b26ada7b3", | 
					
						
							| 
									
										
										
										
											2018-04-16 14:55:47 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2017-08-22 16:56:29 -07:00
										 |  |  |     name = "build_bazel_rules_typescript", | 
					
						
							| 
									
										
										
										
											2018-05-29 11:55:59 -07:00
										 |  |  |     url = "https://github.com/bazelbuild/rules_typescript/archive/3b86d6d46269fb52d4c6f1416868869e847feac2.zip", | 
					
						
							|  |  |  |     strip_prefix = "rules_typescript-3b86d6d46269fb52d4c6f1416868869e847feac2", | 
					
						
							|  |  |  |     sha256 = "f67e5fbe4a2b34b3ead9fe56f22b713540c23b501bd24d661d3fb047071dc2c1", | 
					
						
							| 
									
										
										
										
											2017-12-06 06:56:49 -08:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2017-12-07 19:17:13 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-10 13:12:30 -07:00
										 |  |  | http_archive( | 
					
						
							|  |  |  |     name = "io_bazel_rules_go", | 
					
						
							|  |  |  |     url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.3/rules_go-0.10.3.tar.gz", | 
					
						
							|  |  |  |     sha256 = "feba3278c13cde8d67e341a837f69a029f698d7a27ddbb2a202be7a10b22142a", | 
					
						
							| 
									
										
										
										
											2018-03-20 12:34:27 -07:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  | # This commit matches the version of buildifier in angular/ngcontainer | 
					
						
							|  |  |  | # If you change this, also check if it matches the version in the angular/ngcontainer | 
					
						
							|  |  |  | # version in /.circleci/config.yml | 
					
						
							| 
									
										
										
										
											2018-04-30 12:48:24 -07:00
										 |  |  | BAZEL_BUILDTOOLS_VERSION = "fd9878fd5de921e0bbab3dcdcb932c2627812ee1" | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2017-12-07 19:17:13 -08:00
										 |  |  |     name = "com_github_bazelbuild_buildtools", | 
					
						
							| 
									
										
										
										
											2018-02-23 09:25:29 -08:00
										 |  |  |     url = "https://github.com/bazelbuild/buildtools/archive/%s.zip" % BAZEL_BUILDTOOLS_VERSION, | 
					
						
							|  |  |  |     strip_prefix = "buildtools-%s" % BAZEL_BUILDTOOLS_VERSION, | 
					
						
							| 
									
										
										
										
											2018-04-30 12:48:24 -07:00
										 |  |  |     sha256 = "27bb461ade23fd44ba98723ad98f84ee9c83cd3540b773b186a1bc5037f3d862", | 
					
						
							| 
									
										
										
										
											2017-12-07 19:17:13 -08:00
										 |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-05 10:53:55 -08:00
										 |  |  | # Fetching the Bazel source code allows us to compile the Skylark linter | 
					
						
							|  |  |  | http_archive( | 
					
						
							|  |  |  |     name = "io_bazel", | 
					
						
							| 
									
										
										
										
											2018-04-30 12:48:24 -07:00
										 |  |  |     url = "https://github.com/bazelbuild/bazel/archive/968f87900dce45a7af749a965b72dbac51b176b3.zip", | 
					
						
							|  |  |  |     strip_prefix = "bazel-968f87900dce45a7af749a965b72dbac51b176b3", | 
					
						
							|  |  |  |     sha256 = "e373d2ae24955c1254c495c9c421c009d88966565c35e4e8444c082cb1f0f48f", | 
					
						
							| 
									
										
										
										
											2018-01-05 10:53:55 -08:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2018-02-02 15:25:33 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | # We have a source dependency on the Devkit repository, because it's built with | 
					
						
							|  |  |  | # Bazel. | 
					
						
							|  |  |  | # This allows us to edit sources and have the effect appear immediately without | 
					
						
							|  |  |  | # re-packaging or "npm link"ing. | 
					
						
							|  |  |  | # Even better, things like aspects will visit the entire graph including | 
					
						
							|  |  |  | # ts_library rules in the devkit repository. | 
					
						
							| 
									
										
										
										
											2018-02-09 10:22:00 -08:00
										 |  |  | http_archive( | 
					
						
							| 
									
										
										
										
											2018-02-02 15:25:33 -08:00
										 |  |  |     name = "angular_devkit", | 
					
						
							| 
									
										
										
										
											2018-02-09 10:22:00 -08:00
										 |  |  |     url = "https://github.com/angular/devkit/archive/v0.3.1.zip", | 
					
						
							|  |  |  |     strip_prefix = "devkit-0.3.1", | 
					
						
							|  |  |  |     sha256 = "31d4b597fe9336650acf13df053c1c84dcbe9c29c6a833bcac3819cd3fd8cad3", | 
					
						
							| 
									
										
										
										
											2018-02-02 15:25:33 -08:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2018-02-06 17:56:35 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | http_archive( | 
					
						
							|  |  |  |     name = "org_brotli", | 
					
						
							| 
									
										
										
										
											2018-05-30 11:04:26 +03:00
										 |  |  |     url = "https://github.com/google/brotli/archive/f9b8c02673c576a3e807edbf3a9328e9e7af6d7c.zip", | 
					
						
							|  |  |  |     strip_prefix = "brotli-f9b8c02673c576a3e807edbf3a9328e9e7af6d7c", | 
					
						
							|  |  |  |     sha256 = "8a517806d2b7c8505ba5c53934e7d7c70d341b68ffd268e9044d35b564a48828", | 
					
						
							| 
									
										
										
										
											2018-02-06 17:56:35 -08:00
										 |  |  | ) | 
					
						
							| 
									
										
										
										
											2018-05-10 13:12:30 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Load and install our dependencies downloaded above. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | load("@build_bazel_rules_nodejs//:defs.bzl", "check_bazel_version", "node_repositories", "yarn_install") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | check_bazel_version("0.13.0") | 
					
						
							|  |  |  | node_repositories(package_json = ["//:package.json"]) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | go_rules_dependencies() | 
					
						
							|  |  |  | go_register_toolchains() | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | load("@io_bazel_rules_webtesting//web:repositories.bzl", "browser_repositories", "web_test_repositories") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | web_test_repositories() | 
					
						
							|  |  |  | browser_repositories( | 
					
						
							|  |  |  |     chromium = True, | 
					
						
							|  |  |  |     firefox = True, | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace") | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ts_setup_workspace() | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Point Bazel to WORKSPACEs that live in subdirectories | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | local_repository( | 
					
						
							|  |  |  |     name = "rxjs", | 
					
						
							|  |  |  |     path = "node_modules/rxjs/src", | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Point to the integration test workspace just so that Bazel doesn't descend into it | 
					
						
							|  |  |  | # when expanding the //... pattern | 
					
						
							|  |  |  | local_repository( | 
					
						
							|  |  |  |     name = "bazel_integration_test", | 
					
						
							|  |  |  |     path = "integration/bazel", | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Ask Bazel to manage these toolchain dependencies for us. | 
					
						
							|  |  |  | # Bazel will run `yarn install` when one of these toolchains is requested during | 
					
						
							|  |  |  | # a build. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | yarn_install( | 
					
						
							|  |  |  |     name = "ts-api-guardian_runtime_deps", | 
					
						
							|  |  |  |     package_json = "//tools/ts-api-guardian:package.json", | 
					
						
							|  |  |  |     yarn_lock = "//tools/ts-api-guardian:yarn.lock", | 
					
						
							|  |  |  | ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | yarn_install( | 
					
						
							|  |  |  |     name = "http-server_runtime_deps", | 
					
						
							|  |  |  |     package_json = "//tools/http-server:package.json", | 
					
						
							|  |  |  |     yarn_lock = "//tools/http-server:yarn.lock", | 
					
						
							|  |  |  | ) |