| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 testonly = true | 126 testonly = true |
| 127 sources = [ | 127 sources = [ |
| 128 "reading_list_egtest.mm", | 128 "reading_list_egtest.mm", |
| 129 ] | 129 ] |
| 130 deps = [ | 130 deps = [ |
| 131 ":reading_list", | 131 ":reading_list", |
| 132 "//base", | 132 "//base", |
| 133 "//components/reading_list/ios", | 133 "//components/reading_list/ios", |
| 134 "//ios/chrome/app/strings", | 134 "//ios/chrome/app/strings", |
| 135 "//ios/chrome/browser/reading_list", | 135 "//ios/chrome/browser/reading_list", |
| 136 "//ios/chrome/browser/ui:ui", |
| 136 "//ios/chrome/browser/ui/commands", | 137 "//ios/chrome/browser/ui/commands", |
| 137 "//ios/chrome/test/app:test_support", | 138 "//ios/chrome/test/app:test_support", |
| 138 "//ios/chrome/test/earl_grey:test_support", | 139 "//ios/chrome/test/earl_grey:test_support", |
| 139 "//ios/testing:ios_test_support", | 140 "//ios/testing:ios_test_support", |
| 141 "//ios/testing/earl_grey:earl_grey_support", |
| 140 "//ios/third_party/earl_grey", | 142 "//ios/third_party/earl_grey", |
| 141 "//ios/third_party/material_components_ios", | 143 "//ios/third_party/material_components_ios", |
| 142 "//ios/web:test_support", | 144 "//ios/web:test_support", |
| 143 ] | 145 ] |
| 144 libs = [ | 146 libs = [ |
| 145 "UIKit.framework", | 147 "UIKit.framework", |
| 146 "XCTest.framework", | 148 "XCTest.framework", |
| 147 ] | 149 ] |
| 148 } | 150 } |
| OLD | NEW |