| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index a00c25a425cbdc6a0416d15381ef6769a1c393f3..2cf56aaf973fa1fb9ffc134762c6017a769eee12 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -36,6 +36,12 @@
|
| '<(INTERMEDIATE_DIR)',
|
| ],
|
| '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',
|
| @@ -212,6 +218,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',
|
| @@ -256,6 +263,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',
|
| @@ -286,6 +294,34 @@
|
| 'browser/api/app_view/app_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',
|
| @@ -550,6 +586,7 @@
|
| ],
|
| 'dependencies!': [
|
| '../components/components.gyp:usb_service',
|
| + '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../device/serial/serial.gyp:device_serial',
|
| ],
|
| }],
|
|
|