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

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

Issue 2569333002: Address some TODO(GYP_GONE)s (Closed)
Patch Set: reland 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 9e5dafbcd9542907401602e4e816d60e45f8637b..d8fd944ab6b5761f5c2ff63b16163393d657704e 100644
--- a/chrome/installer/linux/BUILD.gn
+++ b/chrome/installer/linux/BUILD.gn
@@ -50,18 +50,6 @@ group("linux") {
]
}
-# 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",
- ]
-}
-
branding_dir = "//chrome/app/theme/$branding_path_component"
branding_dir_100 =
"//chrome/app/theme/default_100_percent/$branding_path_component"
« 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