| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "reading_list_toolbar.h", | 52 "reading_list_toolbar.h", |
| 53 "reading_list_toolbar.mm", | 53 "reading_list_toolbar.mm", |
| 54 "reading_list_view_controller.h", | 54 "reading_list_view_controller.h", |
| 55 "reading_list_view_controller.mm", | 55 "reading_list_view_controller.mm", |
| 56 ] | 56 ] |
| 57 deps = [ | 57 deps = [ |
| 58 ":resources", | 58 ":resources", |
| 59 "//base", | 59 "//base", |
| 60 "//components/prefs", | 60 "//components/prefs", |
| 61 "//components/reading_list/core", | 61 "//components/reading_list/core", |
| 62 "//components/reading_list/core:flags", | |
| 63 "//components/reading_list/ios", | 62 "//components/reading_list/ios", |
| 64 "//components/strings", | 63 "//components/strings", |
| 65 "//components/url_formatter", | 64 "//components/url_formatter", |
| 66 "//ios/chrome/app/strings", | 65 "//ios/chrome/app/strings", |
| 67 "//ios/chrome/browser", | 66 "//ios/chrome/browser", |
| 68 "//ios/chrome/browser/browser_state", | 67 "//ios/chrome/browser/browser_state", |
| 69 "//ios/chrome/browser/favicon", | 68 "//ios/chrome/browser/favicon", |
| 70 "//ios/chrome/browser/reading_list", | 69 "//ios/chrome/browser/reading_list", |
| 71 "//ios/chrome/browser/tabs", | 70 "//ios/chrome/browser/tabs", |
| 72 "//ios/chrome/browser/ui", | 71 "//ios/chrome/browser/ui", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "//ios/testing/earl_grey:earl_grey_support", | 144 "//ios/testing/earl_grey:earl_grey_support", |
| 146 "//ios/third_party/earl_grey", | 145 "//ios/third_party/earl_grey", |
| 147 "//ios/third_party/material_components_ios", | 146 "//ios/third_party/material_components_ios", |
| 148 "//ios/web:test_support", | 147 "//ios/web:test_support", |
| 149 ] | 148 ] |
| 150 libs = [ | 149 libs = [ |
| 151 "UIKit.framework", | 150 "UIKit.framework", |
| 152 "XCTest.framework", | 151 "XCTest.framework", |
| 153 ] | 152 ] |
| 154 } | 153 } |
| OLD | NEW |