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

Unified Diff: build/symlink.gni

Issue 2344243002: Add work-around to symlink.gni to avoid "not up-to-date" ninja errors (Closed)
Patch Set: Created 4 years, 3 months 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 | « no previous file | build/symlink.py » ('j') | build/symlink.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/symlink.gni
diff --git a/build/symlink.gni b/build/symlink.gni
index 95a498de1b48e0123435e649124f33668d066a7e..753af7be40f2f72fe16f658bb6a5b3cb1a1cf75a 100644
--- a/build/symlink.gni
+++ b/build/symlink.gni
@@ -19,6 +19,7 @@ template("symlink") {
]
script = "//build/symlink.py"
args = [
+ "--update-target-mtimes",
"-f",
rebase_path(invoker.source, get_path_info(invoker.output, "dir")),
rebase_path(invoker.output, root_build_dir),
« no previous file with comments | « no previous file | build/symlink.py » ('j') | build/symlink.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698