Index: extensions/extensions.gyp |
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp |
index ad3342143c093617c2dbdbd883c233591633be02..4ce60a61e1f6902570234758dd75ef2ed6b19109 100644 |
--- a/extensions/extensions.gyp |
+++ b/extensions/extensions.gyp |
@@ -37,6 +37,12 @@ |
], |
'sources': [ |
# Note: sources list duplicated in GN build. |
+ 'common/api/bluetooth/bluetooth_manifest_data.cc', |
+ 'common/api/bluetooth/bluetooth_manifest_data.h', |
+ 'common/api/bluetooth/bluetooth_manifest_handler.cc', |
+ 'common/api/bluetooth/bluetooth_manifest_handler.h', |
+ 'common/api/bluetooth/bluetooth_manifest_permission.cc', |
+ 'common/api/bluetooth/bluetooth_manifest_permission.h', |
'common/api/messaging/message.h', |
'common/api/sockets/sockets_manifest_data.cc', |
'common/api/sockets/sockets_manifest_data.h', |
@@ -215,6 +221,7 @@ |
'conditions': [ |
['enable_extensions==1', { |
'dependencies': [ |
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
# For Mojo generated headers for generated_api.cc. |
'../device/serial/serial.gyp:device_serial_mojo', |
'../device/usb/usb.gyp:device_usb', |
@@ -224,6 +231,12 @@ |
], |
}, { # enable_extensions == 0 |
'sources!': [ |
+ 'common/api/bluetooth/bluetooth_manifest_data.cc', |
+ 'common/api/bluetooth/bluetooth_manifest_data.h', |
+ 'common/api/bluetooth/bluetooth_manifest_handler.cc', |
+ 'common/api/bluetooth/bluetooth_manifest_handler.h', |
+ 'common/api/bluetooth/bluetooth_manifest_permission.cc', |
+ 'common/api/bluetooth/bluetooth_manifest_permission.h', |
'common/api/messaging/message.h', |
'common/api/sockets/sockets_manifest_data.cc', |
'common/api/sockets/sockets_manifest_data.h', |
@@ -260,6 +273,7 @@ |
'../components/components.gyp:usb_service', |
'../components/components.gyp:web_modal', |
'../content/content.gyp:content_browser', |
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
'../device/serial/serial.gyp:device_serial', |
'../skia/skia.gyp:skia', |
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
@@ -294,6 +308,34 @@ |
'browser/api/guest_view/guest_view_internal_api.h', |
'browser/api/async_api_function.cc', |
'browser/api/async_api_function.h', |
+ 'browser/api/bluetooth/bluetooth_api.cc', |
+ 'browser/api/bluetooth/bluetooth_api.h', |
+ 'browser/api/bluetooth/bluetooth_api_pairing_delegate.cc', |
+ 'browser/api/bluetooth/bluetooth_api_pairing_delegate.h', |
+ 'browser/api/bluetooth/bluetooth_api_utils.cc', |
+ 'browser/api/bluetooth/bluetooth_api_utils.h', |
+ 'browser/api/bluetooth/bluetooth_event_router.cc', |
+ 'browser/api/bluetooth/bluetooth_event_router.h', |
+ 'browser/api/bluetooth/bluetooth_extension_function.cc', |
+ 'browser/api/bluetooth/bluetooth_extension_function.h', |
+ 'browser/api/bluetooth/bluetooth_private_api.cc', |
+ 'browser/api/bluetooth/bluetooth_private_api.h', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_api.h', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.h', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc', |
+ 'browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h', |
+ 'browser/api/bluetooth_low_energy/utils.cc', |
+ 'browser/api/bluetooth_low_energy/utils.h', |
+ 'browser/api/bluetooth_socket/bluetooth_api_socket.cc', |
+ 'browser/api/bluetooth_socket/bluetooth_api_socket.h', |
+ 'browser/api/bluetooth_socket/bluetooth_socket_api.cc', |
+ 'browser/api/bluetooth_socket/bluetooth_socket_api.h', |
+ 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc', |
+ 'browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h', |
'browser/api/cast_channel/cast_auth_util.cc', |
'browser/api/cast_channel/cast_auth_util.h', |
'browser/api/cast_channel/cast_channel_api.cc', |
@@ -580,6 +622,7 @@ |
], |
'dependencies!': [ |
'../components/components.gyp:usb_service', |
+ '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
'../device/serial/serial.gyp:device_serial', |
], |
}], |