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

Side by Side Diff: components/proximity_auth.gypi

Issue 1066453002: Refactor CryptAuth component to be more testable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cryptauth_securemessage
Patch Set: rename tests Created 5 years, 8 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/cryptauth/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'proximity_auth', 8 'target_name': 'proximity_auth',
9 'type': 'static_library', 9 'type': 'static_library',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '..', 65 '..',
66 ], 66 ],
67 'dependencies': [ 67 'dependencies': [
68 'cryptauth_proto', 68 'cryptauth_proto',
69 '../base/base.gyp:base', 69 '../base/base.gyp:base',
70 '../google_apis/google_apis.gyp:google_apis', 70 '../google_apis/google_apis.gyp:google_apis',
71 '../net/net.gyp:net', 71 '../net/net.gyp:net',
72 ], 72 ],
73 'sources': [ 73 'sources': [
74 "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h", 74 "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h",
75 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.cc", 75 "proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc",
76 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.h", 76 "proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h",
77 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc", 77 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc",
78 "proximity_auth/cryptauth/cryptauth_api_call_flow.h", 78 "proximity_auth/cryptauth/cryptauth_api_call_flow.h",
79 "proximity_auth/cryptauth/cryptauth_client.cc",
80 "proximity_auth/cryptauth/cryptauth_client.h", 79 "proximity_auth/cryptauth/cryptauth_client.h",
81 "proximity_auth/cryptauth/cryptauth_client_factory.cc", 80 "proximity_auth/cryptauth/cryptauth_client_impl.cc",
82 "proximity_auth/cryptauth/cryptauth_client_factory.h", 81 "proximity_auth/cryptauth/cryptauth_client_impl.h",
83 "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc", 82 "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc",
84 "proximity_auth/cryptauth/cryptauth_enrollment_utils.h", 83 "proximity_auth/cryptauth/cryptauth_enrollment_utils.h",
85 "proximity_auth/cryptauth/secure_message_delegate.cc", 84 "proximity_auth/cryptauth/secure_message_delegate.cc",
86 "proximity_auth/cryptauth/secure_message_delegate.h", 85 "proximity_auth/cryptauth/secure_message_delegate.h",
87 ], 86 ],
88 'export_dependent_settings': [ 87 'export_dependent_settings': [
89 'cryptauth_proto', 88 'cryptauth_proto',
90 ], 89 ],
91 }, 90 },
92 { 91 {
93 'target_name': 'cryptauth_test_support', 92 'target_name': 'cryptauth_test_support',
94 'type': 'static_library', 93 'type': 'static_library',
95 'include_dirs': [ 94 'include_dirs': [
96 '..', 95 '..',
97 ], 96 ],
98 'dependencies': [ 97 'dependencies': [
99 'cryptauth_proto', 98 'cryptauth_proto',
100 '../base/base.gyp:base', 99 '../base/base.gyp:base',
101 ], 100 ],
102 'sources': [ 101 'sources': [
103 "proximity_auth/cryptauth/fake_secure_message_delegate.cc", 102 "proximity_auth/cryptauth/fake_secure_message_delegate.cc",
104 "proximity_auth/cryptauth/fake_secure_message_delegate.h", 103 "proximity_auth/cryptauth/fake_secure_message_delegate.h",
105 ], 104 ],
106 'export_dependent_settings': [ 105 'export_dependent_settings': [
107 'cryptauth_proto', 106 'cryptauth_proto',
108 ], 107 ],
109 }, 108 },
110 ], 109 ],
111 } 110 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/cryptauth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698