| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index 329b322cd3dc8f5cf0c9c3bba76545e885a1adf6..8f5e24d0724c8fe94c81c3053de2f48650025e36 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -139,12 +139,16 @@
|
| 'browser/extensions/api/autotest_private/autotest_private_api.h',
|
| 'browser/extensions/api/bluetooth/bluetooth_api.cc',
|
| 'browser/extensions/api/bluetooth/bluetooth_api.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',
|
| 'browser/extensions/api/bluetooth/bluetooth_event_router.h',
|
| 'browser/extensions/api/bluetooth/bluetooth_extension_function.cc',
|
| 'browser/extensions/api/bluetooth/bluetooth_extension_function.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',
|
|
|