Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/brotli/brotli.gni

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/brotli/README.md ('k') | third_party/brotli/common/constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « third_party/brotli/README.md ('k') | third_party/brotli/common/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698