Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index e41ab38014a467151ffe7816df217c87bb4d47dd..f6e48799296b7537f9d88e45d9f46e65d462cad8 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -194,12 +194,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', |
@@ -347,7 +341,6 @@ |
['enable_extensions==1', { |
'sources': [ '<@(chrome_common_extensions_sources)' ], |
'dependencies': [ |
- '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
'../device/usb/usb.gyp:device_usb', |
], |
}], |