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

Unified Diff: ui/webui/resources/js/compiled_resources.gyp

Issue 1229573003: Teach i18nTemplate.process() to handle <link rel=import> and <template> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: videoplayer test fixes Created 5 years, 5 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 | « ui/webui/resources/css/i18n_process.css ('k') | ui/webui/resources/js/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/compiled_resources.gyp
diff --git a/ui/webui/resources/js/compiled_resources.gyp b/ui/webui/resources/js/compiled_resources.gyp
index fdfc299de551af358a587269cf4b745e7b21f1a5..cbfeab6278ac63939b5a538bbdc921e7b7b75d81 100644
--- a/ui/webui/resources/js/compiled_resources.gyp
+++ b/ui/webui/resources/js/compiled_resources.gyp
@@ -46,6 +46,7 @@
'target_name': 'i18n_template_no_process',
'variables': {
'depends': ['compiled_resources.gyp:load_time_data'],
+ 'externs': ['../../../../third_party/closure_compiler/externs/pending_compiler_externs.js'],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
},
@@ -53,6 +54,7 @@
'target_name': 'i18n_template',
'variables': {
'depends': ['compiled_resources.gyp:load_time_data'],
+ 'externs': ['../../../../third_party/closure_compiler/externs/pending_compiler_externs.js'],
},
'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
},
« no previous file with comments | « ui/webui/resources/css/i18n_process.css ('k') | ui/webui/resources/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698