@@ -33,26 +33,36 @@ bind(
33
33
actual = "@submodule_gtest//:gtest" ,
34
34
)
35
35
36
+ bind (
37
+ name = "gflags" ,
38
+ actual = "@com_github_gflags_gflags//:gflags" ,
39
+ )
40
+
36
41
new_local_repository (
37
42
name = "submodule_boringssl" ,
38
- path = "third_party/boringssl-with-bazel" ,
39
43
build_file = "third_party/boringssl-with-bazel/BUILD" ,
44
+ path = "third_party/boringssl-with-bazel" ,
40
45
)
41
46
42
47
new_local_repository (
43
48
name = "submodule_zlib" ,
44
- path = "third_party/zlib" ,
45
49
build_file = "third_party/zlib.BUILD" ,
50
+ path = "third_party/zlib" ,
46
51
)
47
52
48
53
new_local_repository (
49
54
name = "submodule_protobuf" ,
50
- path = "third_party/protobuf" ,
51
55
build_file = "third_party/protobuf/BUILD" ,
56
+ path = "third_party/protobuf" ,
52
57
)
53
58
54
59
new_local_repository (
55
60
name = "submodule_gtest" ,
56
- path = "third_party/googletest" ,
57
61
build_file = "third_party/gtest.BUILD" ,
62
+ path = "third_party/googletest" ,
63
+ )
64
+
65
+ local_repository (
66
+ name = "com_github_gflags_gflags" ,
67
+ path = "third_party/gflags" ,
58
68
)
0 commit comments