https://cs.chromium.org/chromium/src/out/Debug/gen/blink/platform/RuntimeEnabledFeatures.h has the following comment at the top:
// Generated from template:
// templates/RuntimeEnabledFeatures.h.tmpl
// and input files:
// ../../third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
RuntimeEnabledFeatures.json5 has been renamed runtime_enabled_features.json5. I think we just need to plumb the correct filename down into the generator instead of using the class name. This bug seems to affect other template-based code generators too (e.g., FontFamilyNames).
Comment 1 by tkent@chromium.org
, Sep 24 2017Components: -Blink>Bindings Infra>Codesearch
Owner: ----
Status: Untriaged (was: Assigned)
Summary: Generated files are not updated for 11+ days (was: RuntimeEnabledFeatures.h says it is generated by non-existant RuntimeEnabledFeatures.json5)