Chromium Code Reviews| Index: chrome/test/data/webui/test_api.js |
| diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js |
| index 07510ae3ee6ee0c226b702b4c5681704c12eeafa..3c14a88633fcdd2be5873a907da22f5b231f55eb 100644 |
| --- a/chrome/test/data/webui/test_api.js |
| +++ b/chrome/test/data/webui/test_api.js |
| @@ -122,6 +122,15 @@ var testing = {}; |
| extraLibraries: [], |
| /** |
| + * Extra libraries to add before loading this test file. |
|
dmazzoni
2014/06/03 16:16:28
This comment should maybe mention that it gathers
|
| + * This list is in the form of Closure library style object |
| + * or namespace names. To support this, a closure deps.js file must |
| + * be specified when generating the test C++ source. |
| + * @type {Array.<string>} |
| + */ |
| + closureModuleDeps: [], |
| + |
| + /** |
| * Whether to run the accessibility checks. |
| * @type {boolean} |
| */ |