| 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 161ffefc9539f456a936f5cb4aeddf4a6b6ee4ca..1b8461c16ca4a8df45459b230bbba00e6b02e87c 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -382,7 +382,7 @@ action("generated_testing_idls_internal_runtime_flags") {
|
|
|
| inputs = scripts_for_in_files + [
|
| "../build/scripts/make_internal_runtime_flags.py",
|
| - "../platform/RuntimeEnabledFeatures.in",
|
| + "../platform/RuntimeEnabledFeatures.json5",
|
| "../build/scripts/templates/InternalRuntimeFlags.h.tmpl",
|
| "../build/scripts/templates/InternalRuntimeFlags.idl.tmpl",
|
| ]
|
| @@ -392,7 +392,7 @@ action("generated_testing_idls_internal_runtime_flags") {
|
| ]
|
|
|
| args = [
|
| - rebase_path("../platform/RuntimeEnabledFeatures.in", root_build_dir),
|
| + rebase_path("../platform/RuntimeEnabledFeatures.json5", root_build_dir),
|
| "--output_dir",
|
| "$rel_blink_core_gen_dir/testing",
|
| ]
|
| @@ -805,7 +805,7 @@ action("make_core_generated_origin_trials") {
|
|
|
| inputs = scripts_for_in_files + [
|
| "../build/scripts/make_origin_trials.py",
|
| - "../platform/RuntimeEnabledFeatures.in",
|
| + "../platform/RuntimeEnabledFeatures.json5",
|
| "../build/scripts/templates/OriginTrials.cpp.tmpl",
|
| "../build/scripts/templates/OriginTrials.h.tmpl",
|
| ]
|
| @@ -815,7 +815,7 @@ action("make_core_generated_origin_trials") {
|
| ]
|
|
|
| args = [
|
| - rebase_path("../platform/RuntimeEnabledFeatures.in", root_build_dir),
|
| + rebase_path("../platform/RuntimeEnabledFeatures.json5", root_build_dir),
|
| "--output_dir",
|
| "$rel_blink_core_gen_dir/origin_trials",
|
| ]
|
|
|