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

mac: Simplify infoplist_strings_util by using base/ more heavily

Also rename the binary to match the name of the source file.

No behavior change.

Bug: 1147069
Change-Id: I61ffe9e1e1672db4e5f1d954949e196cca7fc701
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583382Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835691}
parent e9a400c4
...@@ -492,7 +492,7 @@ if (is_win) { ...@@ -492,7 +492,7 @@ if (is_win) {
} }
compiled_action("chrome_app_strings") { compiled_action("chrome_app_strings") {
tool = "//chrome/tools/build/mac:infoplist_strings_tool" tool = "//chrome/tools/build/mac:infoplist_strings_util"
inputs = [] inputs = []
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
executable("infoplist_strings_tool") { 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.mm" ]
......
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