Index: chrome/chrome_browser_chromeos.gypi |
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi |
index aa2f668a25444b6c89019378311bf83b5e38ae0e..2705cd56c9b70c79ccc739a7969b3652276d066d 100644 |
--- a/chrome/chrome_browser_chromeos.gypi |
+++ b/chrome/chrome_browser_chromeos.gypi |
@@ -126,14 +126,18 @@ |
'browser/chromeos/audio/audio_mixer_cras.h', |
'browser/chromeos/background/ash_user_wallpaper_delegate.cc', |
'browser/chromeos/background/ash_user_wallpaper_delegate.h', |
- 'browser/chromeos/bluetooth/bluetooth_adapter.cc', |
'browser/chromeos/bluetooth/bluetooth_adapter.h', |
- 'browser/chromeos/bluetooth/bluetooth_device.cc', |
+ 'browser/chromeos/bluetooth/bluetooth_adapter_dbus.cc', |
+ 'browser/chromeos/bluetooth/bluetooth_adapter_dbus.h', |
'browser/chromeos/bluetooth/bluetooth_device.h', |
+ 'browser/chromeos/bluetooth/bluetooth_device_dbus.cc', |
+ 'browser/chromeos/bluetooth/bluetooth_device_dbus.h', |
'browser/chromeos/bluetooth/bluetooth_service_record.cc', |
'browser/chromeos/bluetooth/bluetooth_service_record.h', |
- 'browser/chromeos/bluetooth/bluetooth_socket.cc', |
+ 'browser/chromeos/bluetooth/bluetooth_service_record_interface.h', |
keybuk
2012/09/13 23:57:30
where is this file? I couldn't find it in the CL
youngki
2012/09/17 21:53:02
Hm.. I am not sure why the compiler did not compla
|
'browser/chromeos/bluetooth/bluetooth_socket.h', |
+ 'browser/chromeos/bluetooth/bluetooth_socket_posix.cc', |
+ 'browser/chromeos/bluetooth/bluetooth_socket_posix.h', |
'browser/chromeos/bluetooth/bluetooth_utils.cc', |
'browser/chromeos/bluetooth/bluetooth_utils.h', |
'browser/chromeos/boot_times_loader.cc', |