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

Unified Diff: third_party/closure_compiler/README.chromium

Issue 369643002: Lay groudwork to Closure compile JavaScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more nits Created 6 years, 5 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
« no previous file with comments | « third_party/closure_compiler/OWNERS ('k') | third_party/closure_compiler/checker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/README.chromium
diff --git a/third_party/closure_compiler/README.chromium b/third_party/closure_compiler/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..7ad69864badc33e1f8ea23e6c2a0258c7b3bbff9
--- /dev/null
+++ b/third_party/closure_compiler/README.chromium
@@ -0,0 +1,17 @@
+Name: Closure compiler
+Short Name: closure-compiler
+URL: https://developers.google.com/closure/compiler/
+Version: v20140508-220-g8b4b812
+Date: 2014/06/20 12:20
+Revision: g8b4b812
+License: Apache 2.0
+License File: LICENSE
+Security Critical: no
+
+Description:
+The Closure Compiler provides warnings for illegal JavaScript and warnings for
+potentially dangerous operations, helping you to produce JavaScript that is less
+buggy and easier to maintain.
+
+Local modifications:
+
« no previous file with comments | « third_party/closure_compiler/OWNERS ('k') | third_party/closure_compiler/checker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698