| Index: build/toolchain/mac/BUILD.gn
|
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
|
| index fea76e10b5dea8549a318b4f847a5d08f1f57fb8..a64387f718a2717c0abfabe0e0cd444ded586aa5 100644
|
| --- a/build/toolchain/mac/BUILD.gn
|
| +++ b/build/toolchain/mac/BUILD.gn
|
| @@ -52,9 +52,7 @@ template("mac_toolchain") {
|
| # Object files go in this directory. Use label_name instead of
|
| # target_output_name since labels will generally have no spaces and will be
|
| # unique in the directory.
|
| - # TODO(brettw) enable the label_name variant when binary support is rolled in to GN.
|
| - #object_subdir = "{{target_out_dir}}/{{label_name}}"
|
| - object_subdir = "{{target_out_dir}}/{{target_output_name}}"
|
| + object_subdir = "{{target_out_dir}}/{{label_name}}"
|
|
|
| tool("cc") {
|
| depfile = "{{output}}.d"
|
|
|