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

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

Issue 2754733002: Closure: remove pending_compiler_externs.js (Closed)
Patch Set: remove Created 3 years, 9 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/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/compiled_resources2.gyp
diff --git a/ui/webui/resources/js/compiled_resources2.gyp b/ui/webui/resources/js/compiled_resources2.gyp
index e7849f77ffa40ab02d88f56b879707b23dacca1d..1316c153d1480f1aadf9166e7545b9066ab030c4 100644
--- a/ui/webui/resources/js/compiled_resources2.gyp
+++ b/ui/webui/resources/js/compiled_resources2.gyp
@@ -36,17 +36,13 @@
'target_name': 'i18n_template_no_process',
'dependencies': [
'load_time_data',
- '<(EXTERNS_GYP):pending_compiler_externs',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
'target_name': 'i18n_template',
'dependencies': [
- 'load_time_data',
- # Ideally, <include> would automatically import externs as well, but
- # it current doesn't and that sounds hard. Let's just kill <include>.
- '<(EXTERNS_GYP):pending_compiler_externs',
+ 'i18n_template_no_process',
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
« no previous file with comments | « ui/webui/resources/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698