summaryrefslogtreecommitdiff
path: root/shill.gyp
diff options
context:
space:
mode:
authorPaul Stewart <pstew@chromium.org>2015-07-20 15:27:08 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-07-22 05:02:57 +0000
commit60173848f6898f03e92add2c91880294946b0da4 (patch)
treea44ebeed18703d6e042b0639abf6f52f90b3d695 /shill.gyp
parent71c9c6534d3ba67557457fbec5aa976ba8b967e7 (diff)
downloadshill-60173848f6898f03e92add2c91880294946b0da4.tar.gz
shill: NetlinkPacket: Add new object for netlink messages
Create a new object type for retrieving a netlink message from a byte buffer, and consuming data from the payload. This will be the primary method for passing around netlink packet data. It will also be used to replace netlink parsing in the future. BUG=chromium:512152 TEST=New unit test Change-Id: I21d91162af69a7e80e519d52b5fdfc1c00aee9ed Reviewed-on: https://chromium-review.googlesource.com/287198 Reviewed-by: Samuel Tan <samueltan@chromium.org> Commit-Queue: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>
Diffstat (limited to 'shill.gyp')
-rw-r--r--shill.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shill.gyp b/shill.gyp
index fbe7f11c..37a1d144 100644
--- a/shill.gyp
+++ b/shill.gyp
@@ -199,6 +199,7 @@
'net/netlink_attribute.cc',
'net/netlink_manager.cc',
'net/netlink_message.cc',
+ 'net/netlink_packet.cc',
'net/netlink_socket.cc',
'net/nl80211_attribute.cc',
'net/nl80211_message.cc',
@@ -884,6 +885,7 @@
'sources': [
'net/netlink_manager_unittest.cc',
'net/netlink_message_unittest.cc',
+ 'net/netlink_packet_unittest.cc',
'net/netlink_socket_unittest.cc',
'supplicant/mock_supplicant_bss_proxy.cc',
'wifi/callback80211_metrics_unittest.cc',