| Index: chrome/browser/resources/history/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/history/compiled_resources.gyp b/chrome/browser/resources/history/compiled_resources.gyp
|
| index 9934bd0e18d163701a776f97408a2cc5a6704439..0ed4fb81326ea9dcc4b18fbe2b7d272a7a58288a 100644
|
| --- a/chrome/browser/resources/history/compiled_resources.gyp
|
| +++ b/chrome/browser/resources/history/compiled_resources.gyp
|
| @@ -27,7 +27,10 @@
|
| '../../../../ui/webui/resources/js/util.js',
|
| 'history_focus_manager.js',
|
| ],
|
| - 'externs': ['<(EXTERNS_DIR)/chrome_send.js'],
|
| + 'externs': [
|
| + '<(EXTERNS_DIR)/chrome_send.js',
|
| + 'externs.js',
|
| + ],
|
| },
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
|
| }
|
|
|