OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 source_set("test_support") { | 5 source_set("test_support") { |
6 testonly = true | 6 testonly = true |
7 sources = [ | 7 sources = [ |
8 "mock_wallet_client.cc", | |
9 "mock_wallet_client.h", | |
10 "wallet_test_util.cc", | 8 "wallet_test_util.cc", |
11 "wallet_test_util.h", | 9 "wallet_test_util.h", |
12 ] | 10 ] |
13 | 11 |
14 deps = [ | 12 deps = [ |
15 "//base", | 13 "//base", |
16 "//components/autofill/content/browser", | 14 "//components/autofill/content/browser", |
17 "//testing/gmock", | 15 "//testing/gmock", |
18 ] | 16 ] |
19 } | 17 } |
OLD | NEW |