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

Unified Diff: chrome/browser/resources/vulcanize.gni

Issue 2720223002: [MD WebUI] Use html_out_file as prefix for depfile. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/vulcanize.gni
diff --git a/chrome/browser/resources/vulcanize.gni b/chrome/browser/resources/vulcanize.gni
index 454f92a9ca9b998fc99bd8dce693f612b1f6a2cd..f241c07d37983a613a61600f81911beebee84889 100644
--- a/chrome/browser/resources/vulcanize.gni
+++ b/chrome/browser/resources/vulcanize.gni
@@ -34,7 +34,7 @@ template("vulcanize") {
]
# This depfile is generated by vulcanize_gn.py
- depfile = "${target_gen_dir}/${target_name}.d"
+ depfile = "${target_gen_dir}/${invoker.html_out_file}.d"
outputs = [
"$target_gen_dir/${invoker.html_out_file}",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698