Chromium Code Reviews| 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", |