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

Unified Diff: third_party/closure_compiler/README.chromium

Issue 453783006: Handle cr.exportPath() in compiler pass, declare every object only once (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@C_define_property
Patch Set: Created 6 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 9375d9dfd6f6bd4340160440aab50a10ee09eda4..6aef43d52fd818f5f1bfb14c8514338373478852 100644
--- a/third_party/closure_compiler/README.chromium
+++ b/third_party/closure_compiler/README.chromium
@@ -18,7 +18,8 @@ Local modifications:
compiler to "IDE mode" (single-file checks, doesn't stop on first error).
- Chrome-specific coding conventions to understand cr.addSingletonGetter().
- third_party/closure_compiler/runner/src/com/google/javascript/jscomp/ChromePass.java
- Added pass to handle namespace definition with cr.define() and property
- definition with {cr|Object}.defineProperty().
+ Added pass to handle namespace definition with cr.define(), object chain
+ creation with cr.exportPath() and property definition with
+ {cr|Object}.defineProperty().
See third_party/closure_compiler/runner/how_to_test_compiler_pass.md for
testing instructions on this pass.

Powered by Google App Engine
This is Rietveld 408576698