Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4013)

Unified Diff: chrome/chrome_common.gypi

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
}],

Powered by Google App Engine
This is Rietveld 408576698