OLD | NEW |
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 19 matching lines...) Expand all Loading... |
30 "proximity_auth/client_observer.h", | 30 "proximity_auth/client_observer.h", |
31 "proximity_auth/connection.cc", | 31 "proximity_auth/connection.cc", |
32 "proximity_auth/connection.h", | 32 "proximity_auth/connection.h", |
33 "proximity_auth/connection_finder.h", | 33 "proximity_auth/connection_finder.h", |
34 "proximity_auth/connection_observer.h", | 34 "proximity_auth/connection_observer.h", |
35 "proximity_auth/proximity_auth_system.cc", | 35 "proximity_auth/proximity_auth_system.cc", |
36 "proximity_auth/proximity_auth_system.h", | 36 "proximity_auth/proximity_auth_system.h", |
37 "proximity_auth/remote_device.h", | 37 "proximity_auth/remote_device.h", |
38 "proximity_auth/remote_status_update.cc", | 38 "proximity_auth/remote_status_update.cc", |
39 "proximity_auth/remote_status_update.h", | 39 "proximity_auth/remote_status_update.h", |
| 40 "proximity_auth/switches.cc", |
| 41 "proximity_auth/switches.h", |
40 "proximity_auth/secure_context.h", | 42 "proximity_auth/secure_context.h", |
41 "proximity_auth/wire_message.cc", | 43 "proximity_auth/wire_message.cc", |
42 "proximity_auth/wire_message.h", | 44 "proximity_auth/wire_message.h", |
43 ], | 45 ], |
44 }, | 46 }, |
45 { | 47 { |
46 # GN version: //components/cryptauth/proto | 48 # GN version: //components/cryptauth/proto |
47 'target_name': 'cryptauth_proto', | 49 'target_name': 'cryptauth_proto', |
48 'type': 'static_library', | 50 'type': 'static_library', |
49 'sources': [ | 51 'sources': [ |
(...skipping 16 matching lines...) Expand all Loading... |
66 '../google_apis/google_apis.gyp:google_apis', | 68 '../google_apis/google_apis.gyp:google_apis', |
67 '../net/net.gyp:net', | 69 '../net/net.gyp:net', |
68 ], | 70 ], |
69 'sources': [ | 71 'sources': [ |
70 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc", | 72 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc", |
71 "proximity_auth/cryptauth/cryptauth_api_call_flow.h", | 73 "proximity_auth/cryptauth/cryptauth_api_call_flow.h", |
72 ], | 74 ], |
73 }, | 75 }, |
74 ], | 76 ], |
75 } | 77 } |
OLD | NEW |