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..c385be3a11827d61c1b597c1f448dd92112963cc 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: [ |
dmazzoni
2014/05/30 17:03:42
Let's use something different like extraClosureMod
|
- 'aria_util.js', |
- 'dom_util.js', |
- 'node_state.js', |
- 'chromevox.js', |
- '../host/interface/abstract_earcons.js'] |
+ 'cvox.AriaUtil', |
+ 'cvox.DomUtil', |
+ 'cvox.ChromeVox',] |
David Tseng
2014/05/30 17:08:46
Is order important here (if not, sort).
|
}; |
TEST_F('CvoxAriaUtilUnitTest', 'GetStateGridWithActiveCell', function() { |