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

Side by Side Diff: ios/clean/chrome/browser/ui/tab_collection/BUILD.gn

Issue 2967083002: [ios] TabCollectionTabCell to use SnapshotCache. (Closed)
Patch Set: Clean up Created 3 years, 5 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/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h » ('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("tab_collection") { 5 source_set("tab_collection") {
6 sources = [ 6 sources = [
7 "tab_collection_mediator.h", 7 "tab_collection_mediator.h",
8 "tab_collection_mediator.mm", 8 "tab_collection_mediator.mm",
9 ] 9 ]
10 deps = [ 10 deps = [
(...skipping 12 matching lines...) Expand all
23 "tab_collection_item.h", 23 "tab_collection_item.h",
24 "tab_collection_item.mm", 24 "tab_collection_item.mm",
25 "tab_collection_tab_cell.h", 25 "tab_collection_tab_cell.h",
26 "tab_collection_tab_cell.mm", 26 "tab_collection_tab_cell.mm",
27 "tab_collection_view_controller.h", 27 "tab_collection_view_controller.h",
28 "tab_collection_view_controller.mm", 28 "tab_collection_view_controller.mm",
29 ] 29 ]
30 deps = [ 30 deps = [
31 "//base", 31 "//base",
32 "//ios/chrome/app/theme:theme_grit", 32 "//ios/chrome/app/theme:theme_grit",
33 "//ios/chrome/browser/snapshots",
33 "//ios/chrome/browser/ui", 34 "//ios/chrome/browser/ui",
34 "//ios/chrome/browser/ui/tab_switcher", 35 "//ios/chrome/browser/ui/tab_switcher",
35 "//ios/clean/chrome/browser/ui/commands", 36 "//ios/clean/chrome/browser/ui/commands",
36 ] 37 ]
37 configs += [ "//build/config/compiler:enable_arc" ] 38 configs += [ "//build/config/compiler:enable_arc" ]
38 } 39 }
39 40
40 source_set("unit_tests") { 41 source_set("unit_tests") {
41 sources = [ 42 sources = [
42 "tab_collection_mediator_unittest.mm", 43 "tab_collection_mediator_unittest.mm",
44 "tab_collection_tab_cell_unittest.mm",
43 "tab_collection_view_controller_unittest.mm", 45 "tab_collection_view_controller_unittest.mm",
44 ] 46 ]
45 deps = [ 47 deps = [
46 ":tab_collection", 48 ":tab_collection",
47 ":tab_collection_ui", 49 ":tab_collection_ui",
48 "//base", 50 "//base",
49 "//base/test:test_support", 51 "//base/test:test_support",
52 "//ios/chrome/browser/snapshots",
53 "//ios/chrome/browser/ui/tab_switcher",
50 "//ios/chrome/browser/web", 54 "//ios/chrome/browser/web",
51 "//ios/chrome/browser/web_state_list", 55 "//ios/chrome/browser/web_state_list",
52 "//ios/chrome/browser/web_state_list:test_support", 56 "//ios/chrome/browser/web_state_list:test_support",
53 "//ios/chrome/test/base", 57 "//ios/chrome/test/base",
54 "//ios/web/public/test/fakes", 58 "//ios/web/public/test/fakes",
55 "//testing/gtest", 59 "//testing/gtest",
56 "//third_party/ocmock", 60 "//third_party/ocmock",
61 "//ui/base:test_support",
57 "//url:url", 62 "//url:url",
58 ] 63 ]
59 configs += [ "//build/config/compiler:enable_arc" ] 64 configs += [ "//build/config/compiler:enable_arc" ]
60 testonly = true 65 testonly = true
61 } 66 }
OLDNEW
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698