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

Side by Side Diff: components/proximity_auth.gypi

Issue 792193003: Implement CryptAuthAccessTokenFetcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '..', 64 '..',
65 ], 65 ],
66 'dependencies': [ 66 'dependencies': [
67 'cryptauth_proto', 67 'cryptauth_proto',
68 '../base/base.gyp:base', 68 '../base/base.gyp:base',
69 '../google_apis/google_apis.gyp:google_apis', 69 '../google_apis/google_apis.gyp:google_apis',
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",
75 "proximity_auth/cryptauth/cryptauth_account_token_fetcher.h",
74 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc", 76 "proximity_auth/cryptauth/cryptauth_api_call_flow.cc",
75 "proximity_auth/cryptauth/cryptauth_api_call_flow.h", 77 "proximity_auth/cryptauth/cryptauth_api_call_flow.h",
76 "proximity_auth/cryptauth/cryptauth_client.cc", 78 "proximity_auth/cryptauth/cryptauth_client.cc",
77 "proximity_auth/cryptauth/cryptauth_client.h", 79 "proximity_auth/cryptauth/cryptauth_client.h",
78 ], 80 ],
79 'export_dependent_settings': [ 81 'export_dependent_settings': [
80 'cryptauth_proto', 82 'cryptauth_proto',
81 ], 83 ],
82 }, 84 },
83 ], 85 ],
84 } 86 }
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