| OLD | NEW |
| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 "reading_list_coordinator.mm", | 44 "reading_list_coordinator.mm", |
| 45 "reading_list_empty_collection_background.h", | 45 "reading_list_empty_collection_background.h", |
| 46 "reading_list_empty_collection_background.mm", | 46 "reading_list_empty_collection_background.mm", |
| 47 "reading_list_menu_notification_delegate.h", | 47 "reading_list_menu_notification_delegate.h", |
| 48 "reading_list_menu_notifier.h", | 48 "reading_list_menu_notifier.h", |
| 49 "reading_list_menu_notifier.mm", | 49 "reading_list_menu_notifier.mm", |
| 50 "reading_list_side_swipe_provider.h", | 50 "reading_list_side_swipe_provider.h", |
| 51 "reading_list_side_swipe_provider.mm", | 51 "reading_list_side_swipe_provider.mm", |
| 52 "reading_list_toolbar.h", | 52 "reading_list_toolbar.h", |
| 53 "reading_list_toolbar.mm", | 53 "reading_list_toolbar.mm", |
| 54 "reading_list_utils.h", |
| 55 "reading_list_utils.mm", |
| 54 "reading_list_view_controller.h", | 56 "reading_list_view_controller.h", |
| 55 "reading_list_view_controller.mm", | 57 "reading_list_view_controller.mm", |
| 56 ] | 58 ] |
| 57 deps = [ | 59 deps = [ |
| 58 ":resources", | 60 ":resources", |
| 59 "//base", | 61 "//base", |
| 60 "//components/prefs", | 62 "//components/prefs", |
| 61 "//components/reading_list/core", | 63 "//components/reading_list/core", |
| 62 "//components/reading_list/ios", | 64 "//components/reading_list/ios", |
| 63 "//components/strings", | 65 "//components/strings", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "//ios/third_party/material_components_ios", | 149 "//ios/third_party/material_components_ios", |
| 148 "//ios/web", | 150 "//ios/web", |
| 149 "//ios/web:reload_type", | 151 "//ios/web:reload_type", |
| 150 "//ios/web:test_support", | 152 "//ios/web:test_support", |
| 151 ] | 153 ] |
| 152 libs = [ | 154 libs = [ |
| 153 "UIKit.framework", | 155 "UIKit.framework", |
| 154 "XCTest.framework", | 156 "XCTest.framework", |
| 155 ] | 157 ] |
| 156 } | 158 } |
| OLD | NEW |