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

Side by Side Diff: components/proximity_auth.gypi

Issue 1113043004: [Smart Lock] Extract the screenlock state to the proximity_auth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format Created 5 years, 7 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
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 29 matching lines...) Expand all
40 "proximity_auth/connection_finder.h", 40 "proximity_auth/connection_finder.h",
41 "proximity_auth/connection_observer.h", 41 "proximity_auth/connection_observer.h",
42 "proximity_auth/proximity_auth_client.h", 42 "proximity_auth/proximity_auth_client.h",
43 "proximity_auth/proximity_auth_system.cc", 43 "proximity_auth/proximity_auth_system.cc",
44 "proximity_auth/proximity_auth_system.h", 44 "proximity_auth/proximity_auth_system.h",
45 "proximity_auth/remote_device.h", 45 "proximity_auth/remote_device.h",
46 "proximity_auth/remote_status_update.cc", 46 "proximity_auth/remote_status_update.cc",
47 "proximity_auth/remote_status_update.h", 47 "proximity_auth/remote_status_update.h",
48 "proximity_auth/screenlock_bridge.cc", 48 "proximity_auth/screenlock_bridge.cc",
49 "proximity_auth/screenlock_bridge.h", 49 "proximity_auth/screenlock_bridge.h",
50 "proximity_auth/screenlock_state.h",
50 "proximity_auth/secure_context.h", 51 "proximity_auth/secure_context.h",
51 "proximity_auth/switches.cc", 52 "proximity_auth/switches.cc",
52 "proximity_auth/switches.h", 53 "proximity_auth/switches.h",
53 "proximity_auth/throttled_bluetooth_connection_finder.cc", 54 "proximity_auth/throttled_bluetooth_connection_finder.cc",
54 "proximity_auth/throttled_bluetooth_connection_finder.h", 55 "proximity_auth/throttled_bluetooth_connection_finder.h",
55 "proximity_auth/wire_message.cc", 56 "proximity_auth/wire_message.cc",
56 "proximity_auth/wire_message.h", 57 "proximity_auth/wire_message.h",
57 ], 58 ],
58 }, 59 },
59 { 60 {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'proximity_auth/webui/proximity_auth_ui.cc', 145 'proximity_auth/webui/proximity_auth_ui.cc',
145 'proximity_auth/webui/proximity_auth_ui.h', 146 'proximity_auth/webui/proximity_auth_ui.h',
146 'proximity_auth/webui/proximity_auth_webui_handler.cc', 147 'proximity_auth/webui/proximity_auth_webui_handler.cc',
147 'proximity_auth/webui/proximity_auth_webui_handler.h', 148 'proximity_auth/webui/proximity_auth_webui_handler.h',
148 'proximity_auth/webui/url_constants.cc', 149 'proximity_auth/webui/url_constants.cc',
149 'proximity_auth/webui/url_constants.h', 150 'proximity_auth/webui/url_constants.h',
150 ], 151 ],
151 }, 152 },
152 ], 153 ],
153 } 154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698