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

Unified Diff: chrome/third_party/jstemplate/compile.py

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
Index: chrome/third_party/jstemplate/compile.py
===================================================================
--- chrome/third_party/jstemplate/compile.py (revision 86705)
+++ chrome/third_party/jstemplate/compile.py (working copy)
@@ -10,7 +10,7 @@
import urllib
srcs ="util.js jsevalcontext.js jstemplate.js exports.js".split()
-out = "jstemplate_compiled.js"
+out = "../../browser/resources/shared/js/jstemplate_compiled.js"
# Wrap the output in an anonymous function to prevent poluting the global
# namespace.

Powered by Google App Engine
This is Rietveld 408576698