summaryrefslogtreecommitdiffstats
path: root/device
Commit message (Collapse)AuthorAgeFilesLines
* device: Build device_bluetooth target as static_library.tfarina@chromium.org2012-10-301-2/+2
| | | | | | | | | | | | | | Ideally we should change this to <(component). But it needs more changes to be able to be built as shared_library. Which should be done in a follow up CL. BUG=111541 R=satorux@chromium.org,bryeung@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11276052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164914 0039d316-1c4b-4281-b951-d872f2087c98
* Made BluetoothAdapterFactory return BluetoothAdapterWin on Windows platform. ↵youngki@chromium.org2012-10-253-1/+20
| | | | | | | | | | | | | | | | Currently BluetoothAdapterWin is a class with empty implementation. Also I renamed bluetooth_apitest_chromeos.cc as bluetooth_apitest.cc so that this test runs on all platforms. The test is already platform-independent. I think it's safe to integrate BluetoothAdapterWin into BluetoothAdapterFactory as long as we run bluetooth_apitest.cc on Windows platform. Also BluetoothAdapterWin is basically a no-op class anyways. BUG= Review URL: https://chromiumcodereview.appspot.com/11267002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164181 0039d316-1c4b-4281-b951-d872f2087c98
* Added 'chromium_code': 1 into variable block in device.gyp because without thisyoungki@chromium.org2012-10-242-23/+8
| | | | | | | | | | | | | | | | | | the files with _win and _chromeos won't be automatically excluded for the platforms not supported. More discussions: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/8HGHz0tLXJs/discussion Also I renamed bluetooth_adapter_chromeos_devices_unittest.cc as bluetooth_adapter_devices_chromeos_unittest.cc because build/filename_rules.gypi specifies that it will exclude _chromeos(_unittest)?\\.(h|cc). BUG= Review URL: https://chromiumcodereview.appspot.com/11260003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163865 0039d316-1c4b-4281-b951-d872f2087c98
* Added empty implementations for Bluetooth Windows files.youngki@chromium.org2012-10-227-0/+363
| | | | | | | | | BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11229012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163399 0039d316-1c4b-4281-b951-d872f2087c98
* - added OWNERS to toplevel device directory.youngki@chromium.org2012-10-221-0/+3
| | | | | | | | | | | | Note that I didn't put this OWNERS when I submitted https://chromiumcodereview.appspot.com/11075006/ to create device directory. I am addressing the missing OWNERS issue in this CL. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11226038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163325 0039d316-1c4b-4281-b951-d872f2087c98
* device: Remove the dependency to dbus-glib from device.gyp.tfarina@chromium.org2012-10-221-2/+2
| | | | | | | | | | | BUG=156018 TEST=device_unittests R=satorux@chromium.org TBR=keybuk@chromium.org Review URL: https://chromiumcodereview.appspot.com/11231026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163223 0039d316-1c4b-4281-b951-d872f2087c98
* Moved bluetooth adapter files from chrome/browser/chromeos/bluetooth/ to ↵youngki@chromium.org2012-10-1838-0/+5428
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