Commit 52f7b4b2 authored by Gaofeng Huang's avatar Gaofeng Huang Committed by Commit Bot

[Chromecast] split out resource_delegate target.

This is the only target needed by l10n/

Bug: internal b/146428609
Test: on device
Change-Id: I6b70f08fc30ecce71c342f27fca061e423e174ad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1979514Reviewed-by: default avatarLuke Halliwell (slow) <halliwell@chromium.org>
Commit-Queue: Gaofeng Huang <gfhuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727201}
parent 40e04d65
...@@ -19,6 +19,7 @@ cast_source_set("app") { ...@@ -19,6 +19,7 @@ cast_source_set("app") {
"//chromecast/base", "//chromecast/base",
"//chromecast/browser", "//chromecast/browser",
"//chromecast/common", "//chromecast/common",
"//chromecast/common:resource_delegate",
"//chromecast/gpu", "//chromecast/gpu",
"//chromecast/renderer", "//chromecast/renderer",
"//chromecast/utility", "//chromecast/utility",
......
...@@ -16,12 +16,22 @@ cast_source_set("queryable_data") { ...@@ -16,12 +16,22 @@ cast_source_set("queryable_data") {
] ]
} }
cast_source_set("resource_delegate") {
sources = [
"cast_resource_delegate.cc",
"cast_resource_delegate.h",
]
deps = [
"//base",
"//ui/base",
"//ui/gfx",
]
}
cast_source_set("common") { cast_source_set("common") {
sources = [ sources = [
"cast_content_client.cc", "cast_content_client.cc",
"cast_content_client.h", "cast_content_client.h",
"cast_resource_delegate.cc",
"cast_resource_delegate.h",
"cast_url_loader_throttle.cc", "cast_url_loader_throttle.cc",
"cast_url_loader_throttle.h", "cast_url_loader_throttle.h",
"global_descriptors.h", "global_descriptors.h",
...@@ -37,7 +47,6 @@ cast_source_set("common") { ...@@ -37,7 +47,6 @@ cast_source_set("common") {
"//net", "//net",
"//services/network/public/cpp:cpp", "//services/network/public/cpp:cpp",
"//ui/base", "//ui/base",
"//ui/gfx",
"//url:url", "//url:url",
] ]
......
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