| Index: third_party/yasm/yasm_assemble.gni
|
| diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni
|
| index 1002aba0bbea75e08886da61c575e692d318d993..5dc4c7c89dbb3e2f881032d366c877ed6cdc880c 100644
|
| --- a/third_party/yasm/yasm_assemble.gni
|
| +++ b/third_party/yasm/yasm_assemble.gni
|
| @@ -29,7 +29,7 @@
|
| #
|
| # Example: defines = [ "FOO", "BAR=1" ]
|
| #
|
| -# source_prereqs, deps, visibility (optional)
|
| +# inputs, deps, visibility (optional)
|
| # These have the same meaning as in an action.
|
| #
|
| # Example
|
| @@ -115,8 +115,8 @@ template("yasm_assemble") {
|
| script = "//third_party/yasm/run_yasm.py"
|
| sources = invoker.sources
|
|
|
| - if (defined(invoker.source_prereqs)) {
|
| - source_prereqs = invoker.source_prereqs
|
| + if (defined(invoker.inputs)) {
|
| + inputs = invoker.inputs
|
| }
|
|
|
| # Executable (first in the args). The binary might be in the root build dir
|
|
|