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

Side by Side Diff: components/proximity_auth.gypi

Issue 696583002: [Smart Lock] Add a setting to require close proximity in order for unlocking to work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more indentation Created 6 years, 1 month 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 | « chrome/common/pref_names.cc ('k') | 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 '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
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
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 }
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/proximity_auth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698