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

Unified Diff: BUILD.gn

Issue 2094583004: Initial commit for Chrome metainstaller on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/installer/mac/app/BUILD.gn » ('j') | chrome/installer/mac/app/OWNERS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 5b73c3c2ab3d551fdefee708c618e79552faf72c..d0c8823de62e24a750f43e4be76175423a7c7868 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1040,3 +1040,10 @@ template("assert_valid_out_dir") {
assert_valid_out_dir("_unused") {
actual_sources = [ "$root_build_dir/foo" ]
}
+
+group("root") {
+ deps = [
+ "//chrome/installer/mac/app:downloader",
+ "//url",
+ ]
+}
« no previous file with comments | « no previous file | chrome/installer/mac/app/BUILD.gn » ('j') | chrome/installer/mac/app/OWNERS » ('J')

Powered by Google App Engine
This is Rietveld 408576698