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

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: G 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
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 83afd4ef0004782596005929ba15db3441c3e7fb..08e5e4ae669ed2dff46a9465abfb64c01964da3d 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -126,14 +126,20 @@
'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_adapter_chromeos.cc',
sky 2012/09/25 18:28:27 Why do any of these files need chromeos in the nam
youngki 2012/09/25 18:45:04 We are planning on adding bluetooth_adapter_window
+ 'browser/chromeos/bluetooth/bluetooth_adapter_chromeos.h',
+ 'browser/chromeos/bluetooth/bluetooth_adapter_factory.h',
+ 'browser/chromeos/bluetooth/bluetooth_adapter_factory.cc',
'browser/chromeos/bluetooth/bluetooth_device.cc',
'browser/chromeos/bluetooth/bluetooth_device.h',
+ 'browser/chromeos/bluetooth/bluetooth_device_chromeos.cc',
+ 'browser/chromeos/bluetooth/bluetooth_device_chromeos.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_socket_chromeos.cc',
+ 'browser/chromeos/bluetooth/bluetooth_socket_chromeos.h',
'browser/chromeos/bluetooth/bluetooth_utils.cc',
'browser/chromeos/bluetooth/bluetooth_utils.h',
'browser/chromeos/boot_times_loader.cc',
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698