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

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

Issue 2748793002: [ios] Add a delegate to WebStateList class. (Closed)
Patch Set: Browser owns the BrowserWebStateListDelegate. Created 3 years, 9 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 "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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 source_set("tabs_internal_arc") { 118 source_set("tabs_internal_arc") {
119 sources = [ 119 sources = [
120 "legacy_tab_helper.mm", 120 "legacy_tab_helper.mm",
121 "tab_model_list.mm", 121 "tab_model_list.mm",
122 "tab_model_observers.h", 122 "tab_model_observers.h",
123 "tab_model_observers.mm", 123 "tab_model_observers.mm",
124 "tab_model_observers_bridge.h", 124 "tab_model_observers_bridge.h",
125 "tab_model_observers_bridge.mm", 125 "tab_model_observers_bridge.mm",
126 "tab_model_selected_tab_observer.h", 126 "tab_model_selected_tab_observer.h",
127 "tab_model_selected_tab_observer.mm", 127 "tab_model_selected_tab_observer.mm",
128 "tab_model_web_state_list_delegate.h",
129 "tab_model_web_state_list_delegate.mm",
128 "tab_parenting_observer.h", 130 "tab_parenting_observer.h",
129 "tab_parenting_observer.mm", 131 "tab_parenting_observer.mm",
130 ] 132 ]
131 deps = [ 133 deps = [
132 ":tabs", 134 ":tabs",
133 "//base", 135 "//base",
134 "//ios/chrome/browser", 136 "//ios/chrome/browser",
135 "//ios/chrome/browser/browser_state", 137 "//ios/chrome/browser/browser_state",
136 "//ios/shared/chrome/browser/tabs", 138 "//ios/shared/chrome/browser/tabs",
137 "//ios/web", 139 "//ios/web",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 ":tabs", 187 ":tabs",
186 ":tabs_internal", 188 ":tabs_internal",
187 "//base", 189 "//base",
188 "//ios/chrome/browser/browser_state:test_support", 190 "//ios/chrome/browser/browser_state:test_support",
189 "//ios/chrome/browser/sessions:test_support", 191 "//ios/chrome/browser/sessions:test_support",
190 "//ios/web:test_support", 192 "//ios/web:test_support",
191 "//testing/gtest", 193 "//testing/gtest",
192 ] 194 ]
193 configs += [ "//build/config/compiler:enable_arc" ] 195 configs += [ "//build/config/compiler:enable_arc" ]
194 } 196 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_model.mm » ('j') | ios/clean/chrome/browser/model/browser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698