Chromium Code Reviews| Index: gm/gm_json.py |
| diff --git a/gm/gm_json.py b/gm/gm_json.py |
| index 6a91cc4f513599563e14669e67dafa8931c845da..1a53997f41161a76c640cf034cf5c4bbb1890760 100644 |
| --- a/gm/gm_json.py |
| +++ b/gm/gm_json.py |
| @@ -50,7 +50,8 @@ JSONKEY_ACTUALRESULTS_SUCCEEDED = 'succeeded' |
| # Descriptions of the result set as a whole. |
| JSONKEY_DESCRIPTIONS = 'descriptions' |
| - |
| +JSONKEY_DESCRIPTIONS_BUILDER = 'builder' |
| +JSONKEY_DESCRIPTIONS_RENDER_MODE = 'renderMode' |
| JSONKEY_EXPECTEDRESULTS = 'expected-results' |