diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 17:26:54 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 17:26:54 +0000 |
commit | 836a7e224691d75571f754e1749f434d76f1692d (patch) | |
tree | 3ddbba7f87161af43f106011f37ea191fed54212 /third_party/json_minify/README.chromium | |
parent | 7ec7ecbf9f9223c1c27c88f49aac863a28903ca3 (diff) | |
download | chromium_src-836a7e224691d75571f754e1749f434d76f1692d.zip chromium_src-836a7e224691d75571f754e1749f434d76f1692d.tar.gz chromium_src-836a7e224691d75571f754e1749f434d76f1692d.tar.bz2 |
Revert 124660 - 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.
Review URL: http://codereview.chromium.org/9447090
TBR=cduvall@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9582013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/json_minify/README.chromium')
-rw-r--r-- | third_party/json_minify/README.chromium | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/json_minify/README.chromium b/third_party/json_minify/README.chromium deleted file mode 100644 index ba3c05a..0000000 --- a/third_party/json_minify/README.chromium +++ /dev/null @@ -1,14 +0,0 @@ -Name: JSON.minify -URL: https://github.com/getify/JSON.minify -and also https://github.com/kitcambridge/JSON.minify -Version: 0.1 -License: MIT License -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 |