Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 import("../vulcanize.gni") | |
| 2 | |
| 3 vulcanize("vulcanize") { | |
| 4 host = "downloads" | |
| 5 html_in_file = "downloads.html" | |
| 6 html_out_file = "vulcanized.html" | |
| 7 | |
| 8 input_type = "FOLDER" | |
| 9 input = rebase_path(".", root_build_dir) | |
| 10 js_out_file = "crisper.js" | |
| 11 deps = [] | |
| 12 } | |
| OLD | NEW |