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

Side by Side Diff: components/proximity_auth.gypi

Issue 1102473003: Unlock Chrome when a phone with Smart Lock service is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_screen_lock
Patch Set: Nits 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
9 # //components/proximity_auth/ble.
8 'target_name': 'proximity_auth', 10 'target_name': 'proximity_auth',
9 'type': 'static_library', 11 'type': 'static_library',
10 'include_dirs': [ 12 'include_dirs': [
11 '..', 13 '..',
12 ], 14 ],
13 'dependencies': [ 15 'dependencies': [
14 '../base/base.gyp:base', 16 '../base/base.gyp:base',
15 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 17 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
16 '../net/net.gyp:net', 18 '../net/net.gyp:net',
17 ], 19 ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'proximity_auth/webui/proximity_auth_ui.cc', 144 'proximity_auth/webui/proximity_auth_ui.cc',
143 'proximity_auth/webui/proximity_auth_ui.h', 145 'proximity_auth/webui/proximity_auth_ui.h',
144 'proximity_auth/webui/proximity_auth_webui_handler.cc', 146 'proximity_auth/webui/proximity_auth_webui_handler.cc',
145 'proximity_auth/webui/proximity_auth_webui_handler.h', 147 'proximity_auth/webui/proximity_auth_webui_handler.h',
146 'proximity_auth/webui/url_constants.cc', 148 'proximity_auth/webui/url_constants.cc',
147 'proximity_auth/webui/url_constants.h', 149 'proximity_auth/webui/url_constants.h',
148 ], 150 ],
149 }, 151 },
150 ], 152 ],
151 } 153 }
OLDNEW
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.cc ('k') | components/proximity_auth/ble/bluetooth_low_energy_connection_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698