DescriptionLay groudwork to Closure compile JavaScript
This CL adds:
- third_party/closure_compiler/
- compiler/ (latest version of closure compiler)
- COPYING (copying instructions)
- compiler.jar (closure compiler as a .jar)
- README.md (how to use compiler)
- runner/ (needed to run the compiler in IDE mode)
- build_runner_jar.py (builds runner.jar)
- runner.jar (a .jar to execute to compile)
- src/org/chromium/closure/compiler/Runner.java (a compiler runner)
- LICENSE (closure compiler's license)
- OWNERS (reviewers)
- README.chromium (description of new directory's contents)
- checker.py (class for checking .js files with settings for chrome code)
- compile_modules.py (parses modules with sources/dependencies/externs)
BUG=78368
R=darin@chromium.org,arv@chromium.org
Patch Set 1 : asdf #
Total comments: 1
Patch Set 2 : more compiled #
Total comments: 32
Patch Set 3 : saving work #Patch Set 4 : got line numbers working simply #Patch Set 5 : splitting off CLs #Patch Set 6 : remove /externs/ #Patch Set 7 : nits #Patch Set 8 : more nits #Messages
Total messages: 15 (0 generated)
|