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

Side by Side Diff: components/proximity_auth/ble/BUILD.gn

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: renamed weave_packet to weave_defines Created 4 years, 5 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
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h » ('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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("ble") { 7 source_set("ble") {
8 sources = [ 8 sources = [
9 "bluetooth_low_energy_characteristics_finder.cc", 9 "bluetooth_low_energy_characteristics_finder.cc",
10 "bluetooth_low_energy_characteristics_finder.h", 10 "bluetooth_low_energy_characteristics_finder.h",
11 "bluetooth_low_energy_connection.cc", 11 "bluetooth_low_energy_connection.cc",
12 "bluetooth_low_energy_connection.h", 12 "bluetooth_low_energy_connection.h",
13 "bluetooth_low_energy_connection_finder.cc", 13 "bluetooth_low_energy_connection_finder.cc",
14 "bluetooth_low_energy_connection_finder.h", 14 "bluetooth_low_energy_connection_finder.h",
15 "bluetooth_low_energy_device_whitelist.cc", 15 "bluetooth_low_energy_device_whitelist.cc",
16 "bluetooth_low_energy_device_whitelist.h", 16 "bluetooth_low_energy_device_whitelist.h",
17 "bluetooth_low_energy_weave_defines.h",
17 "bluetooth_low_energy_weave_packet_generator.cc", 18 "bluetooth_low_energy_weave_packet_generator.cc",
18 "bluetooth_low_energy_weave_packet_generator.h", 19 "bluetooth_low_energy_weave_packet_generator.h",
19 "fake_wire_message.cc", 20 "fake_wire_message.cc",
20 "fake_wire_message.h", 21 "fake_wire_message.h",
21 "pref_names.cc", 22 "pref_names.cc",
22 "pref_names.h", 23 "pref_names.h",
23 "remote_attribute.h", 24 "remote_attribute.h",
24 ] 25 ]
25 26
26 deps = [ 27 deps = [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "//components/proximity_auth:test_support", 61 "//components/proximity_auth:test_support",
61 "//device/bluetooth:mocks", 62 "//device/bluetooth:mocks",
62 "//testing/gmock", 63 "//testing/gmock",
63 "//testing/gtest", 64 "//testing/gtest",
64 ] 65 ]
65 66
66 public_deps = [ 67 public_deps = [
67 "//components/proximity_auth/cryptauth/proto", 68 "//components/proximity_auth/cryptauth/proto",
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « no previous file | components/proximity_auth/ble/bluetooth_low_energy_weave_defines.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698