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

Unified Diff: chrome/third_party/jstemplate/README.chromium

Issue 7086003: Apply content-security-policy to chrome://plugins page. This involves (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/third_party/jstemplate/compile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/jstemplate/README.chromium
===================================================================
--- chrome/third_party/jstemplate/README.chromium (revision 87333)
+++ chrome/third_party/jstemplate/README.chromium (working copy)
@@ -10,8 +10,15 @@
Uncalled functions have been removed from util.js to make the resulting
javascript smaller.
-compile.py is a simple program used to generate the single compiled
-jsfile.
+compile.py is a simple program used to generate the single compiled jsfile.
-jstemplate_compiled.js is the output after passing the code through
-compile.sh.
+NOTE: output is now simply written to stdout so as to allow you to redirect
+it to a location required by the shared resource bundle.
+
+See IDR_SHARED_JS_JSTEMPLATE_COMPILED's file attribute in shared_resources.grd
+to determine the correct location for the output.
+
+The jstemplate_compiled.js file which formerly resided in this directory is
+no longer used.
+
+
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/third_party/jstemplate/compile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698