| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 02b42571dff7c21b5acf938991c137d9d2681bff..95b1136f9d27ad580d4f2de1c27a86d01f22b5db 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -338,7 +338,7 @@ group("generated_testing_idls") {
|
| action("generated_settings_macros") {
|
| script = "../build/scripts/make_settings.py"
|
|
|
| - inputs = scripts_for_in_files + [
|
| + inputs = scripts_for_json5_files + [
|
| "../build/scripts/make_settings.py",
|
| "../build/scripts/templates/SettingsMacros.h.tmpl",
|
| "frame/Settings.json5",
|
| @@ -357,7 +357,7 @@ action("generated_settings_macros") {
|
| action("generated_testing_idls_settings") {
|
| script = "../build/scripts/make_internal_settings.py"
|
|
|
| - inputs = scripts_for_in_files + [
|
| + inputs = scripts_for_json5_files + [
|
| "../build/scripts/make_internal_settings.py",
|
| "../build/scripts/templates/InternalSettingsGenerated.idl.tmpl",
|
| "../build/scripts/templates/InternalSettingsGenerated.cpp.tmpl",
|
| @@ -380,7 +380,7 @@ action("generated_testing_idls_settings") {
|
| action("generated_testing_idls_internal_runtime_flags") {
|
| script = "../build/scripts/make_internal_runtime_flags.py"
|
|
|
| - inputs = scripts_for_in_files + [
|
| + inputs = scripts_for_json5_files + [
|
| "../build/scripts/make_internal_runtime_flags.py",
|
| "../platform/RuntimeEnabledFeatures.json5",
|
| "../build/scripts/templates/InternalRuntimeFlags.h.tmpl",
|
| @@ -745,7 +745,7 @@ action("make_core_generated_css_primitive_value_unit_trie") {
|
| visibility = [ ":*" ]
|
| script = "../build/scripts/make_css_primitive_value_unit_trie.py"
|
|
|
| - input_file = "css/CSSPrimitiveValueUnits.in"
|
| + input_file = "css/CSSPrimitiveValueUnits.json5"
|
| inputs = make_trie_helpers_files + [
|
| input_file,
|
| "../build/scripts/templates/CSSPrimitiveValueUnitTrie.cpp.tmpl",
|
| @@ -803,7 +803,7 @@ action("make_core_generated_html_element_lookup_trie") {
|
| action("make_core_generated_origin_trials") {
|
| script = "../build/scripts/make_origin_trials.py"
|
|
|
| - inputs = scripts_for_in_files + [
|
| + inputs = scripts_for_json5_files + [
|
| "../build/scripts/make_origin_trials.py",
|
| "../platform/RuntimeEnabledFeatures.json5",
|
| "../build/scripts/templates/OriginTrials.cpp.tmpl",
|
|
|