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

Unified Diff: chrome/installer/linux/BUILD.gn

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: Created 3 years, 8 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 | « breakpad/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/BUILD.gn
diff --git a/chrome/installer/linux/BUILD.gn b/chrome/installer/linux/BUILD.gn
index d8fd944ab6b5761f5c2ff63b16163393d657704e..9e5dafbcd9542907401602e4e816d60e45f8637b 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -47,6 +47,18 @@
":beta",
":stable",
":unstable",
+ ]
+}
+
+# This target is provided for compatibility w/ GYP. Users should always
+# depend directly on :linux instead of this target (we set visibility
+# to the empty list to prevent unwanted callers).
+# TODO(GYP_GONE): Delete this target after we've migrated away from GYP and
+# updated the bots to build :linux instead.
+group("linux_packages_all") {
+ visibility = []
+ deps = [
+ ":linux",
]
}
« no previous file with comments | « breakpad/BUILD.gn ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698