diff options
author | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 01:11:11 +0000 |
---|---|---|
committer | keybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-03 01:11:11 +0000 |
commit | 47df4951c948781d4f304bcda44222470f6d0feb (patch) | |
tree | a64f84e5ccaf210236d5c1cd869dd16a80d4828d /device/device.gyp | |
parent | f8e3b11567bdde775f3a3b42168831f71d352fb5 (diff) | |
download | chromium_src-47df4951c948781d4f304bcda44222470f6d0feb.zip chromium_src-47df4951c948781d4f304bcda44222470f6d0feb.tar.gz chromium_src-47df4951c948781d4f304bcda44222470f6d0feb.tar.bz2 |
Bluetooth: rename experimental ChromeOS files
Only files ending in _chromeos.* are automatically excluded from other
builds, so rename the experimental files to match that pattern.
BUG=none
TEST=make
Review URL: https://codereview.chromium.org/13460011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/device.gyp')
-rw-r--r-- | device/device.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device/device.gyp b/device/device.gyp index f3de857..bd0cd3d 100644 --- a/device/device.gyp +++ b/device/device.gyp @@ -23,8 +23,8 @@ 'bluetooth/bluetooth_adapter.h', 'bluetooth/bluetooth_adapter_chromeos.cc', 'bluetooth/bluetooth_adapter_chromeos.h', - 'bluetooth/bluetooth_adapter_chromeos_experimental.cc', - 'bluetooth/bluetooth_adapter_chromeos_experimental.h', + 'bluetooth/bluetooth_adapter_experimental_chromeos.cc', + 'bluetooth/bluetooth_adapter_experimental_chromeos.h', 'bluetooth/bluetooth_adapter_factory.cc', 'bluetooth/bluetooth_adapter_factory.h', 'bluetooth/bluetooth_adapter_mac.h', |