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

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

Issue 2948463002: [iOS Clean] Removed old overlay implementation.
Patch Set: rebase & Mark's comments 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
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_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",
11 ] 11 ]
12 12
13 configs += [ "//build/config/compiler:enable_arc" ] 13 configs += [ "//build/config/compiler:enable_arc" ]
14 14
15 deps = [ 15 deps = [
16 ":tab_grid_ui", 16 ":tab_grid_ui",
17 "//base", 17 "//base",
18 "//ios/chrome/browser/browser_state", 18 "//ios/chrome/browser/browser_state",
19 "//ios/chrome/browser/web_state_list", 19 "//ios/chrome/browser/web_state_list",
20 "//ios/clean/chrome/browser", 20 "//ios/clean/chrome/browser",
21 "//ios/clean/chrome/browser/ui/commands", 21 "//ios/clean/chrome/browser/ui/commands",
22 "//ios/clean/chrome/browser/ui/context_menu", 22 "//ios/clean/chrome/browser/ui/context_menu",
23 "//ios/clean/chrome/browser/ui/overlay_service",
23 "//ios/clean/chrome/browser/ui/settings", 24 "//ios/clean/chrome/browser/ui/settings",
24 "//ios/clean/chrome/browser/ui/tab", 25 "//ios/clean/chrome/browser/ui/tab",
25 "//ios/clean/chrome/browser/ui/tab_collection", 26 "//ios/clean/chrome/browser/ui/tab_collection",
26 "//ios/clean/chrome/browser/ui/tab_collection:tab_collection_ui", 27 "//ios/clean/chrome/browser/ui/tab_collection:tab_collection_ui",
27 "//ios/clean/chrome/browser/ui/tools", 28 "//ios/clean/chrome/browser/ui/tools",
28 "//ios/shared/chrome/browser/ui/browser_list", 29 "//ios/shared/chrome/browser/ui/browser_list",
29 "//ios/shared/chrome/browser/ui/commands", 30 "//ios/shared/chrome/browser/ui/commands",
30 "//ios/shared/chrome/browser/ui/coordinators", 31 "//ios/shared/chrome/browser/ui/coordinators",
31 "//ios/shared/chrome/browser/ui/tools_menu", 32 "//ios/shared/chrome/browser/ui/tools_menu",
32 "//ios/web", 33 "//ios/web",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "//base", 85 "//base",
85 "//base/test:test_support", 86 "//base/test:test_support",
86 "//ios/chrome/browser/web_state_list", 87 "//ios/chrome/browser/web_state_list",
87 "//ios/chrome/browser/web_state_list:test_support", 88 "//ios/chrome/browser/web_state_list:test_support",
88 "//ios/chrome/test/base", 89 "//ios/chrome/test/base",
89 "//ios/web/public/test/fakes", 90 "//ios/web/public/test/fakes",
90 "//testing/gtest", 91 "//testing/gtest",
91 "//third_party/ocmock", 92 "//third_party/ocmock",
92 ] 93 ]
93 } 94 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/browser/ui/tab/tab_coordinator.mm ('k') | ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698