Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4859)

Unified Diff: chrome/test/data/webui/test_api.js

Issue 304793002: Support automatically resolving dependencies in javascript tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Various fixes. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}
*/

Powered by Google App Engine
This is Rietveld 408576698