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

Unified Diff: tracing/third_party/tvcm/third_party/rjsmin/README.chromium

Issue 1376953005: Move tracing/third_party/tvcm -> third_party/py_vulcanize. (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 5 years, 2 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: 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.

Powered by Google App Engine
This is Rietveld 408576698