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

Side by Side Diff: components/proximity_auth.gypi

Issue 1351473003: Refactor fake Connection subclasses in proximity_auth/ tests to a single file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_rename
Patch Set: rebase Created 5 years, 2 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 | « no previous file | components/proximity_auth/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 # GN version: //components/proximity_auth and 8 # GN version: //components/proximity_auth and
9 # //components/proximity_auth/ble. 9 # //components/proximity_auth/ble.
10 'target_name': 'proximity_auth', 10 'target_name': 'proximity_auth',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '..', 105 '..',
106 ], 106 ],
107 'dependencies': [ 107 'dependencies': [
108 ':cryptauth_test_support', 108 ':cryptauth_test_support',
109 '../base/base.gyp:base', 109 '../base/base.gyp:base',
110 '../testing/gmock.gyp:gmock', 110 '../testing/gmock.gyp:gmock',
111 ], 111 ],
112 'sources': [ 112 'sources': [
113 "proximity_auth/device_to_device_responder_operations.cc", 113 "proximity_auth/device_to_device_responder_operations.cc",
114 "proximity_auth/device_to_device_responder_operations.h", 114 "proximity_auth/device_to_device_responder_operations.h",
115 "proximity_auth/fake_connection.cc",
116 "proximity_auth/fake_connection.h",
115 "proximity_auth/mock_proximity_auth_client.cc", 117 "proximity_auth/mock_proximity_auth_client.cc",
116 "proximity_auth/mock_proximity_auth_client.h", 118 "proximity_auth/mock_proximity_auth_client.h",
117 ], 119 ],
118 }, 120 },
119 { 121 {
120 # GN version: //components/proximity_auth/logging 122 # GN version: //components/proximity_auth/logging
121 'target_name': 'proximity_auth_logging', 123 'target_name': 'proximity_auth_logging',
122 'type': 'static_library', 124 'type': 'static_library',
123 'include_dirs': [ 125 'include_dirs': [
124 '..', 126 '..',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'proximity_auth/webui/proximity_auth_webui_handler.cc', 246 'proximity_auth/webui/proximity_auth_webui_handler.cc',
245 'proximity_auth/webui/proximity_auth_webui_handler.h', 247 'proximity_auth/webui/proximity_auth_webui_handler.h',
246 'proximity_auth/webui/reachable_phone_flow.cc', 248 'proximity_auth/webui/reachable_phone_flow.cc',
247 'proximity_auth/webui/reachable_phone_flow.h', 249 'proximity_auth/webui/reachable_phone_flow.h',
248 'proximity_auth/webui/url_constants.cc', 250 'proximity_auth/webui/url_constants.cc',
249 'proximity_auth/webui/url_constants.h', 251 'proximity_auth/webui/url_constants.h',
250 ], 252 ],
251 }, 253 },
252 ], 254 ],
253 } 255 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698