| 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.
|
|
|