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

Side by Side Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2615003002: Use ChromeBrowserStateManager instead of BrowserListIOS. (Closed)
Patch Set: Fix ios_chrome_perftests. Created 3 years, 11 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("tabs") { 5 source_set("tabs") {
6 sources = [ 6 sources = [
7 "tab.h", 7 "tab.h",
8 "tab_delegate.h", 8 "tab_delegate.h",
9 "tab_dialog_delegate.h", 9 "tab_dialog_delegate.h",
10 "tab_headers_delegate.h", 10 "tab_headers_delegate.h",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//ios/chrome/browser/sessions", 82 "//ios/chrome/browser/sessions",
83 "//ios/chrome/browser/signin", 83 "//ios/chrome/browser/signin",
84 "//ios/chrome/browser/signin:signin_internal", 84 "//ios/chrome/browser/signin:signin_internal",
85 "//ios/chrome/browser/snapshots", 85 "//ios/chrome/browser/snapshots",
86 "//ios/chrome/browser/snapshots:snapshots_internal", 86 "//ios/chrome/browser/snapshots:snapshots_internal",
87 "//ios/chrome/browser/ssl", 87 "//ios/chrome/browser/ssl",
88 "//ios/chrome/browser/sync", 88 "//ios/chrome/browser/sync",
89 "//ios/chrome/browser/translate", 89 "//ios/chrome/browser/translate",
90 "//ios/chrome/browser/u2f", 90 "//ios/chrome/browser/u2f",
91 "//ios/chrome/browser/ui", 91 "//ios/chrome/browser/ui",
92 "//ios/chrome/browser/ui:browser_list",
93 "//ios/chrome/browser/ui:ui_internal", 92 "//ios/chrome/browser/ui:ui_internal",
94 "//ios/chrome/browser/ui/alert_coordinator", 93 "//ios/chrome/browser/ui/alert_coordinator",
95 "//ios/chrome/browser/ui/commands", 94 "//ios/chrome/browser/ui/commands",
96 "//ios/chrome/browser/ui/downloads", 95 "//ios/chrome/browser/ui/downloads",
97 "//ios/chrome/browser/ui/overscroll_actions", 96 "//ios/chrome/browser/ui/overscroll_actions",
98 "//ios/chrome/browser/ui/reader_mode", 97 "//ios/chrome/browser/ui/reader_mode",
99 "//ios/chrome/browser/ui/sad_tab", 98 "//ios/chrome/browser/ui/sad_tab",
100 "//ios/chrome/browser/ui/toolbar", 99 "//ios/chrome/browser/ui/toolbar",
101 "//ios/chrome/browser/ui/util", 100 "//ios/chrome/browser/ui/util",
102 "//ios/chrome/browser/web", 101 "//ios/chrome/browser/web",
(...skipping 13 matching lines...) Expand all
116 ] 115 ]
117 } 116 }
118 117
119 source_set("tabs_internal_arc") { 118 source_set("tabs_internal_arc") {
120 sources = [ 119 sources = [
121 "tab_model_list.mm", 120 "tab_model_list.mm",
122 ] 121 ]
123 deps = [ 122 deps = [
124 ":tabs", 123 ":tabs",
125 "//base", 124 "//base",
125 "//ios/chrome/browser",
126 "//ios/chrome/browser/browser_state", 126 "//ios/chrome/browser/browser_state",
127 ] 127 ]
128 libs = [ "Foundation.framework" ] 128 libs = [ "Foundation.framework" ]
129 configs += [ "//build/config/compiler:enable_arc" ] 129 configs += [ "//build/config/compiler:enable_arc" ]
130 } 130 }
131 131
132 source_set("unit_tests") { 132 source_set("unit_tests") {
133 testonly = true 133 testonly = true
134 sources = [ 134 sources = [
135 "tab_model_order_controller_unittest.mm", 135 "tab_model_order_controller_unittest.mm",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ":tabs", 175 ":tabs",
176 ":tabs_internal", 176 ":tabs_internal",
177 "//base", 177 "//base",
178 "//ios/chrome/browser/browser_state:test_support", 178 "//ios/chrome/browser/browser_state:test_support",
179 "//ios/chrome/browser/sessions:test_support", 179 "//ios/chrome/browser/sessions:test_support",
180 "//ios/web:test_support", 180 "//ios/web:test_support",
181 "//testing/gtest", 181 "//testing/gtest",
182 ] 182 ]
183 configs += [ "//build/config/compiler:enable_arc" ] 183 configs += [ "//build/config/compiler:enable_arc" ]
184 } 184 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_sync_client.mm ('k') | ios/chrome/browser/tabs/tab_model_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698