| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "//ios/chrome/browser/ui/autofill:autofill_ui", | 165 "//ios/chrome/browser/ui/autofill:autofill_ui", |
| 166 "//ios/chrome/browser/ui/autofill/cells", | 166 "//ios/chrome/browser/ui/autofill/cells", |
| 167 "//ios/chrome/browser/ui/collection_view:test_support", | 167 "//ios/chrome/browser/ui/collection_view:test_support", |
| 168 "//ios/chrome/browser/ui/collection_view/cells", | 168 "//ios/chrome/browser/ui/collection_view/cells", |
| 169 "//ios/chrome/browser/ui/collection_view/cells:test_support", | 169 "//ios/chrome/browser/ui/collection_view/cells:test_support", |
| 170 "//ios/chrome/browser/ui/payments/cells", | 170 "//ios/chrome/browser/ui/payments/cells", |
| 171 "//ios/chrome/test:test_support", | 171 "//ios/chrome/test:test_support", |
| 172 "//ios/testing:ocmock_support", | 172 "//ios/testing:ocmock_support", |
| 173 "//ios/third_party/material_components_ios", | 173 "//ios/third_party/material_components_ios", |
| 174 "//ios/web", | 174 "//ios/web", |
| 175 "//ios/web:test_support", | 175 "//ios/web/public/test:test_support", |
| 176 "//testing/gmock", | 176 "//testing/gmock", |
| 177 "//testing/gtest", | 177 "//testing/gtest", |
| 178 "//third_party/ocmock", | 178 "//third_party/ocmock", |
| 179 ] | 179 ] |
| 180 } | 180 } |
| OLD | NEW |