Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / device / bluetooth / bluetooth.gyp
index 2d70842..ec06dec 100644 (file)
         'bluetooth_profile_mac.mm',
         'bluetooth_profile_win.cc',
         'bluetooth_profile_win.h',
+        'bluetooth_remote_gatt_characteristic_chromeos.cc',
+        'bluetooth_remote_gatt_characteristic_chromeos.h',
+        'bluetooth_remote_gatt_descriptor_chromeos.cc',
+        'bluetooth_remote_gatt_descriptor_chromeos.h',
+        'bluetooth_remote_gatt_service_chromeos.cc',
+        'bluetooth_remote_gatt_service_chromeos.h',
         'bluetooth_service_record.cc',
         'bluetooth_service_record.h',
         'bluetooth_service_record_mac.h',
         'bluetooth_service_record_mac.mm',
         'bluetooth_service_record_win.cc',
         'bluetooth_service_record_win.h',
+        'bluetooth_socket.cc',
         'bluetooth_socket.h',
         'bluetooth_socket_chromeos.cc',
         'bluetooth_socket_chromeos.h',
         'bluetooth_socket_mac.h',
         'bluetooth_socket_mac.mm',
+        'bluetooth_socket_net.cc',
+        'bluetooth_socket_net.h',
+        'bluetooth_socket_thread.cc',
+        'bluetooth_socket_thread.h',
         'bluetooth_socket_win.cc',
         'bluetooth_socket_win.h',
         'bluetooth_task_manager_win.cc',
         'bluetooth_task_manager_win.h',
-        'bluetooth_utils.cc',
-        'bluetooth_utils.h',
+        'bluetooth_uuid.cc',
+        'bluetooth_uuid.h',
       ],
       'conditions': [
         ['chromeos==1', {
         'test/mock_bluetooth_device.h',
         'test/mock_bluetooth_discovery_session.cc',
         'test/mock_bluetooth_discovery_session.h',
+        'test/mock_bluetooth_gatt_characteristic.cc',
+        'test/mock_bluetooth_gatt_characteristic.h',
+        'test/mock_bluetooth_gatt_service.cc',
+        'test/mock_bluetooth_gatt_service.h',
         'test/mock_bluetooth_profile.cc',
         'test/mock_bluetooth_profile.h',
         'test/mock_bluetooth_socket.cc',