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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 '../net/net.gyp:net', | 70 '../net/net.gyp:net', |
71 ], | 71 ], |
72 'sources': [ | 72 'sources': [ |
73 "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h", | 73 "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h", |
74 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.cc", | 74 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.cc", |
75 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.h", | 75 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.h", |
76 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc", | 76 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc", |
77 "proximity_auth/cryptauth/cryptauth_api_call_flow.h", | 77 "proximity_auth/cryptauth/cryptauth_api_call_flow.h", |
78 "proximity_auth/cryptauth/cryptauth_client.cc", | 78 "proximity_auth/cryptauth/cryptauth_client.cc", |
79 "proximity_auth/cryptauth/cryptauth_client.h", | 79 "proximity_auth/cryptauth/cryptauth_client.h", |
| 80 "proximity_auth/cryptauth/cryptauth_enrollment_utils.cc", |
| 81 "proximity_auth/cryptauth/cryptauth_enrollment_utils.h", |
80 ], | 82 ], |
81 'export_dependent_settings': [ | 83 'export_dependent_settings': [ |
82 'cryptauth_proto', | 84 'cryptauth_proto', |
83 ], | 85 ], |
84 }, | 86 }, |
85 ], | 87 ], |
86 } | 88 } |
OLD | NEW |