Index: third_party/jstemplate/compiled_resources.gyp |
diff --git a/ui/webui/resources/js/cr/ui/compiled_resources.gyp b/third_party/jstemplate/compiled_resources.gyp |
similarity index 57% |
copy from ui/webui/resources/js/cr/ui/compiled_resources.gyp |
copy to third_party/jstemplate/compiled_resources.gyp |
index c8da03c8b3dfc3554ecf3d2d2d62cc7be98f9c0a..7ad83736da435194ad593a00e234944fc3b65669 100644 |
--- a/ui/webui/resources/js/cr/ui/compiled_resources.gyp |
+++ b/third_party/jstemplate/compiled_resources.gyp |
@@ -4,14 +4,14 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'focus_manager', |
+ 'target_name': 'jstemplate', |
'variables': { |
'depends': [ |
- '../../assert.js', |
- '../../cr.js', |
+ 'util.js', |
+ 'jsevalcontext.js', |
], |
}, |
- 'includes': ['../../../../../../third_party/closure_compiler/compile_js.gypi'], |
- }, |
+ 'includes': ['../../third_party/closure_compiler/compile_js.gypi'], |
+ } |
], |
} |