summaryrefslogtreecommitdiffstats
path: root/third_party/json_minify/README.chromium
diff options
context:
space:
mode:
authorcduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-03 21:20:12 +0000
committercduvall@chromium.org <cduvall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-03 21:20:12 +0000
commitcf84336dbdf258edb30c94267a6e35d09d4787c3 (patch)
treebec416420edcf66b059467932bf3cd235adc2aec /third_party/json_minify/README.chromium
parent6f35f4eea81562b20060c3b7df25deeb07b33b8e (diff)
downloadchromium_src-cf84336dbdf258edb30c94267a6e35d09d4787c3.zip
chromium_src-cf84336dbdf258edb30c94267a6e35d09d4787c3.tar.gz
chromium_src-cf84336dbdf258edb30c94267a6e35d09d4787c3.tar.bz2
Allow comments in extension config files.
Added a script to remove comments from the extension api JSON files before processing for the extension docs. We will now be able to comment in the JSON files, and they should be much easier to read. Also added the license header to all the JSON files. BUG=114233 TEST=Put comments in one of the JSON files and remake the docs. They will make with no problems. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124660 Review URL: http://codereview.chromium.org/9447090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/json_minify/README.chromium')
-rw-r--r--third_party/json_minify/README.chromium17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/json_minify/README.chromium b/third_party/json_minify/README.chromium
new file mode 100644
index 0000000..0f5f630
--- /dev/null
+++ b/third_party/json_minify/README.chromium
@@ -0,0 +1,17 @@
+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:
+- Added the __init__.py file for easier imports
+- Got the (much faster) json-minify-sans-regexp.js file from the second
+ URL listed
+- Small change to minify_json.py to pass license tests