Index: third_party/closure_compiler/README.chromium |
diff --git a/third_party/closure_compiler/README.chromium b/third_party/closure_compiler/README.chromium |
index 7ad69864badc33e1f8ea23e6c2a0258c7b3bbff9..0c2424650c9a6d17b2acfb295441fff3563c41ed 100644 |
--- a/third_party/closure_compiler/README.chromium |
+++ b/third_party/closure_compiler/README.chromium |
@@ -14,4 +14,6 @@ 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(). |