summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/webui/test_api.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/webui/test_api.js')
-rw-r--r--chrome/test/data/webui/test_api.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js
index 07510ae..2696d2b 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -122,6 +122,17 @@ var testing = {};
extraLibraries: [],
/**
+ * Extra libraries to add before loading this test file.
+ * This list is in the form of Closure library style object
+ * names. To support this, a closure deps.js file must
+ * be specified when generating the test C++ source.
+ * The specified libraries will be included with their transitive
+ * dependencies according to the deps file.
+ * @type {Array.<string>}
+ */
+ closureModuleDeps: [],
+
+ /**
* Whether to run the accessibility checks.
* @type {boolean}
*/