1*a65addddSAndroid Build Coastguard Workerload("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") 2*a65addddSAndroid Build Coastguard Worker 3*a65addddSAndroid Build Coastguard Workergit_repository( 4*a65addddSAndroid Build Coastguard Worker name = "com_google_googletest", 5*a65addddSAndroid Build Coastguard Worker remote = "https://github.com/google/googletest", 6*a65addddSAndroid Build Coastguard Worker # GTest HEAD as of August 2018. 7*a65addddSAndroid Build Coastguard Worker commit = "9c96f500a39df6915f8f1ab53b60be9889f1572b", 8*a65addddSAndroid Build Coastguard Worker) 9*a65addddSAndroid Build Coastguard Worker 10*a65addddSAndroid Build Coastguard Workergit_repository( 11*a65addddSAndroid Build Coastguard Worker name = "com_github_nelhage_rules_boost", 12*a65addddSAndroid Build Coastguard Worker commit = "1e3a69bf2d5cd10c34b74f066054cd335d033d71", 13*a65addddSAndroid Build Coastguard Worker remote = "https://github.com/nelhage/rules_boost", 14*a65addddSAndroid Build Coastguard Worker shallow_since = "1591047380 -0700", 15*a65addddSAndroid Build Coastguard Worker) 16*a65addddSAndroid Build Coastguard Worker 17*a65addddSAndroid Build Coastguard Workerload("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps") 18*a65addddSAndroid Build Coastguard Workerboost_deps() 19