OLD | NEW |
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_model.h", | 11 "tab_model.h", |
11 "tab_model_observer.h", | 12 "tab_model_observer.h", |
12 "tab_private.h", | 13 "tab_private.h", |
13 "tab_snapshotting_delegate.h", | 14 "tab_snapshotting_delegate.h", |
14 ] | 15 ] |
15 deps = [ | 16 deps = [ |
16 "//components/signin/ios/browser", | 17 "//components/signin/ios/browser", |
17 "//ios/net", | 18 "//ios/net", |
18 "//ios/web", | 19 "//ios/web", |
19 "//ui/base", | 20 "//ui/base", |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "//ios/public/provider/chrome/browser:test_support", | 138 "//ios/public/provider/chrome/browser:test_support", |
138 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", | 139 "//ios/public/provider/chrome/browser/native_app_launcher:test_support", |
139 "//ios/testing:ocmock_support", | 140 "//ios/testing:ocmock_support", |
140 "//ios/web", | 141 "//ios/web", |
141 "//ios/web:test_support", | 142 "//ios/web:test_support", |
142 "//net", | 143 "//net", |
143 "//testing/gtest", | 144 "//testing/gtest", |
144 "//third_party/ocmock", | 145 "//third_party/ocmock", |
145 ] | 146 ] |
146 } | 147 } |
OLD | NEW |