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

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

Issue 2845353002: [ios] ARCMigrate i/c/b/tabs/tab_model_synced_window_delegate*. (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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "legacy_tab_helper.h", 7 "legacy_tab_helper.h",
8 "tab.h", 8 "tab.h",
9 "tab_delegate.h", 9 "tab_delegate.h",
10 "tab_dialog_delegate.h", 10 "tab_dialog_delegate.h",
(...skipping 16 matching lines...) Expand all
27 "//ios/web", 27 "//ios/web",
28 "//ios/web:user_agent", 28 "//ios/web:user_agent",
29 "//ui/base", 29 "//ui/base",
30 ] 30 ]
31 libs = [ "UIKit.framework" ] 31 libs = [ "UIKit.framework" ]
32 } 32 }
33 33
34 source_set("tabs_internal") { 34 source_set("tabs_internal") {
35 sources = [ 35 sources = [
36 "tab_model.mm", 36 "tab_model.mm",
37 "tab_model_synced_window_delegate.mm",
38 "tab_model_synced_window_delegate_getter.mm",
39 ] 37 ]
40 deps = [ 38 deps = [
41 ":tabs", 39 ":tabs",
42 ":tabs_internal_arc", 40 ":tabs_internal_arc",
43 "//base", 41 "//base",
44 "//components/content_settings/core/browser", 42 "//components/content_settings/core/browser",
45 "//components/favicon/core", 43 "//components/favicon/core",
46 "//components/favicon/ios", 44 "//components/favicon/ios",
47 "//components/google/core/browser", 45 "//components/google/core/browser",
48 "//components/history/core/browser", 46 "//components/history/core/browser",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "tab_helper_util.mm", 125 "tab_helper_util.mm",
128 "tab_model_closing_web_state_observer.h", 126 "tab_model_closing_web_state_observer.h",
129 "tab_model_closing_web_state_observer.mm", 127 "tab_model_closing_web_state_observer.mm",
130 "tab_model_list.mm", 128 "tab_model_list.mm",
131 "tab_model_observers.h", 129 "tab_model_observers.h",
132 "tab_model_observers.mm", 130 "tab_model_observers.mm",
133 "tab_model_observers_bridge.h", 131 "tab_model_observers_bridge.h",
134 "tab_model_observers_bridge.mm", 132 "tab_model_observers_bridge.mm",
135 "tab_model_selected_tab_observer.h", 133 "tab_model_selected_tab_observer.h",
136 "tab_model_selected_tab_observer.mm", 134 "tab_model_selected_tab_observer.mm",
135 "tab_model_synced_window_delegate.mm",
136 "tab_model_synced_window_delegate_getter.mm",
137 "tab_model_web_state_list_delegate.h", 137 "tab_model_web_state_list_delegate.h",
138 "tab_model_web_state_list_delegate.mm", 138 "tab_model_web_state_list_delegate.mm",
139 "tab_parenting_observer.h", 139 "tab_parenting_observer.h",
140 "tab_parenting_observer.mm", 140 "tab_parenting_observer.mm",
141 ] 141 ]
142 deps = [ 142 deps = [
143 ":tabs", 143 ":tabs",
144 "//base", 144 "//base",
145 "//components/content_settings/core/browser", 145 "//components/content_settings/core/browser",
146 "//components/favicon/core", 146 "//components/favicon/core",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 ":tabs", 268 ":tabs",
269 ":tabs_internal", 269 ":tabs_internal",
270 "//base", 270 "//base",
271 "//ios/chrome/browser/browser_state:test_support", 271 "//ios/chrome/browser/browser_state:test_support",
272 "//ios/chrome/browser/sessions:test_support", 272 "//ios/chrome/browser/sessions:test_support",
273 "//ios/web:test_support", 273 "//ios/web:test_support",
274 "//testing/gtest", 274 "//testing/gtest",
275 ] 275 ]
276 configs += [ "//build/config/compiler:enable_arc" ] 276 configs += [ "//build/config/compiler:enable_arc" ]
277 } 277 }
OLDNEW
« 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