| Index: chrome/browser/resources/vulcanize.py
|
| diff --git a/chrome/browser/resources/vulcanize.py b/chrome/browser/resources/vulcanize.py
|
| index dfaf3574834419dcff7e6a4d72710055a643bc29..273fdf173efbb19ce21ae2f66ba7e68659ec1df4 100755
|
| --- a/chrome/browser/resources/vulcanize.py
|
| +++ b/chrome/browser/resources/vulcanize.py
|
| @@ -103,10 +103,10 @@ def main():
|
|
|
| # Already loaded by history.html:
|
| history_extra_args = ['--exclude', 'chrome://resources/html/util.html',
|
| - '--exclude', 'chrome://history/constants.html']
|
| - _vulcanize(directory='md_history', host='history', html_in_file='app.html',
|
| - html_out_file='app.vulcanized.html', js_out_file='app.crisper.js',
|
| - extra_args=history_extra_args)
|
| + '--exclude', 'chrome://chrome/history/constants.html']
|
| + _vulcanize(directory='md_history', host='chrome/history',
|
| + html_in_file='app.html', html_out_file='app.vulcanized.html',
|
| + js_out_file='app.crisper.js', extra_args=history_extra_args)
|
|
|
|
|
| if __name__ == '__main__':
|
|
|