diff options
author | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 21:07:03 +0000 |
---|---|---|
committer | youngki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 21:07:03 +0000 |
commit | 6cc9b8da83a5ed6c44a8e32b570cd0783fae1073 (patch) | |
tree | 57e29d09d7dd515438ad99729fad1219b80e2fb7 /device/device.gyp | |
parent | 90c82955e2f76f7e393983653193e02302efecd4 (diff) | |
download | chromium_src-6cc9b8da83a5ed6c44a8e32b570cd0783fae1073.zip chromium_src-6cc9b8da83a5ed6c44a8e32b570cd0783fae1073.tar.gz chromium_src-6cc9b8da83a5ed6c44a8e32b570cd0783fae1073.tar.bz2 |
Implemented BluetoothSocketMac.
BUG=135472
Review URL: https://chromiumcodereview.appspot.com/12693010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r-- | device/device.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/device/device.gyp b/device/device.gyp index 83bc1d2..ff6454d 100644 --- a/device/device.gyp +++ b/device/device.gyp @@ -51,6 +51,8 @@ 'bluetooth/bluetooth_socket.h', 'bluetooth/bluetooth_socket_chromeos.cc', 'bluetooth/bluetooth_socket_chromeos.h', + 'bluetooth/bluetooth_socket_mac.h', + 'bluetooth/bluetooth_socket_mac.mm', 'bluetooth/bluetooth_socket_win.cc', 'bluetooth/bluetooth_socket_win.h', 'bluetooth/bluetooth_task_manager_win.cc', |