Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 10899037: Refactoring bluetooth API code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added #include <string> into bluetooth_adapter_dbus.cc. Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 813da91dc135fa8395574e17d6b1ea026f8c0a90..efce7e14bdd4ae75b66322f22a16643004310e74 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -124,14 +124,17 @@
'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_device.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_socket.h',
+ 'browser/chromeos/bluetooth/bluetooth_adapter_dbus.cc',
+ 'browser/chromeos/bluetooth/bluetooth_adapter_dbus.h',
+ 'browser/chromeos/bluetooth/bluetooth_adapter_interface.h',
+ 'browser/chromeos/bluetooth/bluetooth_device_dbus.cc',
+ 'browser/chromeos/bluetooth/bluetooth_device_dbus.h',
+ 'browser/chromeos/bluetooth/bluetooth_device_interface.h',
+ 'browser/chromeos/bluetooth/bluetooth_service_record_dbus.cc',
+ 'browser/chromeos/bluetooth/bluetooth_service_record_dbus.h',
+ 'browser/chromeos/bluetooth/bluetooth_service_record_interface.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',

Powered by Google App Engine
This is Rietveld 408576698