| 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 d679f4c32a2fef5197c8d1bddec16908645ac253..a57647360f928db6d614acf026ee7ad1d5bdc07b 100644
|
| --- a/ui/webui/resources/js/compiled_resources.gyp
|
| +++ b/ui/webui/resources/js/compiled_resources.gyp
|
| @@ -23,15 +23,13 @@
|
| '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'],
|
| },
|
| {
|
| 'target_name': 'i18n_template',
|
| 'variables': {
|
| - 'depends': ['compiled_resources.gyp:load_time_data'],
|
| - 'externs': ['../../../../third_party/closure_compiler/externs/pending_compiler_externs.js'],
|
| + 'depends': ['compiled_resources.gyp:i18n_template_no_process'],
|
| },
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
|
| },
|
|
|