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

Unified Diff: build/config/zip.gni

Issue 2336173003: Fix android depfiles to always list GN's outputs[0] (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
Index: build/config/zip.gni
diff --git a/build/config/zip.gni b/build/config/zip.gni
index a81af4d0bc7ca0f87d17ab105684a6aee2438c94..8265e1dabf38ffd451a1f9a0026cdcf9fb849990 100644
--- a/build/config/zip.gni
+++ b/build/config/zip.gni
@@ -21,7 +21,6 @@ template("zip") {
depfile = "$target_gen_dir/$target_name.d"
inputs = invoker.inputs
outputs = [
- depfile,
invoker.output,
]

Powered by Google App Engine
This is Rietveld 408576698