From e72b6202ee097cf84072021c591fbc6e059aa8e5 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 26 Oct 2018 10:00:29 -0400 Subject: [PATCH] Fix bundle hashing. --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index b70db0f0582f3c..f0a79e968651ea 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -152,7 +152,7 @@ source_set("snapshot") { # header file that contains the the sha256 hash of the snapshot. if (cc_wrapper != "" && cc_wrapper != "ccache") { hash_h = "$target_gen_dir/bundle/hash.h" - inputs = [ + data = [ hash_h, ] deps += [ ":bundle_hash_h" ]