DescriptionWIP patch for autogenerating WebRuntimeFeatures.*, no plans to land this.
Autogenerating Blink public API is not something we've done before
and may be complicated from a GYP perspective.
Probably better to make it possible for Blink to accept a string of features
and then chromium can have a single --enable-blink-features="foo,bar"
command line flag which it just passes the content of to us.
Patch Set 1 #
|