DescriptionRemove filters for origin trial features
It was very confusing to filter all features in .tmpl file.
This CL make the context to have origin trial feature contexts
together with names and needs_instance.
Before:
features = [{name, needs_instance}]
After:
features = [{name, needs_instance,
[constants], [attributes], [methods]}]
BUG=650150
Committed: https://crrev.com/9c4bd1e5532fbf6b1e7cf87b2a75613f454ef3ce
Cr-Commit-Position: refs/heads/master@{#439046}
Patch Set 1 : . #Patch Set 2 : Rebase #
Total comments: 2
Patch Set 3 : Work for a comment, and sort them in py #Patch Set 4 : Refactoring #
Total comments: 4
Patch Set 5 : Rebase #
Messages
Total messages: 36 (19 generated)
|