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("tab_grid") { | 5 source_set("tab_grid") { |
6 sources = [ | 6 sources = [ |
7 "tab_grid_coordinator.h", | 7 "tab_grid_coordinator.h", |
8 "tab_grid_coordinator.mm", | 8 "tab_grid_coordinator.mm", |
9 "tab_grid_mediator.h", | 9 "tab_grid_mediator.h", |
10 "tab_grid_mediator.mm", | 10 "tab_grid_mediator.mm", |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 configs += [ "//build/config/compiler:enable_arc" ] | 78 configs += [ "//build/config/compiler:enable_arc" ] |
79 | 79 |
80 deps = [ | 80 deps = [ |
81 ":tab_grid", | 81 ":tab_grid", |
82 ":tab_grid_ui", | 82 ":tab_grid_ui", |
83 "//base", | 83 "//base", |
84 "//base/test:test_support", | 84 "//base/test:test_support", |
85 "//ios/chrome/browser/web_state_list", | 85 "//ios/chrome/browser/web_state_list", |
86 "//ios/chrome/browser/web_state_list:test_support", | 86 "//ios/chrome/browser/web_state_list:test_support", |
87 "//ios/chrome/test/base", | 87 "//ios/chrome/test/base", |
88 "//ios/web:test_support", | 88 "//ios/web/public/test/fakes:test_support", |
89 "//testing/gtest", | 89 "//testing/gtest", |
90 "//third_party/ocmock", | 90 "//third_party/ocmock", |
91 ] | 91 ] |
92 } | 92 } |
OLD | NEW |