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

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

Issue 2854133002: [ios] ARCMigrate ios/chrome/browser/tabs/tab_model.mm to ARC. (Closed)
Patch Set: Rebase Created 3 years, 7 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 | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/BUILD.gn
diff --git a/ios/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/tabs/BUILD.gn
index 55f50de34de8080a41952e95ccdda20e7773c897..bc1da78bd8dfe4c790dead979a3f65261925e1e2 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -35,96 +35,11 @@ source_set("tabs") {
source_set("tabs_internal") {
sources = [
- "tab_model.mm",
- ]
- deps = [
- ":tabs",
- ":tabs_internal_arc",
- "//base",
- "//components/content_settings/core/browser",
- "//components/favicon/core",
- "//components/favicon/ios",
- "//components/google/core/browser",
- "//components/history/core/browser",
- "//components/history/ios/browser",
- "//components/infobars/core",
- "//components/keyed_service/core",
- "//components/metrics_services_manager",
- "//components/navigation_metrics",
- "//components/prefs",
- "//components/reading_list/core",
- "//components/search_engines",
- "//components/sessions",
- "//components/signin/core/browser",
- "//components/signin/ios/browser",
- "//components/strings",
- "//components/url_formatter",
- "//ios/chrome/app/strings",
- "//ios/chrome/browser",
- "//ios/chrome/browser/autofill",
- "//ios/chrome/browser/autofill:autofill_internal",
- "//ios/chrome/browser/bookmarks",
- "//ios/chrome/browser/browser_state",
- "//ios/chrome/browser/content_settings",
- "//ios/chrome/browser/favicon",
- "//ios/chrome/browser/find_in_page",
- "//ios/chrome/browser/geolocation:geolocation_internal",
- "//ios/chrome/browser/history",
- "//ios/chrome/browser/infobars",
- "//ios/chrome/browser/metrics",
- "//ios/chrome/browser/metrics:metrics_internal",
- "//ios/chrome/browser/native_app_launcher:native_app_launcher_internal",
- "//ios/chrome/browser/passwords",
- "//ios/chrome/browser/passwords:passwords_internal",
- "//ios/chrome/browser/reading_list",
- "//ios/chrome/browser/search_engines",
- "//ios/chrome/browser/sessions",
- "//ios/chrome/browser/sessions:serialisation",
- "//ios/chrome/browser/signin",
- "//ios/chrome/browser/signin:signin_internal",
- "//ios/chrome/browser/snapshots",
- "//ios/chrome/browser/snapshots:snapshots_internal",
- "//ios/chrome/browser/ssl",
- "//ios/chrome/browser/store_kit",
- "//ios/chrome/browser/sync",
- "//ios/chrome/browser/translate",
- "//ios/chrome/browser/u2f",
- "//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui:ui_internal",
- "//ios/chrome/browser/ui/alert_coordinator",
- "//ios/chrome/browser/ui/commands",
- "//ios/chrome/browser/ui/downloads",
- "//ios/chrome/browser/ui/overscroll_actions",
- "//ios/chrome/browser/ui/reader_mode",
- "//ios/chrome/browser/ui/sad_tab",
- "//ios/chrome/browser/ui/toolbar",
- "//ios/chrome/browser/ui/util",
- "//ios/chrome/browser/web",
- "//ios/chrome/browser/web:sad_tab_tab_helper_delegate",
- "//ios/chrome/browser/web:web_internal",
- "//ios/chrome/browser/web_state_list",
- "//ios/net",
- "//ios/public/provider/chrome/browser",
- "//ios/public/provider/chrome/browser/native_app_launcher",
- "//ios/web",
- "//ios/web:user_agent",
- "//net",
- "//ui/base",
- "//url",
- ]
- allow_circular_includes_from = [ ":tabs_internal_arc" ]
- libs = [
- "CoreLocation.framework",
- "UIKit.framework",
- ]
-}
-
-source_set("tabs_internal_arc") {
- sources = [
"legacy_tab_helper.mm",
"tab.h",
"tab.mm",
"tab_helper_util.mm",
+ "tab_model.mm",
"tab_model_closing_web_state_observer.h",
"tab_model_closing_web_state_observer.mm",
"tab_model_list.mm",
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698