Chromium Code Reviews| Index: third_party/brotli/brotli.gni |
| diff --git a/third_party/brotli/brotli.gni b/third_party/brotli/brotli.gni |
| index f4ed9d26b30c6963cb8f4b8ce863011ef4bf87b4..eef0bb5868ea5b14d652e6123389e9473ee2bd32 100644 |
| --- a/third_party/brotli/brotli.gni |
| +++ b/third_party/brotli/brotli.gni |
| @@ -26,6 +26,7 @@ template("compress_file_brotli") { |
| ] |
| args = [ |
| "--force", |
| + "--no-copy-stat", |
| "--input", |
| rebase_path(invoker.input_file, root_build_dir), |
| "--output", |