| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |