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

Unified Diff: chrome/installer/BUILD.gn

Issue 2094583004: Initial commit for Chrome metainstaller on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Additional progress addressing downloader and parser, moved BUILD dependencies away from root. Created 4 years, 6 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/installer/BUILD.gn
diff --git a/chrome/installer/BUILD.gn b/chrome/installer/BUILD.gn
index 1bd34f40b7622dfe9cd91b03b4683962241a8453..be1a4c22cdd31aba5440582a31e7a0d85bf778d8 100644
--- a/chrome/installer/BUILD.gn
+++ b/chrome/installer/BUILD.gn
@@ -16,6 +16,7 @@ group("installer") {
if (is_mac) {
deps = [
"//chrome/installer/mac",
+ "//chrome/installer/mac/app:downloader",
]
}
-}
+}

Powered by Google App Engine
This is Rietveld 408576698