Chromium Code Reviews| Index: build/toolchain/mac/BUILD.gn |
| diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn |
| index 2666846c19303dfb370b1e08a961705b3c234584..004e08a612bd95ee6291dee7073c003b332f4ced 100644 |
| --- a/build/toolchain/mac/BUILD.gn |
| +++ b/build/toolchain/mac/BUILD.gn |
| @@ -231,6 +231,10 @@ template("mac_toolchain") { |
| command = copy_command |
| description = copy_description |
| } |
| + tool("copy_bundle_data") { |
| + command = "rm -rf {{output}} && ./gyp-mac-tool copy-bundle-resource {{source}} {{output}} True" |
|
sdefresne
2016/01/26 12:12:06
Removed the "rm -rf" (but the default "copy" tool
|
| + description = "COPY_BUNDLE_DATA {{output}}" |
| + } |
| toolchain_args() { |
| current_cpu = invoker.toolchain_cpu |