| Index: third_party/WebKit/Source/build/scripts/scripts.gni
|
| diff --git a/third_party/WebKit/Source/build/scripts/scripts.gni b/third_party/WebKit/Source/build/scripts/scripts.gni
|
| index 4b35a41e182761e0229af02317825320d3f60f88..f4d20abe729bda683f62d7ab37e000d87a6a9209 100644
|
| --- a/third_party/WebKit/Source/build/scripts/scripts.gni
|
| +++ b/third_party/WebKit/Source/build/scripts/scripts.gni
|
| @@ -137,6 +137,9 @@ template("css_properties") {
|
| process_in_files(target_name) {
|
| script = invoker.script
|
| in_files = [ "css/CSSProperties.json5" ]
|
| + if (defined(invoker.in_files)) {
|
| + in_files += invoker.in_files
|
| + }
|
| other_inputs = css_properties_files
|
| if (defined(invoker.other_inputs)) {
|
| other_inputs += invoker.other_inputs
|
|
|