Index: chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js |
diff --git a/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js b/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js |
index 469414cbb8534762eff467fbe16de89bb4b8b991..d358a28847cc55c57baa6d52d9277d868afbd85e 100644 |
--- a/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js |
+++ b/chrome/third_party/chromevox/third_party/closure-library/closure/goog/base.js |
@@ -491,7 +491,7 @@ goog.global.CLOSURE_BASE_PATH; |
* Whether to write out Closure's deps file. By default, the deps are written. |
* @type {boolean|undefined} |
*/ |
-goog.global.CLOSURE_NO_DEPS; |
+goog.global.CLOSURE_NO_DEPS = true; |
/** |