| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|