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

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

Issue 2656163005: Convert RuntimeEnabledFeatures.in config file to JSON format. (Closed)
Patch Set: Remove RuntimeEnabledFeatures.in Created 3 years, 11 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 6cc8afe185685fea42032cb7facf9511651636e8..63dd0815b2d4aa47241eb90084a5103326907960 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -98,7 +98,7 @@ action("http_names") {
action("runtime_enabled_features") {
script = "../build/scripts/make_runtime_features.py"
- runtime_enabled_features_in = "RuntimeEnabledFeatures.in"
+ runtime_enabled_features_in = "RuntimeEnabledFeatures.json5"
Rick Byers 2017/01/27 22:17:01 nit: rename this variable to match the new filenam
ktyliu 2017/01/29 21:22:14 Done
inputs = scripts_for_in_files + [
Rick Byers 2017/01/27 22:17:01 this scripts_for_in_files should change too, right
ktyliu 2017/01/29 21:22:14 good catch added json5_generator.py to scripts_for
Rick Byers 2017/02/06 20:46:24 Where is this? Did you forget to add build/script
ktyliu 2017/02/07 01:12:18 Done now. Sorry I had that added in another CL an
runtime_enabled_features_in,
"../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl",

Powered by Google App Engine
This is Rietveld 408576698