summaryrefslogtreecommitdiffstats
path: root/device/device.gyp
diff options
context:
space:
mode:
authoryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-29 23:29:50 +0000
committeryoungki@chromium.org <youngki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-29 23:29:50 +0000
commit0fd66b503787c5982a2de8dfe8cb8b3b50024310 (patch)
treee9eac3a4890c39669c0cb0e763d1097a52fdc542 /device/device.gyp
parentcd684ce6d022c4bb5cc3ba9e9a3a07df4813856d (diff)
downloadchromium_src-0fd66b503787c5982a2de8dfe8cb8b3b50024310.zip
chromium_src-0fd66b503787c5982a2de8dfe8cb8b3b50024310.tar.gz
chromium_src-0fd66b503787c5982a2de8dfe8cb8b3b50024310.tar.bz2
Implemented BluetoothSocket::Receive() and BluetoothSocket::Write() on ChromeOS.
This made bluetooth_api.cc platform-independent. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/12039075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r--device/device.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/device.gyp b/device/device.gyp
index 8537eee..4ef03bc 100644
--- a/device/device.gyp
+++ b/device/device.gyp
@@ -14,6 +14,7 @@
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../chrome/chrome_resources.gyp:chrome_strings',
+ '../net/net.gyp:net',
'../third_party/libxml/libxml.gyp:libxml',
'../ui/ui.gyp:ui'
],