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

Side by Side Diff: components/proximity_auth.gypi

Issue 2096103003: Move weave packet to common location b/t generator and receiver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added files back Created 4 years, 6 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 15 matching lines...) Expand all
26 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc", 26 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.cc",
27 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h", 27 "proximity_auth/ble/bluetooth_low_energy_characteristics_finder.h",
28 "proximity_auth/ble/bluetooth_low_energy_connection.cc", 28 "proximity_auth/ble/bluetooth_low_energy_connection.cc",
29 "proximity_auth/ble/bluetooth_low_energy_connection.h", 29 "proximity_auth/ble/bluetooth_low_energy_connection.h",
30 "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc", 30 "proximity_auth/ble/bluetooth_low_energy_connection_finder.cc",
31 "proximity_auth/ble/bluetooth_low_energy_connection_finder.h", 31 "proximity_auth/ble/bluetooth_low_energy_connection_finder.h",
32 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.cc", 32 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.cc",
33 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.h", 33 "proximity_auth/ble/bluetooth_low_energy_device_whitelist.h",
34 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc", 34 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.cc",
35 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h", 35 "proximity_auth/ble/bluetooth_low_energy_weave_packet_generator.h",
36 "proximity_auth/ble/remote_attribute.h", 36 » "proximity_auth/ble/remote_attribute.h",
Kyle Horimoto 2016/06/27 20:51:11 What changed here?
jingxuy 2016/06/27 22:21:32 Nothing, I can't shake this file from the git thou
37 "proximity_auth/ble/fake_wire_message.cc", 37 "proximity_auth/ble/fake_wire_message.cc",
38 "proximity_auth/ble/fake_wire_message.h", 38 "proximity_auth/ble/fake_wire_message.h",
39 "proximity_auth/ble/pref_names.cc", 39 "proximity_auth/ble/pref_names.cc",
40 "proximity_auth/ble/pref_names.h", 40 "proximity_auth/ble/pref_names.h",
41 "proximity_auth/bluetooth_connection.cc", 41 "proximity_auth/bluetooth_connection.cc",
42 "proximity_auth/bluetooth_connection.h", 42 "proximity_auth/bluetooth_connection.h",
43 "proximity_auth/bluetooth_connection_finder.cc", 43 "proximity_auth/bluetooth_connection_finder.cc",
44 "proximity_auth/bluetooth_connection_finder.h", 44 "proximity_auth/bluetooth_connection_finder.h",
45 "proximity_auth/bluetooth_throttler.h", 45 "proximity_auth/bluetooth_throttler.h",
46 "proximity_auth/bluetooth_throttler_impl.cc", 46 "proximity_auth/bluetooth_throttler_impl.cc",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 'proximity_auth/webui/proximity_auth_webui_handler.cc', 256 'proximity_auth/webui/proximity_auth_webui_handler.cc',
257 'proximity_auth/webui/proximity_auth_webui_handler.h', 257 'proximity_auth/webui/proximity_auth_webui_handler.h',
258 'proximity_auth/webui/reachable_phone_flow.cc', 258 'proximity_auth/webui/reachable_phone_flow.cc',
259 'proximity_auth/webui/reachable_phone_flow.h', 259 'proximity_auth/webui/reachable_phone_flow.h',
260 'proximity_auth/webui/url_constants.cc', 260 'proximity_auth/webui/url_constants.cc',
261 'proximity_auth/webui/url_constants.h', 261 'proximity_auth/webui/url_constants.h',
262 ], 262 ],
263 }, 263 },
264 ], 264 ],
265 } 265 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth/ble/BUILD.gn » ('j') | components/proximity_auth/ble/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698