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

Side by Side Diff: ios/chrome/browser/ui/ntp/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
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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/bookmarks_bar_bg.png", 7 "resources/bookmarks_bar_bg.png",
8 "resources/bookmarks_bar_bg@2x.png", 8 "resources/bookmarks_bar_bg@2x.png",
9 "resources/bookmarks_bar_bg@2x~ipad.png", 9 "resources/bookmarks_bar_bg@2x~ipad.png",
10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "//base:i18n", 150 "//base:i18n",
151 "//components/favicon/core", 151 "//components/favicon/core",
152 "//components/favicon_base", 152 "//components/favicon_base",
153 "//components/google/core/browser", 153 "//components/google/core/browser",
154 "//components/history/core/browser", 154 "//components/history/core/browser",
155 "//components/keyed_service/core", 155 "//components/keyed_service/core",
156 "//components/metrics", 156 "//components/metrics",
157 "//components/ntp_tiles", 157 "//components/ntp_tiles",
158 "//components/prefs", 158 "//components/prefs",
159 "//components/rappor", 159 "//components/rappor",
160 "//components/reading_list/core", 160 "//components/reading_list/core:flags",
161 "//components/search_engines", 161 "//components/search_engines",
162 "//components/strings", 162 "//components/strings",
163 "//components/suggestions", 163 "//components/suggestions",
164 "//components/sync_sessions", 164 "//components/sync_sessions",
165 "//components/toolbar", 165 "//components/toolbar",
166 "//ios/chrome/app/strings", 166 "//ios/chrome/app/strings",
167 "//ios/chrome/app/theme", 167 "//ios/chrome/app/theme",
168 "//ios/chrome/browser", 168 "//ios/chrome/browser",
169 "//ios/chrome/browser/browser_state", 169 "//ios/chrome/browser/browser_state",
170 "//ios/chrome/browser/favicon", 170 "//ios/chrome/browser/favicon",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "new_tab_page_perftest.mm", 274 "new_tab_page_perftest.mm",
275 ] 275 ]
276 deps = [ 276 deps = [
277 "//base/test:test_support", 277 "//base/test:test_support",
278 "//ios/chrome/browser/sessions", 278 "//ios/chrome/browser/sessions",
279 "//ios/chrome/browser/tabs", 279 "//ios/chrome/browser/tabs",
280 "//ios/chrome/browser/test:perf_test_support", 280 "//ios/chrome/browser/test:perf_test_support",
281 "//ios/chrome/browser/ui:ui_internal", 281 "//ios/chrome/browser/ui:ui_internal",
282 ] 282 ]
283 } 283 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/chrome/browser/ui/reading_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698