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

Side by Side Diff: chrome/browser/resources/md_downloads/BUILD.gn

Issue 2674553002: MD WebUI: attempt to clean up file paths on vulcanize+Windows (Closed)
Patch Set: tests Created 3 years, 10 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 unified diff | Download patch
OLDNEW
1 import("../vulcanize.gni") 1 import("../vulcanize.gni")
2 2
3 vulcanize("vulcanize") { 3 vulcanize("vulcanize") {
4 deps = []
4 host = "downloads" 5 host = "downloads"
5 html_in_file = "downloads.html" 6 html_in_file = "downloads.html"
6 html_out_file = "vulcanized.html" 7 html_out_file = "vulcanized.html"
8 input = rebase_path(".", root_build_dir)
7 insert_in_head = "<base href=chrome://downloads>" 9 insert_in_head = "<base href=chrome://downloads>"
8
9 input_type = "FOLDER"
10 input = rebase_path(".", root_build_dir)
11 js_out_file = "crisper.js" 10 js_out_file = "crisper.js"
12 deps = []
13 } 11 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/vulcanize.gni » ('j') | chrome/browser/resources/vulcanize_gn.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698