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

Unified Diff: chrome/browser/BUILD.gn

Issue 2670723002: [MD History] Vulcanize as part of GN build. (Closed)
Patch Set: 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') | chrome/browser/resources/md_history/BUILD.gn » ('J')
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 443d291c4d75874972f58ff4f1d5d99d1edef86d..30169affff070d8f7d24b590dd551c0a98331da0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4164,7 +4164,10 @@ grit("resources") {
]
if (use_vulcanize) {
- deps += [ "//chrome/browser/resources/md_downloads:vulcanize" ]
+ deps += [
+ "//chrome/browser/resources/md_downloads:build",
+ "//chrome/browser/resources/md_history:build",
+ ]
}
if (safe_browsing_mode > 0) {
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/md_history/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698