| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 "//ios/chrome/app/strings", | 67 "//ios/chrome/app/strings", |
| 68 "//ios/chrome/browser", | 68 "//ios/chrome/browser", |
| 69 "//ios/chrome/browser/browser_state", | 69 "//ios/chrome/browser/browser_state", |
| 70 "//ios/chrome/browser/favicon", | 70 "//ios/chrome/browser/favicon", |
| 71 "//ios/chrome/browser/reading_list", | 71 "//ios/chrome/browser/reading_list", |
| 72 "//ios/chrome/browser/tabs", | 72 "//ios/chrome/browser/tabs", |
| 73 "//ios/chrome/browser/ui", | 73 "//ios/chrome/browser/ui", |
| 74 "//ios/chrome/browser/ui/alert_coordinator", | 74 "//ios/chrome/browser/ui/alert_coordinator", |
| 75 "//ios/chrome/browser/ui/collection_view/cells", | 75 "//ios/chrome/browser/ui/collection_view/cells", |
| 76 "//ios/chrome/browser/ui/colors", | 76 "//ios/chrome/browser/ui/colors", |
| 77 "//ios/chrome/browser/ui/favicon", |
| 78 "//ios/chrome/browser/ui/favicon:favicon_ui", |
| 77 "//ios/chrome/browser/ui/keyboard", | 79 "//ios/chrome/browser/ui/keyboard", |
| 78 "//ios/chrome/browser/ui/material_components", | 80 "//ios/chrome/browser/ui/material_components", |
| 79 "//ios/chrome/browser/ui/side_swipe", | 81 "//ios/chrome/browser/ui/side_swipe", |
| 80 "//ios/chrome/browser/ui/static_content", | 82 "//ios/chrome/browser/ui/static_content", |
| 81 "//ios/chrome/browser/ui/util", | 83 "//ios/chrome/browser/ui/util", |
| 82 "//ios/chrome/common", | 84 "//ios/chrome/common", |
| 83 "//ios/third_party/material_components_ios", | 85 "//ios/third_party/material_components_ios", |
| 84 "//ios/third_party/material_roboto_font_loader_ios", | 86 "//ios/third_party/material_roboto_font_loader_ios", |
| 85 "//ios/web", | 87 "//ios/web", |
| 86 "//ios/web:reload_type", | 88 "//ios/web:reload_type", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "//ios/third_party/material_components_ios", | 151 "//ios/third_party/material_components_ios", |
| 150 "//ios/web", | 152 "//ios/web", |
| 151 "//ios/web:reload_type", | 153 "//ios/web:reload_type", |
| 152 "//ios/web:test_support", | 154 "//ios/web:test_support", |
| 153 ] | 155 ] |
| 154 libs = [ | 156 libs = [ |
| 155 "UIKit.framework", | 157 "UIKit.framework", |
| 156 "XCTest.framework", | 158 "XCTest.framework", |
| 157 ] | 159 ] |
| 158 } | 160 } |
| OLD | NEW |