| 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 import("//ios/web/js_compile.gni") | 5 import("//ios/web/js_compile.gni") |
| 6 | 6 |
| 7 source_set("payments") { | 7 source_set("payments") { |
| 8 configs += [ "//build/config/compiler:enable_arc" ] | 8 configs += [ "//build/config/compiler:enable_arc" ] |
| 9 sources = [ | 9 sources = [ |
| 10 "address_edit_coordinator.h", | 10 "address_edit_coordinator.h", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "//ios/chrome/browser/ui/collection_view/cells:test_support", | 179 "//ios/chrome/browser/ui/collection_view/cells:test_support", |
| 180 "//ios/chrome/browser/ui/payments/cells", | 180 "//ios/chrome/browser/ui/payments/cells", |
| 181 "//ios/chrome/test:test_support", | 181 "//ios/chrome/test:test_support", |
| 182 "//ios/testing:ocmock_support", | 182 "//ios/testing:ocmock_support", |
| 183 "//ios/third_party/material_components_ios", | 183 "//ios/third_party/material_components_ios", |
| 184 "//ios/web", | 184 "//ios/web", |
| 185 "//ios/web:test_support", | 185 "//ios/web:test_support", |
| 186 "//testing/gmock", | 186 "//testing/gmock", |
| 187 "//testing/gtest", | 187 "//testing/gtest", |
| 188 "//third_party/ocmock", | 188 "//third_party/ocmock", |
| 189 "//ui/base", | |
| 190 ] | 189 ] |
| 191 } | 190 } |
| OLD | NEW |