summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Implemented BluetoothSocket::Receive() and BluetoothSocket::Write() on ChromeOS.youngki@chromium.org2013-01-291-0/+1
| | | | | | | | | | | | 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
* Removed DeviceTestSuite, the main source for content dependency fromyoungki@chromium.org2013-01-231-3/+0
| | | | | | | | | | | | device/bluetooth side. BUG= Review URL: https://chromiumcodereview.appspot.com/12049042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178412 0039d316-1c4b-4281-b951-d872f2087c98
* Moved bluetooth adapter files from chrome/browser/chromeos/bluetooth/ to ↵youngki@chromium.org2012-10-181-0/+11
device/bluetooth/. device/bluetooth/ is a new directory to host the bluetooth related files. I also changed the namespace from chromeos to bluetooth under new directory. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11075006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162811 0039d316-1c4b-4281-b951-d872f2087c98