Index: content/gpu/BUILD.gn |
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn |
index 6a47b73d7bfd619646a950f4a6767d6c2f53e79c..d95552d0af54ba392aff76ff2fec8183a3b00a46 100644 |
--- a/content/gpu/BUILD.gn |
+++ b/content/gpu/BUILD.gn |
@@ -61,7 +61,7 @@ if (need_d3dcompiler) { |
cabfile = "//third_party/directxsdk/files/Redist/Jun2010_D3DCompiler_43_x86.cab" |
dllfile = "D3DCompiler_43.dll" |
- source_prereqs = [ cabfile ] |
+ inputs = [ cabfile ] |
outputs = [ "$root_out_dir/$dllfile" ] |
args = [ |