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

Unified Diff: ios/chrome/browser/BUILD.gn

Issue 2454093002: Remove obsolete targets and dependencies. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « ios/chrome/app/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index be01df0700109c09593eb5802505018b83554121..bfb36f9a2ddba2382488cadbcb76d26b0558343b 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -112,14 +112,6 @@ source_set("browser") {
libs = [ "UIKit.framework" ]
}
-# TODO(crbug.com/658242): this target is there to avoid breaking downstream
-# when this CL rolls. It should be removed in favor of browser.
-group("browser_no_public_deps") {
- public_deps = [
- ":browser",
- ]
-}
-
source_set("browser_impl") {
sources = [
"application_context_impl.cc",
« no previous file with comments | « ios/chrome/app/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698