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

Side by Side Diff: third_party/closure_compiler/README.chromium

Issue 2094193004: Strip comments and whitespace from Javascript resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments, plus rebases. Created 4 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 unified diff | Download patch
OLDNEW
1 Name: Closure compiler 1 Name: Closure compiler
2 Short Name: closure-compiler 2 Short Name: closure-compiler
3 URL: http://github.com/google/closure-compiler 3 URL: http://github.com/google/closure-compiler
4 Version: v20150729-236-gad656a1 4 Version: v20150729-236-gad656a1
5 Date: 2015/08/26 08:46 5 Date: 2015/08/26 08:46
6 Revision: 2f95290ea61dd4f1b5a3bf9d0fe3aa8e3244babf 6 Revision: 2f95290ea61dd4f1b5a3bf9d0fe3aa8e3244babf
7 License: Apache 2.0 7 License: Apache 2.0
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: no 9 Security Critical: no
10 10
(...skipping 10 matching lines...) Expand all
21 Added pass to handle namespace definition with cr.define(), object chain 21 Added pass to handle namespace definition with cr.define(), object chain
22 creation with cr.exportPath(), property definition with 22 creation with cr.exportPath(), property definition with
23 {cr|Object}.defineProperty() and public API generation with cr.makePublic(). 23 {cr|Object}.defineProperty() and public API generation with cr.makePublic().
24 See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for 24 See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for
25 testing instructions on this pass. 25 testing instructions on this pass.
26 - Use the script third_party/closure_compiler/bump_compiler_version to update 26 - Use the script third_party/closure_compiler/bump_compiler_version to update
27 the versions of third_party/closure_compiler/compiler/compiler.jar and/or 27 the versions of third_party/closure_compiler/compiler/compiler.jar and/or
28 third_party/closure_compiler/externs/chrome_extensions.js. 28 third_party/closure_compiler/externs/chrome_extensions.js.
29 - Some externs here are for chrome-specific use; these primarily include the 29 - Some externs here are for chrome-specific use; these primarily include the
30 *_private.js files. 30 *_private.js files.
31 - Added .gni files for creating build rules to run the compiler
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698