Commit b7206a29 authored by Nico Weber's avatar Nico Weber Committed by Chromium LUCI CQ

mac: Rename infoplist_strings_util.mm to infoplist_strings_util.cc

Somehow there's absolutely no Objective-C code left in this file
after recent simplifications. Might as well rename it.

Bug: 1147069
Change-Id: If74e0e20e4abff8518bb94264101939ccda54995
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584606
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835737}
parent 3ca3d70c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
executable("infoplist_strings_util") { executable("infoplist_strings_util") {
configs += [ "//build/config/compiler:wexit_time_destructors" ] configs += [ "//build/config/compiler:wexit_time_destructors" ]
sources = [ "infoplist_strings_util.mm" ] sources = [ "infoplist_strings_util.cc" ]
deps = [ deps = [
"//base", "//base",
...@@ -14,6 +14,4 @@ executable("infoplist_strings_util") { ...@@ -14,6 +14,4 @@ executable("infoplist_strings_util") {
"//third_party/icu", "//third_party/icu",
"//ui/base:ui_data_pack", "//ui/base:ui_data_pack",
] ]
frameworks = [ "Foundation.framework" ]
} }
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