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

Unified Diff: chrome/browser/resources/md_downloads/BUILD.gn

Issue 2674553002: MD WebUI: attempt to clean up file paths on vulcanize+Windows (Closed)
Patch Set: depfile, +x 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_downloads/BUILD.gn
diff --git a/chrome/browser/resources/md_downloads/BUILD.gn b/chrome/browser/resources/md_downloads/BUILD.gn
index c10d231ba45a2a65f998b0228d49e36761e06454..b852bd4378375679428c9287a5f810c4cd3ddc71 100644
--- a/chrome/browser/resources/md_downloads/BUILD.gn
+++ b/chrome/browser/resources/md_downloads/BUILD.gn
@@ -1,13 +1,11 @@
import("../vulcanize.gni")
vulcanize("vulcanize") {
+ deps = []
host = "downloads"
html_in_file = "downloads.html"
html_out_file = "vulcanized.html"
- insert_in_head = "<base href=chrome://downloads>"
-
- input_type = "FOLDER"
input = rebase_path(".", root_build_dir)
+ insert_in_head = "<base href=chrome://downloads>"
js_out_file = "crisper.js"
- deps = []
}
« no previous file with comments | « no previous file | chrome/browser/resources/vulcanize.gni » ('j') | chrome/browser/resources/vulcanize_gn_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698