Index: tracing/third_party/tvcm/third_party/rjsmin/README.chromium |
diff --git a/tracing/third_party/tvcm/third_party/rjsmin/README.chromium b/tracing/third_party/tvcm/third_party/rjsmin/README.chromium |
deleted file mode 100644 |
index 022e86b94f29a97d1fa3ae4c6b9f8aac578161ff..0000000000000000000000000000000000000000 |
--- a/tracing/third_party/tvcm/third_party/rjsmin/README.chromium |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Short Name: rJSmin |
-URL: http://opensource.perlig.de/rjsmin/ |
-Version: 1.0.10 |
-License: Apache 2.0 |
-License File: NOT_SHIPPED |
-Security Critical: no |
- |
-Description: |
-rJSmin is a javascript minifier written in python. |
-The minifier is based on the semantics of jsmin.c by Douglas Crockford. |
-The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step). Usually it produces the same results as the original jsmin.c. |
- |
-Modifications made: |
- - Removed the bench.sh since the file doesn't have the licensing info and |
- caused license checker to fail. |