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

Side by Side Diff: ios/chrome/browser/ui/ntp/recent_tabs/BUILD.gn

Issue 2593993002: Remove ChromeBrowserProvider::GetLiveTabContextProvider() method. (Closed)
Patch Set: Rebase and fix "gn check". Created 3 years, 11 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 | « ios/chrome/browser/ui/main/BUILD.gn ('k') | ios/chrome/browser/ui/tab_switcher/BUILD.gn » ('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("recent_tabs") { 5 source_set("recent_tabs") {
6 sources = [ 6 sources = [
7 "recent_tabs_bridges.h", 7 "recent_tabs_bridges.h",
8 "recent_tabs_bridges.mm", 8 "recent_tabs_bridges.mm",
9 "recent_tabs_panel_controller.h", 9 "recent_tabs_panel_controller.h",
10 "recent_tabs_panel_controller.mm", 10 "recent_tabs_panel_controller.mm",
(...skipping 11 matching lines...) Expand all
22 "//base", 22 "//base",
23 "//components/browser_sync", 23 "//components/browser_sync",
24 "//components/sessions", 24 "//components/sessions",
25 "//components/signin/core/browser", 25 "//components/signin/core/browser",
26 "//components/sync", 26 "//components/sync",
27 "//ios/chrome/app/strings", 27 "//ios/chrome/app/strings",
28 "//ios/chrome/app/theme", 28 "//ios/chrome/app/theme",
29 "//ios/chrome/browser/browser_state", 29 "//ios/chrome/browser/browser_state",
30 "//ios/chrome/browser/metrics:metrics_internal", 30 "//ios/chrome/browser/metrics:metrics_internal",
31 "//ios/chrome/browser/sessions", 31 "//ios/chrome/browser/sessions",
32 "//ios/chrome/browser/sessions:sessions_internal",
33 "//ios/chrome/browser/signin", 32 "//ios/chrome/browser/signin",
34 "//ios/chrome/browser/sync", 33 "//ios/chrome/browser/sync",
35 "//ios/chrome/browser/ui", 34 "//ios/chrome/browser/ui",
36 "//ios/chrome/browser/ui/commands", 35 "//ios/chrome/browser/ui/commands",
37 "//ios/chrome/browser/ui/context_menu", 36 "//ios/chrome/browser/ui/context_menu",
38 "//ios/chrome/browser/ui/ntp", 37 "//ios/chrome/browser/ui/ntp",
39 "//ios/chrome/browser/ui/ntp/recent_tabs/views", 38 "//ios/chrome/browser/ui/ntp/recent_tabs/views",
40 "//ios/web", 39 "//ios/web",
41 "//ui/base", 40 "//ui/base",
42 "//url", 41 "//url",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//ios/chrome/app/strings", 82 "//ios/chrome/app/strings",
84 "//ios/chrome/browser/ui", 83 "//ios/chrome/browser/ui",
85 "//ios/chrome/browser/ui/tools_menu", 84 "//ios/chrome/browser/ui/tools_menu",
86 "//ios/chrome/test/app:test_support", 85 "//ios/chrome/test/app:test_support",
87 "//ios/chrome/test/earl_grey:test_support", 86 "//ios/chrome/test/earl_grey:test_support",
88 "//ios/third_party/earl_grey", 87 "//ios/third_party/earl_grey",
89 "//ios/web:test_support", 88 "//ios/web:test_support",
90 ] 89 ]
91 libs = [ "XCTest.framework" ] 90 libs = [ "XCTest.framework" ]
92 } 91 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/main/BUILD.gn ('k') | ios/chrome/browser/ui/tab_switcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698