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

Side by Side Diff: ios/chrome/browser/ui/toolbar/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/collapse.png", 7 "resources/collapse.png",
8 "resources/collapse@2x.png", 8 "resources/collapse@2x.png",
9 "resources/collapse@3x.png", 9 "resources/collapse@3x.png",
10 "resources/collapse_incognito.png", 10 "resources/collapse_incognito.png",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 deps = [ 63 deps = [
64 ":resource_macros", 64 ":resource_macros",
65 ":resources", 65 ":resources",
66 "//base", 66 "//base",
67 "//base:i18n", 67 "//base:i18n",
68 "//components/bookmarks/browser", 68 "//components/bookmarks/browser",
69 "//components/google/core/browser", 69 "//components/google/core/browser",
70 "//components/omnibox/browser", 70 "//components/omnibox/browser",
71 "//components/prefs", 71 "//components/prefs",
72 "//components/reading_list/core", 72 "//components/reading_list/core",
73 "//components/reading_list/core:flags",
73 "//components/reading_list/ios", 74 "//components/reading_list/ios",
74 "//components/search_engines", 75 "//components/search_engines",
75 "//components/strings", 76 "//components/strings",
76 "//components/toolbar", 77 "//components/toolbar",
77 "//ios/chrome/app/strings", 78 "//ios/chrome/app/strings",
78 "//ios/chrome/app/theme", 79 "//ios/chrome/app/theme",
79 "//ios/chrome/browser", 80 "//ios/chrome/browser",
80 "//ios/chrome/browser/autocomplete", 81 "//ios/chrome/browser/autocomplete",
81 "//ios/chrome/browser/bookmarks", 82 "//ios/chrome/browser/bookmarks",
82 "//ios/chrome/browser/browser_state", 83 "//ios/chrome/browser/browser_state",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "//ios/chrome/browser/ui/tools_menu", 194 "//ios/chrome/browser/ui/tools_menu",
194 "//ios/chrome/test/app:test_support", 195 "//ios/chrome/test/app:test_support",
195 "//ios/chrome/test/earl_grey:test_support", 196 "//ios/chrome/test/earl_grey:test_support",
196 "//ios/testing/earl_grey:earl_grey_support", 197 "//ios/testing/earl_grey:earl_grey_support",
197 "//ios/third_party/earl_grey", 198 "//ios/third_party/earl_grey",
198 "//ios/web:test_support", 199 "//ios/web:test_support",
199 "//ui/base", 200 "//ui/base",
200 ] 201 ]
201 libs = [ "XCTest.framework" ] 202 libs = [ "XCTest.framework" ]
202 } 203 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698