Skip to content

Commit

Permalink
Gazelle updates to BUILD files
Browse files Browse the repository at this point in the history
  • Loading branch information
IanAWatson committed Nov 25, 2024
1 parent 6a57f7a commit 0f2d48c
Show file tree
Hide file tree
Showing 19 changed files with 466 additions and 469 deletions.
9 changes: 5 additions & 4 deletions src/BerkeleyDB/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ cc_binary(
],
tags = ["berkeleydb"],
deps = [
"//Foundational/accumulator:accumulator",
"//Foundational/accumulator",
"//Foundational/cmdline:iwcmdline",
"//Foundational/data_source:iwstring_data_source",
"//Foundational/iwmisc:iwmisc",
"//Foundational/iw_tdt:iw_tdt",
"//Foundational/iw_tdt",
"//Foundational/iwmisc",
"@berkeleydb",
],
)
Expand Down Expand Up @@ -157,12 +157,13 @@ cc_binary(
"@berkeleydb",
],
)

cc_binary(
name = "iwbdb_merge_into_tdt",
srcs = [
"iwbdb_merge_into_tdt.cc",
],
tags = ["berkeleydb"],
tags = ["berkeleydb"],
deps = [
"//Foundational/accumulator",
"//Foundational/cmdline:iwcmdline",
Expand Down
18 changes: 9 additions & 9 deletions src/Duplicates/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ cc_binary(
],
deps = [
":topological_torsion_lib",
"//Foundational/accumulator:accumulator",
"//Foundational/accumulator",
"//Foundational/cmdline:iwcmdline",
"//Foundational/iwaray:iwaray",
"//Foundational/iwmisc:iwmisc",
"//Foundational/iwaray",
"//Foundational/iwmisc",
"//Molecule_Lib:iwmolecule",
"//Molecule_Lib:moleculeio",
"//Molecule_Lib:substructure_cc_proto",
Expand All @@ -33,23 +33,23 @@ cc_library(
"topological_torsion.h",
],
deps = [
"//Foundational/iwstring:iwstring",
"//Foundational/iwmisc:iwmisc",
"//Foundational/iwmisc",
"//Foundational/iwmisc:sparse_fp_creator",
"//Molecule_Lib:iwmolecule"
"//Foundational/iwstring",
"//Molecule_Lib:iwmolecule",
],
)

cc_test(
name = "topological_torsion_test",
timeout = "short",
srcs = [
"topological_torsion_test.cc",
],
deps = [
":topological_torsion_lib",
"@googletest//:gtest_main",
"@googletest//:gtest",
"//Molecule_Lib:moleculeio",
"@googletest//:gtest",
"@googletest//:gtest_main",
],
timeout="short",
)
13 changes: 7 additions & 6 deletions src/Foundational/iwmisc/BUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
load("@rules_go//proto:def.bzl", "go_proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

proto_library(
name = "for_testing_proto",
srcs = [
"for_testing.proto",
],
visibility = ["//visibility:public"],
)

cc_proto_library(
name = "for_testing_cc_proto",
deps = [
"for_testing_proto",
]
],
)


cc_library(
name = "activity_from_file",
srcs = [
Expand Down Expand Up @@ -117,8 +118,8 @@ cc_library(
"toml_support.h",
],
deps = [
"@com_google_absl//absl/status",
"@tomlplusplus//:toml++",
"@com_google_absl//absl/status:status",
],
)

Expand Down Expand Up @@ -185,7 +186,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
"//Foundational/iwstring",
"@com_google_absl//absl/strings:strings",
"@com_google_absl//absl/strings",
"@re2",
],
)
Expand Down Expand Up @@ -251,10 +252,10 @@ cc_library(
hdrs = [
"sorted_list.h",
],
visibility = ["//visibility:public"],
deps = [
"//Foundational/iwaray",
],
visibility = ["//visibility:public"],
)

cc_binary(
Expand Down Expand Up @@ -346,5 +347,5 @@ cc_test(
":ltoml",
"@googletest//:gtest_main",
"@tomlplusplus//:toml++",
]
],
)
2 changes: 1 addition & 1 deletion src/Foundational/iwstring/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ cc_binary(

cc_test(
name = "iwstring_test",
timeout = "short",
srcs = [
"iwstring_test.cc",
],
Expand All @@ -87,7 +88,6 @@ cc_test(
"@googletest//:gtest",
"@googletest//:gtest_main",
],
timeout="short",
)

cc_test(
Expand Down
Loading

0 comments on commit 0f2d48c

Please sign in to comment.