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

Unified Diff: third_party/jstemplate/compiled_resources.gyp

Issue 603693002: Compile third_party/jstemplate with Closure Compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: fix in gyp file Created 6 years, 3 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 | « no previous file | third_party/jstemplate/jsevalcontext.js » ('j') | third_party/jstemplate/jsevalcontext.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'],
+ }
],
}
« no previous file with comments | « no previous file | third_party/jstemplate/jsevalcontext.js » ('j') | third_party/jstemplate/jsevalcontext.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698