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

Side by Side Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback Created 3 years, 9 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/sync/ios_chrome_sync_client.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('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("tabs") { 5 source_set("tabs") {
6 sources = [ 6 sources = [
7 "legacy_tab_helper.h", 7 "legacy_tab_helper.h",
8 "tab.h", 8 "tab.h",
9 "tab_delegate.h", 9 "tab_delegate.h",
10 "tab_dialog_delegate.h", 10 "tab_dialog_delegate.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//components/favicon/ios", 44 "//components/favicon/ios",
45 "//components/google/core/browser", 45 "//components/google/core/browser",
46 "//components/history/core/browser", 46 "//components/history/core/browser",
47 "//components/history/ios/browser", 47 "//components/history/ios/browser",
48 "//components/infobars/core", 48 "//components/infobars/core",
49 "//components/keyed_service/core", 49 "//components/keyed_service/core",
50 "//components/metrics_services_manager", 50 "//components/metrics_services_manager",
51 "//components/navigation_metrics", 51 "//components/navigation_metrics",
52 "//components/prefs", 52 "//components/prefs",
53 "//components/reading_list/core", 53 "//components/reading_list/core",
54 "//components/reading_list/ios", 54 "//components/reading_list/core:flags",
55 "//components/search_engines", 55 "//components/search_engines",
56 "//components/sessions", 56 "//components/sessions",
57 "//components/signin/core/browser", 57 "//components/signin/core/browser",
58 "//components/signin/ios/browser", 58 "//components/signin/ios/browser",
59 "//components/strings", 59 "//components/strings",
60 "//components/url_formatter", 60 "//components/url_formatter",
61 "//ios/chrome/app/strings", 61 "//ios/chrome/app/strings",
62 "//ios/chrome/browser", 62 "//ios/chrome/browser",
63 "//ios/chrome/browser/autofill", 63 "//ios/chrome/browser/autofill",
64 "//ios/chrome/browser/autofill:autofill_internal", 64 "//ios/chrome/browser/autofill:autofill_internal",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "tab_parenting_observer.h", 132 "tab_parenting_observer.h",
133 "tab_parenting_observer.mm", 133 "tab_parenting_observer.mm",
134 ] 134 ]
135 deps = [ 135 deps = [
136 ":tabs", 136 ":tabs",
137 "//base", 137 "//base",
138 "//components/favicon/ios", 138 "//components/favicon/ios",
139 "//components/history/core/browser", 139 "//components/history/core/browser",
140 "//components/history/ios/browser", 140 "//components/history/ios/browser",
141 "//components/keyed_service/core", 141 "//components/keyed_service/core",
142 "//components/reading_list/core", 142 "//components/reading_list/core:flags",
143 "//components/signin/ios/browser", 143 "//components/signin/ios/browser",
144 "//ios/chrome/browser", 144 "//ios/chrome/browser",
145 "//ios/chrome/browser/bookmarks", 145 "//ios/chrome/browser/bookmarks",
146 "//ios/chrome/browser/browser_state", 146 "//ios/chrome/browser/browser_state",
147 "//ios/chrome/browser/favicon", 147 "//ios/chrome/browser/favicon",
148 "//ios/chrome/browser/find_in_page", 148 "//ios/chrome/browser/find_in_page",
149 "//ios/chrome/browser/find_in_page", 149 "//ios/chrome/browser/find_in_page",
150 "//ios/chrome/browser/history", 150 "//ios/chrome/browser/history",
151 "//ios/chrome/browser/infobars", 151 "//ios/chrome/browser/infobars",
152 "//ios/chrome/browser/reading_list", 152 "//ios/chrome/browser/reading_list",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 ":tabs", 211 ":tabs",
212 ":tabs_internal", 212 ":tabs_internal",
213 "//base", 213 "//base",
214 "//ios/chrome/browser/browser_state:test_support", 214 "//ios/chrome/browser/browser_state:test_support",
215 "//ios/chrome/browser/sessions:test_support", 215 "//ios/chrome/browser/sessions:test_support",
216 "//ios/web:test_support", 216 "//ios/web:test_support",
217 "//testing/gtest", 217 "//testing/gtest",
218 ] 218 ]
219 configs += [ "//build/config/compiler:enable_arc" ] 219 configs += [ "//build/config/compiler:enable_arc" ]
220 } 220 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/sync/ios_chrome_sync_client.mm ('k') | ios/chrome/browser/tabs/tab.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698