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

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: Use new generate_deps.py, don't add closure's depswriter. Created 6 years, 6 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
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | tools/gypv8sh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2696d2b2ede4376bfb221f5dea68b136a61a4ec0 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}
*/
« no previous file with comments | « chrome/test/data/webui/print_preview.h ('k') | tools/gypv8sh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698