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

Unified Diff: chrome/browser/resources/vulcanize.py

Issue 2352553002: [MD History] Run MD History on chrome://chrome/history. (Closed)
Patch Set: Created 4 years, 3 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
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__':

Powered by Google App Engine
This is Rietveld 408576698