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

Unified Diff: third_party/closure_compiler/README.chromium

Issue 2113053002: Make Chrome-specific enhancements optional in runner.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update README Created 4 years, 4 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: third_party/closure_compiler/README.chromium
diff --git a/third_party/closure_compiler/README.chromium b/third_party/closure_compiler/README.chromium
index e4890439480ebf5bcb5103ffe2ac9d30b7798cdd..fc7701c118c7732517323e2afd8976fa9c2bc531 100644
--- a/third_party/closure_compiler/README.chromium
+++ b/third_party/closure_compiler/README.chromium
@@ -14,9 +14,9 @@ potentially dangerous operations, helping you to produce JavaScript that is less
buggy and easier to maintain.
Local modifications:
-- The compiler is run via a custom mechanism (see: runner/) that sets the
- compiler to "IDE mode" (single-file checks, doesn't stop on first error).
-- Chrome-specific coding conventions to understand cr.addSingletonGetter().
+- A custom runner (see: runner/) to continue on errors, understand and enforce
+ Chrome-specific code, and do checks only (i.e. throw away output). See:
+ --enable-chrome-pass in runner.jar's arguments.
- third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java
Added pass to handle namespace definition with cr.define(), object chain
creation with cr.exportPath(), property definition with

Powered by Google App Engine
This is Rietveld 408576698