提交 18ebb054 编写于 作者: X Xiangquan Xiao 提交者: Calvin Miao

Common: Depend on cyber utils directly.

上级 413a2053
...@@ -24,9 +24,9 @@ cc_library( ...@@ -24,9 +24,9 @@ cc_library(
deps = [ deps = [
":config_gflags", ":config_gflags",
"//cyber/common:file", "//cyber/common:file",
"//cyber/common:macros",
"//modules/common", "//modules/common",
"//modules/common/configs/proto:vehicle_config_proto", "//modules/common/configs/proto:vehicle_config_proto",
"//modules/common/util",
"@glog", "@glog",
], ],
) )
......
...@@ -12,6 +12,7 @@ cc_library( ...@@ -12,6 +12,7 @@ cc_library(
":lru_cache", ":lru_cache",
":points_downsampler", ":points_downsampler",
":string_util", ":string_util",
"//cyber/common:types",
"//modules/common/math", "//modules/common/math",
"//modules/common/proto:pnc_point_proto", "//modules/common/proto:pnc_point_proto",
"//modules/common/time", "//modules/common/time",
......
...@@ -149,7 +149,8 @@ cc_library( ...@@ -149,7 +149,8 @@ cc_library(
hdrs = ["interval_pool.h"], hdrs = ["interval_pool.h"],
deps = [ deps = [
"//cyber/common:log", "//cyber/common:log",
"//modules/common/util", "//cyber/common:macros",
"@com_google_absl//absl/strings",
], ],
) )
...@@ -158,8 +159,8 @@ cc_library( ...@@ -158,8 +159,8 @@ cc_library(
srcs = ["channel_pool.cc"], srcs = ["channel_pool.cc"],
hdrs = ["channel_pool.h"], hdrs = ["channel_pool.h"],
deps = [ deps = [
"//cyber/common:macros",
"//modules/common/adapters:adapter_gflags", "//modules/common/adapters:adapter_gflags",
"//modules/common/util",
], ],
) )
......
...@@ -17,10 +17,11 @@ cc_library( ...@@ -17,10 +17,11 @@ cc_library(
], ],
copts = ["-DMODULE_NAME=\\\"map\\\""], copts = ["-DMODULE_NAME=\\\"map\\\""],
deps = [ deps = [
"//cyber/common:file",
"//cyber/common:macros",
"//modules/common/configs:config_gflags", "//modules/common/configs:config_gflags",
"//modules/common/math", "//modules/common/math",
"//modules/common/math:linear_interpolation", "//modules/common/math:linear_interpolation",
"//modules/common/util",
"//modules/map/hdmap/adapter:opendrive_adapter", "//modules/map/hdmap/adapter:opendrive_adapter",
"//modules/map/proto:map_proto", "//modules/map/proto:map_proto",
"//modules/map/relative_map/proto:navigation_proto", "//modules/map/relative_map/proto:navigation_proto",
...@@ -36,8 +37,8 @@ cc_library( ...@@ -36,8 +37,8 @@ cc_library(
copts = ["-DMODULE_NAME=\\\"map\\\""], copts = ["-DMODULE_NAME=\\\"map\\\""],
deps = [ deps = [
":hdmap", ":hdmap",
"//cyber/common:file",
"//modules/common/configs:config_gflags", "//modules/common/configs:config_gflags",
"//modules/common/util",
"//modules/map/relative_map/proto:navigation_proto", "//modules/map/relative_map/proto:navigation_proto",
"@com_google_absl//absl/strings", "@com_google_absl//absl/strings",
], ],
...@@ -64,6 +65,7 @@ cc_test( ...@@ -64,6 +65,7 @@ cc_test(
], ],
deps = [ deps = [
":hdmap", ":hdmap",
"//cyber/common:file",
"@glog", "@glog",
"@gtest//:main", "@gtest//:main",
], ],
......
...@@ -6,10 +6,9 @@ cc_binary( ...@@ -6,10 +6,9 @@ cc_binary(
name = "map_tool", name = "map_tool",
srcs = ["map_tool.cc"], srcs = ["map_tool.cc"],
deps = [ deps = [
"//cyber/common:file",
"//external:gflags", "//external:gflags",
"//modules/common",
"//modules/common/configs:config_gflags", "//modules/common/configs:config_gflags",
"//modules/common/util",
"//modules/map/hdmap:hdmap_util", "//modules/map/hdmap:hdmap_util",
"//modules/map/proto:map_proto", "//modules/map/proto:map_proto",
], ],
...@@ -31,8 +30,9 @@ cc_binary( ...@@ -31,8 +30,9 @@ cc_binary(
name = "refresh_default_end_way_point", name = "refresh_default_end_way_point",
srcs = ["refresh_default_end_way_point.cc"], srcs = ["refresh_default_end_way_point.cc"],
deps = [ deps = [
"//cyber/common:file",
"//cyber/common:macros",
"//modules/common/configs:config_gflags", "//modules/common/configs:config_gflags",
"//modules/common/util",
"//modules/map/hdmap:hdmap_util", "//modules/map/hdmap:hdmap_util",
"//modules/routing/proto:routing_proto", "//modules/routing/proto:routing_proto",
], ],
...@@ -58,8 +58,7 @@ cc_binary( ...@@ -58,8 +58,7 @@ cc_binary(
srcs = ["proto_map_generator.cc"], srcs = ["proto_map_generator.cc"],
deps = [ deps = [
"//external:gflags", "//external:gflags",
"//modules/common", "//cyber/common:file",
"//modules/common/util",
"//modules/map/hdmap:hdmap_util", "//modules/map/hdmap:hdmap_util",
"//modules/map/hdmap/adapter:opendrive_adapter", "//modules/map/hdmap/adapter:opendrive_adapter",
"//modules/map/proto:map_proto", "//modules/map/proto:map_proto",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册