DescriptionWorkaround dependency on closure library in chromevox test utility.
This used to work because the accessibility audit library pulls in parts
of the closure libray. Since it doesn't leak its internals in a newer
version, this dependency problem was exposed. The underlying issue is that
GEN_INCLUDES in the js test are included before closureModuleDeps, so
declarations from the latter are not available when evaluating the former.
Needed for https://codereview.chromium.org/1447693002/
BUG=555753
R=aboxhall@chromium.org
Committed: https://crrev.com/7c2d5428accfe76853d8001158883c4814fa6ae2
Cr-Commit-Position: refs/heads/master@{#361142}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|