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

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

Issue 2675963002: Rename ReadingListViewControllerContainer to ReadingListViewController (Closed)
Patch Set: Rebase 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_view_controller.h » ('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 22 matching lines...) Expand all
33 "reading_list_collection_view_controller.mm", 33 "reading_list_collection_view_controller.mm",
34 "reading_list_collection_view_item.h", 34 "reading_list_collection_view_item.h",
35 "reading_list_collection_view_item.mm", 35 "reading_list_collection_view_item.mm",
36 "reading_list_menu_notification_delegate.h", 36 "reading_list_menu_notification_delegate.h",
37 "reading_list_menu_notifier.h", 37 "reading_list_menu_notifier.h",
38 "reading_list_menu_notifier.mm", 38 "reading_list_menu_notifier.mm",
39 "reading_list_side_swipe_provider.h", 39 "reading_list_side_swipe_provider.h",
40 "reading_list_side_swipe_provider.mm", 40 "reading_list_side_swipe_provider.mm",
41 "reading_list_toolbar.h", 41 "reading_list_toolbar.h",
42 "reading_list_toolbar.mm", 42 "reading_list_toolbar.mm",
43 "reading_list_view_controller.h",
44 "reading_list_view_controller.mm",
43 "reading_list_view_controller_builder.h", 45 "reading_list_view_controller_builder.h",
44 "reading_list_view_controller_builder.mm", 46 "reading_list_view_controller_builder.mm",
45 "reading_list_view_controller_container.h",
46 "reading_list_view_controller_container.mm",
47 ] 47 ]
48 deps = [ 48 deps = [
49 ":resources", 49 ":resources",
50 "//base", 50 "//base",
51 "//components/prefs", 51 "//components/prefs",
52 "//components/reading_list/core", 52 "//components/reading_list/core",
53 "//components/strings", 53 "//components/strings",
54 "//components/url_formatter", 54 "//components/url_formatter",
55 "//ios/chrome/app/strings", 55 "//ios/chrome/app/strings",
56 "//ios/chrome/browser", 56 "//ios/chrome/browser",
(...skipping 25 matching lines...) Expand all
82 ] 82 ]
83 allow_circular_includes_from = [ "//ios/chrome/browser/ui/side_swipe" ] 83 allow_circular_includes_from = [ "//ios/chrome/browser/ui/side_swipe" ]
84 libs = [ "UIKit.framework" ] 84 libs = [ "UIKit.framework" ]
85 } 85 }
86 86
87 source_set("unit_tests") { 87 source_set("unit_tests") {
88 testonly = true 88 testonly = true
89 sources = [ 89 sources = [
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_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 "//ios/chrome/browser/browser_state:test_support", 100 "//ios/chrome/browser/browser_state:test_support",
101 "//ios/chrome/browser/favicon", 101 "//ios/chrome/browser/favicon",
102 "//ios/chrome/browser/reading_list", 102 "//ios/chrome/browser/reading_list",
(...skipping 25 matching lines...) Expand all
128 "//ios/testing:ios_test_support", 128 "//ios/testing:ios_test_support",
129 "//ios/third_party/earl_grey", 129 "//ios/third_party/earl_grey",
130 "//ios/third_party/material_components_ios", 130 "//ios/third_party/material_components_ios",
131 "//ios/web:test_support", 131 "//ios/web:test_support",
132 ] 132 ]
133 libs = [ 133 libs = [
134 "UIKit.framework", 134 "UIKit.framework",
135 "XCTest.framework", 135 "XCTest.framework",
136 ] 136 ]
137 } 137 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698