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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js

Issue 304793002: Support automatically resolving dependencies in javascript tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address potential reason for trybot failures by actually adding the .gypi file that I wrote... 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/browser/resources/chromeos/chromevox/common/aria_util_test.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js b/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
index e6f1a26b8c765eede3f9bf27e760d7ea70ee3e7d..b3ad6556312ef6811380b93285f168f1030c762a 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/aria_util_test.js
@@ -17,11 +17,9 @@ CvoxAriaUtilUnitTest.prototype = {
/** @override */
extraLibraries: [
- 'aria_util.js',
- 'dom_util.js',
- 'node_state.js',
- 'chromevox.js',
- '../host/interface/abstract_earcons.js']
+ 'cvox.AriaUtil',
+ 'cvox.ChromeVox',
+ 'cvox.DomUtil',]
};
TEST_F('CvoxAriaUtilUnitTest', 'GetStateGridWithActiveCell', function() {

Powered by Google App Engine
This is Rietveld 408576698