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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 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') | ios/chrome/browser/ios_chrome_main_parts.mm » ('j') | 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..3af212a9ce95a19c6fadf8148feba4c98374113e 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",
@@ -150,6 +142,7 @@ source_set("browser_impl") {
"//components/translate/core/browser",
"//components/update_client",
"//components/variations",
+ "//components/variations/field_trial_config",
"//components/variations/service",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/browser_state:browser_state_impl",
« no previous file with comments | « ios/chrome/app/BUILD.gn ('k') | ios/chrome/browser/ios_chrome_main_parts.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698