Adam Langley | 4866a02 | 2016-09-01 11:24:21 -0700 | [diff] [blame] | 1 | workspace(name = "roughtime") |
| 2 | |
| 3 | git_repository( |
| 4 | name = "boringssl", |
| 5 | commit = "9712e98fd90609a97e255eeaa5ae13c2db022620", # Sept 1st, 2016. |
| 6 | remote = "https://boringssl.googlesource.com/boringssl", |
| 7 | ) |
| 8 | |
| 9 | git_repository( |
| 10 | name = "protobuf", |
| 11 | commit = "v3.0.0", |
| 12 | remote = "https://github.com/google/protobuf", |
| 13 | ) |
| 14 | |
| 15 | new_http_archive( |
| 16 | name = "gtest", |
| 17 | url = "https://github.com/google/googletest/archive/release-1.7.0.tar.gz", |
| 18 | sha256 = "f73a6546fdf9fce9ff93a5015e0333a8af3062a152a9ad6bcb772c96687016cc", |
| 19 | build_file = "gtest.BUILD", |
| 20 | strip_prefix = "googletest-release-1.7.0", |
| 21 | ) |