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

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

Issue 2698473004: Split FaviconService and FaviconServiceImpl. (Closed)
Patch Set: Revert changes in ios/.../history_collection_view_controller_unittest.mm Created 3 years, 10 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/distillation_fail.png", 7 "resources/distillation_fail.png",
8 "resources/distillation_fail@2x.png", 8 "resources/distillation_fail@2x.png",
9 "resources/distillation_fail@3x.png", 9 "resources/distillation_fail@3x.png",
10 "resources/distillation_success.png", 10 "resources/distillation_success.png",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 testonly = true 96 testonly = true
97 sources = [ 97 sources = [
98 "offline_page_native_content_unittest.mm", 98 "offline_page_native_content_unittest.mm",
99 "reading_list_collection_view_controller_unittest.mm", 99 "reading_list_collection_view_controller_unittest.mm",
100 "reading_list_coordinator_unittest.mm", 100 "reading_list_coordinator_unittest.mm",
101 ] 101 ]
102 deps = [ 102 deps = [
103 ":reading_list", 103 ":reading_list",
104 "//base", 104 "//base",
105 "//components/favicon/core", 105 "//components/favicon/core",
106 "//components/favicon/core/test:test_support",
106 "//components/prefs", 107 "//components/prefs",
107 "//components/reading_list/ios", 108 "//components/reading_list/ios",
108 "//components/url_formatter", 109 "//components/url_formatter",
109 "//ios/chrome/browser/browser_state:test_support", 110 "//ios/chrome/browser/browser_state:test_support",
110 "//ios/chrome/browser/favicon", 111 "//ios/chrome/browser/favicon",
111 "//ios/chrome/browser/reading_list", 112 "//ios/chrome/browser/reading_list",
112 "//ios/chrome/browser/tabs", 113 "//ios/chrome/browser/tabs",
113 "//ios/chrome/browser/ui", 114 "//ios/chrome/browser/ui",
114 "//ios/chrome/browser/ui/static_content", 115 "//ios/chrome/browser/ui/static_content",
115 "//ios/web", 116 "//ios/web",
(...skipping 22 matching lines...) Expand all
138 "//ios/testing:ios_test_support", 139 "//ios/testing:ios_test_support",
139 "//ios/third_party/earl_grey", 140 "//ios/third_party/earl_grey",
140 "//ios/third_party/material_components_ios", 141 "//ios/third_party/material_components_ios",
141 "//ios/web:test_support", 142 "//ios/web:test_support",
142 ] 143 ]
143 libs = [ 144 libs = [
144 "UIKit.framework", 145 "UIKit.framework",
145 "XCTest.framework", 146 "XCTest.framework",
146 ] 147 ]
147 } 148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698