Skip to content

Commit

Permalink
Robot: Refactor BUILD files.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxq authored and Capri2014 committed May 22, 2019
1 parent 694ec1c commit 7b18c4c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cyber/scheduler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ cc_test(
deps = [
"//cyber",
"//cyber/scheduler:scheduler_factory",
"@gtest//:main",
"@gtest//:main",
],
)

Expand Down
2 changes: 1 addition & 1 deletion cyber/transport/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ cc_test(
deps = [
"//cyber:cyber_core",
"//cyber/proto:unit_test_cc_proto",
"@gtest//:main",
"@gtest//:main",
],
)

Expand Down
6 changes: 3 additions & 3 deletions modules/bridge/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ cc_library(
deps = [
"//cyber",
"//external:gflags",
"//modules/bridge/common:bridge_buffer",
"//modules/bridge/common:bridge_gflags",
"//modules/bridge/proto:udp_bridge_remote_info_proto",
"//modules/common",
"//modules/common/adapters:adapter_gflags",
"//modules/common/monitor_log",
"//modules/common/time",
"//modules/common/util",
"//modules/planning/proto:planning_proto",
"//modules/bridge/common:bridge_gflags",
"//modules/bridge/common:bridge_buffer",
"//modules/bridge/proto:udp_bridge_remote_info_proto",
],
)

Expand Down
4 changes: 1 addition & 3 deletions modules/planning/open_space/trajectory_smoother/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ cc_library(
],
)

cc_library (
cc_library(
name = "iterative_anchoring_smoother",
srcs = [
"iterative_anchoring_smoother.cc",
Expand Down Expand Up @@ -314,6 +314,4 @@ cc_test(
],
)



cpplint()
1 change: 1 addition & 0 deletions modules/planning/tasks/deciders/creep_decider/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ cc_test(
"@gtest//:main",
],
)

cpplint()

0 comments on commit 7b18c4c

Please sign in to comment.