Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 1be2c43f9490365c5cc0e07689dfaf1ed4e6c004..dfb3308d7fa989ef9ce1802ee871bd4ac62b2e87 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -190,12 +190,6 @@ |
'common/worker_thread_ticker.h', |
], |
'chrome_common_extensions_sources': [ |
- 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', |
- 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', |
- 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', |
- 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', |
- 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', |
- 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', |
'common/extensions/api/commands/commands_handler.cc', |
'common/extensions/api/commands/commands_handler.h', |
'common/extensions/api/extension_action/browser_action_handler.cc', |
@@ -343,7 +337,6 @@ |
['enable_extensions==1', { |
'sources': [ '<@(chrome_common_extensions_sources)' ], |
'dependencies': [ |
- '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
'../device/usb/usb.gyp:device_usb', |
], |
}], |