Skip to content

Commit 348a49c

Browse files
Remove unused resource candidate_window_logo.tiff from mozc_macos_qt_application.
* This file is only required by src/renderer:mozc_renderer_macos, but not Qt applications. #codehealth PiperOrigin-RevId: 848863816
1 parent 42969c5 commit 348a49c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bazel/qt.bzl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,7 @@ def mozc_macos_qt_application(name, bundle_name, deps):
147147
bundle_name = bundle_name,
148148
infoplists = ["//gui:mozc_tool_info_plist"],
149149
minimum_os_version = MACOS_MIN_OS_VER,
150-
resources = [
151-
"//data/images/mac:candidate_window_logo.tiff",
152-
"//gui:qt_conf",
153-
],
150+
resources = ["//gui:qt_conf"],
154151
visibility = [
155152
"//:__subpackages__",
156153
"//:__subpackages__",

0 commit comments

Comments
 (0)