Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Side by Side Diff: components/autofill/content/browser/wallet/BUILD.gn

Issue 1288093004: rAc Wallet extirpation round 4: clean out RPC code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 }
OLDNEW
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/autofill/content/browser/wallet/form_field_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698