0

Refactor cast webui to castui

Bug: b/138672579
Test: Build
Change-Id: I1b0b30c80b2a32fb48131ee8f5cd4cc9e9cf5a23
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729730
Commit-Queue: Christopher Whelan <chwhelan@google.com>
Reviewed-by: Luke Halliwell <halliwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#689042}
This commit is contained in:
Chris Whelan
2019-08-21 16:57:27 +00:00
committed by Commit Bot
parent 5741f9a437
commit eed19a9674

@ -567,13 +567,13 @@ foreach(locale, cast_locales) {
if (chromecast_branding != "public") {
sources += [
"$root_gen_dir/chromecast/internal/webui/app_strings_${locale}.pak",
"$root_gen_dir/chromecast/internal/castui/app_strings_${locale}.pak",
]
deps += [ "//chromecast/internal/webui:chromecast_app_strings" ]
deps += [ "//chromecast/internal/castui:cast_ui_app_strings" ]
if (enable_chromecast_webui) {
sources += [ "$root_gen_dir/chromecast/internal/webui/webui_localized_${locale}.pak" ]
deps += [ "//chromecast/internal/webui:chromecast_webui_localized" ]
sources += [ "$root_gen_dir/chromecast/internal/castui/ui_localized_${locale}.pak" ]
deps += [ "//chromecast/internal/castui:cast_ui_localized" ]
}
}
}