| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "//ios/chrome/browser/ui/colors", | 73 "//ios/chrome/browser/ui/colors", |
| 74 "//ios/chrome/browser/ui/keyboard", | 74 "//ios/chrome/browser/ui/keyboard", |
| 75 "//ios/chrome/browser/ui/material_components", | 75 "//ios/chrome/browser/ui/material_components", |
| 76 "//ios/chrome/browser/ui/side_swipe", | 76 "//ios/chrome/browser/ui/side_swipe", |
| 77 "//ios/chrome/browser/ui/static_content", | 77 "//ios/chrome/browser/ui/static_content", |
| 78 "//ios/chrome/browser/ui/util", | 78 "//ios/chrome/browser/ui/util", |
| 79 "//ios/chrome/common", | 79 "//ios/chrome/common", |
| 80 "//ios/third_party/material_components_ios", | 80 "//ios/third_party/material_components_ios", |
| 81 "//ios/third_party/material_roboto_font_loader_ios", | 81 "//ios/third_party/material_roboto_font_loader_ios", |
| 82 "//ios/web", | 82 "//ios/web", |
| 83 "//ios/web:reload_type", |
| 83 "//net", | 84 "//net", |
| 84 "//ui/base", | 85 "//ui/base", |
| 85 "//ui/strings", | 86 "//ui/strings", |
| 86 "//url", | 87 "//url", |
| 87 ] | 88 ] |
| 88 public_deps = [ | 89 public_deps = [ |
| 89 "//components/reading_list/ios", | 90 "//components/reading_list/ios", |
| 90 "//ios/chrome/browser/ui/collection_view", | 91 "//ios/chrome/browser/ui/collection_view", |
| 91 ] | 92 ] |
| 92 allow_circular_includes_from = [ "//ios/chrome/browser/ui/side_swipe" ] | 93 allow_circular_includes_from = [ "//ios/chrome/browser/ui/side_swipe" ] |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "//ios/testing/earl_grey:earl_grey_support", | 143 "//ios/testing/earl_grey:earl_grey_support", |
| 143 "//ios/third_party/earl_grey", | 144 "//ios/third_party/earl_grey", |
| 144 "//ios/third_party/material_components_ios", | 145 "//ios/third_party/material_components_ios", |
| 145 "//ios/web:test_support", | 146 "//ios/web:test_support", |
| 146 ] | 147 ] |
| 147 libs = [ | 148 libs = [ |
| 148 "UIKit.framework", | 149 "UIKit.framework", |
| 149 "XCTest.framework", | 150 "XCTest.framework", |
| 150 ] | 151 ] |
| 151 } | 152 } |
| OLD | NEW |