Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2656163005: Convert RuntimeEnabledFeatures.in config file to JSON format. (Closed)
Patch Set: Rebase and add MediaCaptureDepth, MojoJS Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]

Powered by Google App Engine
This is Rietveld 408576698