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

Unified Diff: chrome/browser/BUILD.gn

Issue 2569293002: WebUI: Vulcanize MD Downloads at compile time using GN. (Closed)
Patch Set: Nit. Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 43cf6e0be8e2e76bb0c9e3e946daad17c98f9b2b..0b2316802c4e7322f83c7f17862be146eb637ec0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4146,6 +4146,10 @@ grit("resources") {
"//url/mojo:url_mojom_origin__generator",
]
+ if (use_vulcanize) {
+ deps += [ "//chrome/browser/resources/md_downloads:vulcanize" ]
+ }
+
if (safe_browsing_mode > 0) {
deps +=
[ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ]
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698