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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 11075006: Moved bluetooth adapter files to device/bluetooth/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renamed 'bluetooth' target to 'device_bluetooth'. Created 8 years, 2 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 78ea081ac890b855542e3786a09e37651365e4ec..731e22e05ff809a1cbf17f4742bddd5ccbfa4bd6 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -51,6 +51,7 @@
'../content/content.gyp:content_common',
'../crypto/crypto.gyp:crypto',
'../dbus/dbus.gyp:dbus',
+ '../device/device.gyp:device_bluetooth',
'../media/media.gyp:media',
'../net/net.gyp:net',
'../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
@@ -123,23 +124,6 @@
'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',
- '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.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',
'browser/chromeos/boot_times_loader.h',
'browser/chromeos/choose_mobile_network_dialog.cc',
@@ -274,8 +258,6 @@
'browser/chromeos/enrollment_dialog_view.h',
'browser/chromeos/enterprise_extension_observer.cc',
'browser/chromeos/enterprise_extension_observer.h',
- 'browser/chromeos/extensions/bluetooth_event_router.cc',
- 'browser/chromeos/extensions/bluetooth_event_router.h',
'browser/chromeos/extensions/echo_private_api.cc',
'browser/chromeos/extensions/echo_private_api.h',
'browser/chromeos/extensions/file_browser_event_router.cc',

Powered by Google App Engine
This is Rietveld 408576698