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

Unified Diff: third_party/closure_compiler/README.chromium

Issue 460163002: Handle property definition by {cr|Object}.defineProperty() in compiler pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@C_compiler_pass
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 1884c402c85bca90d18f5aecd40210eb187bfc20..20f6d3890aad5e254c5fbf670a0f65da84537319 100644
--- a/third_party/closure_compiler/README.chromium
+++ b/third_party/closure_compiler/README.chromium
@@ -18,6 +18,7 @@ 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 Chrome-specific namespace creation with cr.define()
+ Added pass to handle namespace definition with cr.define() 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