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

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

Issue 2682683002: [ReadingList] Unittests on ReadingListCollectionViewItem presented data. (Closed)
Patch Set: fix deps again 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.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 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "offline_page_native_content_unittest.mm", 90 "offline_page_native_content_unittest.mm",
91 "reading_list_collection_view_controller_unittest.mm", 91 "reading_list_collection_view_controller_unittest.mm",
92 "reading_list_view_controller_container_unittest.mm", 92 "reading_list_view_controller_container_unittest.mm",
93 ] 93 ]
94 deps = [ 94 deps = [
95 ":reading_list", 95 ":reading_list",
96 "//base", 96 "//base",
97 "//components/favicon/core", 97 "//components/favicon/core",
98 "//components/prefs", 98 "//components/prefs",
99 "//components/reading_list/ios", 99 "//components/reading_list/ios",
100 "//components/url_formatter",
100 "//ios/chrome/browser/browser_state:test_support", 101 "//ios/chrome/browser/browser_state:test_support",
101 "//ios/chrome/browser/favicon", 102 "//ios/chrome/browser/favicon",
102 "//ios/chrome/browser/reading_list", 103 "//ios/chrome/browser/reading_list",
103 "//ios/chrome/browser/tabs", 104 "//ios/chrome/browser/tabs",
104 "//ios/chrome/browser/ui", 105 "//ios/chrome/browser/ui",
105 "//ios/chrome/browser/ui/static_content", 106 "//ios/chrome/browser/ui/static_content",
106 "//ios/web", 107 "//ios/web",
107 "//ios/web:test_support", 108 "//ios/web:test_support",
108 "//testing/gtest", 109 "//testing/gtest",
109 "//third_party/ocmock", 110 "//third_party/ocmock",
(...skipping 19 matching lines...) Expand all
129 "//ios/testing:ios_test_support", 130 "//ios/testing:ios_test_support",
130 "//ios/third_party/earl_grey", 131 "//ios/third_party/earl_grey",
131 "//ios/third_party/material_components_ios", 132 "//ios/third_party/material_components_ios",
132 "//ios/web:test_support", 133 "//ios/web:test_support",
133 ] 134 ]
134 libs = [ 135 libs = [
135 "UIKit.framework", 136 "UIKit.framework",
136 "XCTest.framework", 137 "XCTest.framework",
137 ] 138 ]
138 } 139 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698