Chromium Code Reviews| Index: tools/json_schema_compiler/test/any.json |
| diff --git a/tools/json_schema_compiler/test/any.json b/tools/json_schema_compiler/test/any.json |
| index 02243bbcbedc5c6198dbda89a82f9f9eddec42b9..55da4a6119c0f844575063e6487eb15ef07a83d4 100644 |
| --- a/tools/json_schema_compiler/test/any.json |
| +++ b/tools/json_schema_compiler/test/any.json |
| @@ -49,6 +49,19 @@ |
| } |
| ] |
| } |
| + ], |
| + "events": [ |
| + { |
| + "name": "onAnyFired", |
| + "type": "function", |
| + "description": "Fired when anything is ready.", |
| + "parameters": [ |
| + { |
| + "name": "something", |
| + "type": "any" |
| + } |
| + ] |
| + } |
| ] |
| } |
| ] |