Commit 39f132ef authored by Wez's avatar Wez Committed by Commit Bot

[cast] Remove cast_sys_info and cast_sys_info_shlib targets.

Remove the all-in-one CreateSysInfo() targets.

Bug: b/130731732
Change-Id: I83bd36bd625a4a736ff1e25b1bc09555ed34cff8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583422
Commit-Queue: Wez <wez@chromium.org>
Reviewed-by: default avatarLuke Halliwell <halliwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#657669}
parent 0a87116b
...@@ -303,27 +303,6 @@ group("default_create_sys_info") { ...@@ -303,27 +303,6 @@ group("default_create_sys_info") {
} }
} }
# TODO(b/130731732): Remove these targets once dependents are all migrated.
group("cast_sys_info") {
public_deps = [
":cast_sys_info_util",
":dummy_cast_sys_info",
]
if (is_android || chromecast_branding == "public") {
public_deps += [ ":default_create_sys_info" ]
}
}
group("cast_sys_info_shlib") {
if (!is_android) {
deps = [
":shlib_create_sys_info",
]
public_deps = [
":dummy_cast_sys_info",
]
}
}
cast_source_set("thread_health_checker") { cast_source_set("thread_health_checker") {
sources = [ sources = [
"thread_health_checker.cc", "thread_health_checker.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment