| Index: Source/build/scripts/scripts.gni
|
| diff --git a/Source/build/scripts/scripts.gni b/Source/build/scripts/scripts.gni
|
| index 296c8f605223947bcd465f949f6b307e7ae23257..a456ed562e310bcfbb03c8f8b94d4f60c0b84fb5 100644
|
| --- a/Source/build/scripts/scripts.gni
|
| +++ b/Source/build/scripts/scripts.gni
|
| @@ -91,7 +91,7 @@ make_core_generated_deps = [
|
| # from the GYP build.
|
| # outputs: expected results. Note that the directory of the 0th item in this
|
| # list will be taken to be the output path.
|
| -# other_args: (optional) other arguements to pass to the script.
|
| +# other_args: (optional) other arguments to pass to the script.
|
| template("process_in_files") {
|
| action(target_name) {
|
| script = invoker.script
|
| @@ -129,6 +129,9 @@ template("css_properties") {
|
| if (defined(invoker.other_inputs)) {
|
| other_inputs += invoker.other_inputs
|
| }
|
| + other_args = [
|
| + "--gperf", gperf_exe,
|
| + ]
|
| outputs = invoker.outputs
|
| }
|
| }
|
|
|