| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index 9c27f3064d2727ad45f602501dd1f5b23073c190..6b53cf2b5954dc09d0bc752d6d8bc0db9d886993 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -142,6 +142,8 @@
|
| 'browser/extensions/api/bluetooth/bluetooth_api.h',
|
| 'browser/extensions/api/bluetooth/bluetooth_api_pairing_delegate.cc',
|
| 'browser/extensions/api/bluetooth/bluetooth_api_pairing_delegate.h',
|
| + 'browser/extensions/api/bluetooth/bluetooth_api_socket.h',
|
| + 'browser/extensions/api/bluetooth/bluetooth_api_socket.cc',
|
| 'browser/extensions/api/bluetooth/bluetooth_api_utils.cc',
|
| 'browser/extensions/api/bluetooth/bluetooth_api_utils.h',
|
| 'browser/extensions/api/bluetooth/bluetooth_event_router.cc',
|
| @@ -150,6 +152,8 @@
|
| 'browser/extensions/api/bluetooth/bluetooth_extension_function.h',
|
| 'browser/extensions/api/bluetooth/bluetooth_private_api.cc',
|
| 'browser/extensions/api/bluetooth/bluetooth_private_api.h',
|
| + 'browser/extensions/api/bluetooth/bluetooth_socket_event_dispatcher.h',
|
| + 'browser/extensions/api/bluetooth/bluetooth_socket_event_dispatcher.cc',
|
| 'browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc',
|
| 'browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.h',
|
| 'browser/extensions/api/bookmarks/bookmark_api_constants.cc',
|
|
|