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

Unified Diff: chrome/third_party/chromevox/third_party/closure-library/README.chromium

Issue 299703003: Build ChromeVox using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address nits from Dominic. 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/third_party/chromevox/third_party/closure-library/README.chromium
diff --git a/chrome/third_party/chromevox/third_party/closure-library/README.chromium b/chrome/third_party/chromevox/third_party/closure-library/README.chromium
index 3a130ff5185eb39b1d6a61ae2189e49aeecf5de7..f1fb9e09c7b327dc486ebebca7e2e3e378b25753 100644
--- a/chrome/third_party/chromevox/third_party/closure-library/README.chromium
+++ b/chrome/third_party/chromevox/third_party/closure-library/README.chromium
@@ -9,7 +9,9 @@ Closure Library is a powerful, low level JavaScript library designed
for building complex and scalable web applications.
Local Modifications:
-Only the files actually used by ChromeVox are kept. In addition:
+Only the files actually used by ChromeVox are kept. This includes a small
+number of javaScript source files and a few python modules to scan sources for
+closure dependencies. In addition:
- closure/goog/i18n/messageformat.js was changed to use
Number.prototype.toLocaleString and not depend on the number format classes
in the Closure library.

Powered by Google App Engine
This is Rietveld 408576698