Chromium Code Reviews| Index: third_party/WebKit/Source/build/scripts/make_runtime_features.py |
| diff --git a/third_party/WebKit/Source/build/scripts/make_runtime_features.py b/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
| index 206d147d7930f28256062a1ef81a79711652a02b..ea63d4c03ca82619e35bdf0a3bc03cd09b0fb460 100755 |
| --- a/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
| +++ b/third_party/WebKit/Source/build/scripts/make_runtime_features.py |
| @@ -44,6 +44,7 @@ class RuntimeFeatureWriter(in_generator.Writer): |
| } |
| defaults = { |
| 'origin_trial_feature_name': None, |
|
haraken
2016/08/17 01:18:43
Would you sort this dictionary in the alphabetical
iclelland
2016/08/17 13:25:55
Done.
|
| + 'feature_policy': None, |
| 'condition': None, |
| 'implied_by': [], |
| 'depends_on': [], |