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

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

Issue 2681843002: Add mechanism to get the Tab from the associated WebState. (Closed)
Patch Set: Created 3 years, 10 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 12 matching lines...) Expand all
23 "//components/sync_sessions", 23 "//components/sync_sessions",
24 "//ios/net", 24 "//ios/net",
25 "//ios/web", 25 "//ios/web",
26 "//ui/base", 26 "//ui/base",
27 ] 27 ]
28 libs = [ "UIKit.framework" ] 28 libs = [ "UIKit.framework" ]
29 } 29 }
30 30
31 source_set("tabs_internal") { 31 source_set("tabs_internal") {
32 sources = [ 32 sources = [
33 "legacy_tab_helper.h",
rohitrao (ping after 24h) 2017/02/08 14:07:48 Should we make this an ARC file?
sdefresne 2017/02/08 14:45:34 Done.
34 "legacy_tab_helper.mm",
33 "tab.mm", 35 "tab.mm",
34 "tab_model.mm", 36 "tab_model.mm",
35 "tab_model_order_controller.mm", 37 "tab_model_order_controller.mm",
36 "tab_model_synced_window_delegate.mm", 38 "tab_model_synced_window_delegate.mm",
37 "tab_model_synced_window_delegate_getter.mm", 39 "tab_model_synced_window_delegate_getter.mm",
38 ] 40 ]
39 deps = [ 41 deps = [
40 ":tabs", 42 ":tabs",
41 ":tabs_internal_arc", 43 ":tabs_internal_arc",
42 "//base", 44 "//base",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 ":tabs", 176 ":tabs",
175 ":tabs_internal", 177 ":tabs_internal",
176 "//base", 178 "//base",
177 "//ios/chrome/browser/browser_state:test_support", 179 "//ios/chrome/browser/browser_state:test_support",
178 "//ios/chrome/browser/sessions:test_support", 180 "//ios/chrome/browser/sessions:test_support",
179 "//ios/web:test_support", 181 "//ios/web:test_support",
180 "//testing/gtest", 182 "//testing/gtest",
181 ] 183 ]
182 configs += [ "//build/config/compiler:enable_arc" ] 184 configs += [ "//build/config/compiler:enable_arc" ]
183 } 185 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/legacy_tab_helper.h » ('j') | ios/chrome/browser/tabs/legacy_tab_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698