| Index: build/config/mac/rules.gni
|
| diff --git a/build/config/mac/rules.gni b/build/config/mac/rules.gni
|
| index f59503481f8fdc4c4000e12c53b5e322285da858..dd7b4a55508c0830deb8513188dd392740e807b6 100644
|
| --- a/build/config/mac/rules.gni
|
| +++ b/build/config/mac/rules.gni
|
| @@ -77,10 +77,11 @@ template("mac_xib_bundle_data") {
|
| _target_name = target_name
|
| _compile_target_name = _target_name + "_compile_ibtool"
|
|
|
| - compile_xibs(_compile_target_name) {
|
| + compile_ib_files(_compile_target_name) {
|
| forward_variables_from(invoker, [ "testonly" ])
|
| visibility = [ ":$_target_name" ]
|
| sources = invoker.sources
|
| + output_extension = "nib"
|
| ibtool_flags = [
|
| "--minimum-deployment-target",
|
| mac_deployment_target,
|
|
|