| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 6c36e04058b771ef930b2440d15eb9a253514aff..f068d86016a0b7fe8698a924a176ef1ad46311d1 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -99,7 +99,7 @@ action("runtime_enabled_features") {
|
| script = "../build/scripts/make_runtime_features.py"
|
|
|
| runtime_enabled_features_json5 = "RuntimeEnabledFeatures.json5"
|
| - inputs = scripts_for_in_files + [
|
| + inputs = scripts_for_json5_files + [
|
| runtime_enabled_features_json5,
|
| "../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl",
|
| "../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl",
|
|
|