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

Unified Diff: chrome/common/extensions/docs/third_party/json_minify/README.chromium

Issue 10200004: Copy third-party extension deps into local root. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/common/extensions/docs/third_party/json_minify/README.chromium
diff --git a/chrome/common/extensions/docs/third_party/json_minify/README.chromium b/chrome/common/extensions/docs/third_party/json_minify/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..019c32678d77c31102ed890ef50ef56fe92a9fa0
--- /dev/null
+++ b/chrome/common/extensions/docs/third_party/json_minify/README.chromium
@@ -0,0 +1,16 @@
+Name: JSON.minify
+URL: https://github.com/getify/JSON.minify
+and also https://github.com/kitcambridge/JSON.minify
+Version: 0.1
+License: MIT License
+License file: https://github.com/getify/JSON.minify/blob/master/README.txt
+(README has license info)
+Security Critical: no
+
+Description:
+A set of scripts that remove comments and whitespace from JSON files.
+
+Local Modifications:
+- Got the (much faster) json-minify-sans-regexp.js file from the second
+ URL listed
+- Removed minify_json.py, it is crazy slow. See commit for replacement.

Powered by Google App Engine
This is Rietveld 408576698